Commit 50fd3a03 authored by filatov's avatar filatov
Browse files

fix #0007343

we have decided to remove AID checks  from all TPS where it isn't a goal of TP. It will be implicitly tested in TTCN anyway.
parent 607e7dcc
......@@ -19,7 +19,7 @@
"key": "_expectedResults",
"origin": "cc5d4548-c65a-44d1-b61f-b0287bea51d3",
"type": "STRING",
"value": "with {\r\n\tthe IUT has been authorized with the AT certificate (CERT_AT_A)\r\n\t\tdoes not containing validity_restrictions['region']\r\n}\r\nensure that {\r\n\twhen {\r\n\t\tthe IUT is requested to send a Beacon\r\n\t} then {\r\n\t\tthe IUT sends a SecuredMessage\r\n\t\t\tcontaining exactly one header_fields['generation_location']\r\n\t\t\t\tcontaining generation_location\r\n\t}\r\n}"
"value": "with {\r\n\tthe IUT has been authorized with the AT certificate (CERT_AT_A)\r\n\t\tnot containing validity_restrictions['region']\r\n}\r\nensure that {\r\n\twhen {\r\n\t\tthe IUT is requested to send a Beacon\r\n\t} then {\r\n\t\tthe IUT sends a SecuredMessage\r\n\t\t\tcontaining exactly one header_fields['generation_location']\r\n\t\t\t\tcontaining generation_location\r\n\t}\r\n}"
},
"_status": {
"isGenerated": false,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment