Commit b4b1da64 authored by filatov's avatar filatov
Browse files

fix #0007254. Remove version check from CAM and DENM RCV behaviour

parent 4553ff7f
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -3,38 +3,31 @@
        "_author": {
            "isGenerated": false,
            "key": "_author",
            "origin": "00f9005c-5714-459d-95d5-0fbcfceb7bd0",
            "origin": "4222baae-beca-49a8-a39d-d8f9e3f05dad",
            "type": "STRING",
            "value": "bissmeye"
            "value": "Denis"
        },
        "_description": {
            "isGenerated": false,
            "key": "_description",
            "origin": "00f9005c-5714-459d-95d5-0fbcfceb7bd0",
            "origin": "4222baae-beca-49a8-a39d-d8f9e3f05dad",
            "type": "STRING",
            "value": "Check that IUT discards a Secured CAM containing protocol version set to a value less than 2"
            "value": "All TPs has been moved to general section"
        },
        "_expectedResults": {
        "_index": {
            "isGenerated": false,
            "key": "_expectedResults",
            "origin": "00f9005c-5714-459d-95d5-0fbcfceb7bd0",
            "key": "_index",
            "origin": "4222baae-beca-49a8-a39d-d8f9e3f05dad",
            "type": "STRING",
            "value": "with {\r\n\tthe IUT being in the 'authorized' state\r\n}\r\nensure that {\r\n\twhen { \r\n\t\tthe IUT is receiving a SecuredMessage (CAM)\r\n\t\t\tcontaining protocol_version \r\n\t\t\t\tindicating 1\r\n\t\t\tcontaining header_fields['its_aid']\r\n\t\t\t\tindicating 'AID_CAM'\r\n\t} then {\r\n\t\tthe IUT discards a SecuredMessage\r\n\t}\r\n}"
        },
        "_status": {
            "isGenerated": false,
            "key": "_status",
            "origin": "00f9005c-5714-459d-95d5-0fbcfceb7bd0",
            "type": "STRING",
            "value": "verified"
            "value": "1"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "00f9005c-5714-459d-95d5-0fbcfceb7bd0",
            "origin": "4222baae-beca-49a8-a39d-d8f9e3f05dad",
            "type": "STRING",
            "value": "TestPurpose"
            "value": "Comment"
        }
    },
    "uuid": "00f9005c-5714-459d-95d5-0fbcfceb7bd0"
    "uuid": "4222baae-beca-49a8-a39d-d8f9e3f05dad"
}
 No newline at end of file
+0 −40
Original line number Diff line number Diff line
{
    "attributes": {
        "_author": {
            "isGenerated": false,
            "key": "_author",
            "origin": "d5eae6f9-4530-43de-8b92-6d4982cdcc22",
            "type": "STRING",
            "value": "bissmeye"
        },
        "_description": {
            "isGenerated": false,
            "key": "_description",
            "origin": "d5eae6f9-4530-43de-8b92-6d4982cdcc22",
            "type": "STRING",
            "value": "Check that IUT discards a Secured CAM containing protocol version set to a value greater than 2"
        },
        "_expectedResults": {
            "isGenerated": false,
            "key": "_expectedResults",
            "origin": "d5eae6f9-4530-43de-8b92-6d4982cdcc22",
            "type": "STRING",
            "value": "with {\r\n\tthe IUT being in the 'authorized' state\r\n}\r\nensure that {\r\n\twhen { \r\n\t\tthe IUT is receiving a SecuredMessage (CAM)\r\n\t\t\tcontaining protocol_version \r\n\t\t\t\tindicating 3\r\n\t\t\tcontaining header_fields['its_aid']\r\n\t\t\t\tindicating 'AID_CAM'\r\n\t} then {\r\n\t\tthe IUT discards a SecuredMessage\r\n\t}\r\n}"
        },
        "_status": {
            "isGenerated": false,
            "key": "_status",
            "origin": "d5eae6f9-4530-43de-8b92-6d4982cdcc22",
            "type": "STRING",
            "value": "verified"
        },
        "_type": {
            "isGenerated": false,
            "key": "_type",
            "origin": "d5eae6f9-4530-43de-8b92-6d4982cdcc22",
            "type": "STRING",
            "value": "TestPurpose"
        }
    },
    "uuid": "d5eae6f9-4530-43de-8b92-6d4982cdcc22"
}
 No newline at end of file