Skip to content
Snippets Groups Projects
Commit c02ba824 authored by piscione's avatar piscione
Browse files

TTF027: Updated DNS TCs for MEC011v3.2.1

parent cf27f859
No related branches found
No related tags found
1 merge request!3Merge of TT027 branch into master
Pipeline #15479 canceled
...@@ -21,23 +21,37 @@ TP_MEC_MEC011_SRV_DNS_001_OK ...@@ -21,23 +21,37 @@ TP_MEC_MEC011_SRV_DNS_001_OK
... Check that the IUT responds with a list of active DNS rules ... Check that the IUT responds with a list of active DNS rules
... when queried by a MEC Application ... when queried by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 7.2.9.3.1 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.8",
... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#/definitions/DnsRule ... "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
... "ETSI GS MEC 011 3.2.1, clause 7.2.9.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Get list of active DNS rules ${APP_INSTANCE_ID} Get list of active DNS rules ${APP_INSTANCE_ID}
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is DnsRuleList Check HTTP Response Body Json Schema Is DnsRuleList
TP_MEC_MEC011_SRV_DNS_001_NF
[Documentation]
... Check that the IUT responds with a list of active DNS rules
... when queried by a MEC Application
...
... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.8",
... "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
... "ETSI GS MEC 011 3.2.1, clause 7.2.9.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES
Get list of active DNS rules ${NOT_EXISTENT_APP_INSTANCE_ID}
Check HTTP Response Status Code Is 404
TP_MEC_MEC011_SRV_DNS_002_OK TP_MEC_MEC011_SRV_DNS_002_OK
[Documentation] [Documentation]
... Check that the IUT responds with the information on a specific DNS rule ... Check that the IUT responds with the information on a specific DNS rule
... when queried by a MEC Application ... when queried by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 7.2.10.3.1 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.8",
... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#/definitions/DnsRule ... "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
... "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Get individual DNS rule ${APP_INSTANCE_ID} ${DNS_RULE_ID} Get individual DNS rule ${APP_INSTANCE_ID} ${DNS_RULE_ID}
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
...@@ -45,13 +59,15 @@ TP_MEC_MEC011_SRV_DNS_002_OK ...@@ -45,13 +59,15 @@ TP_MEC_MEC011_SRV_DNS_002_OK
Check Response Contains ${response['body']} dnsRuleId ${DNS_RULE_ID} Check Response Contains ${response['body']} dnsRuleId ${DNS_RULE_ID}
TP_MEC_MEC011_SRV_DNS_002_NF TP_MEC_MEC011_SRV_DNS_002_NF
[Documentation] [Documentation]
... Check that the IUT responds with an error when ... Check that the IUT responds with an error when
... a request for an unknown URI is sent by a MEC Application ... a request for an unknown URI is sent by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 7.2.10.3.1 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.8",
... "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
... "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Get individual DNS rule ${APP_INSTANCE_ID} ${NON_ESISTENT_DNS_RULE_ID} Get individual DNS rule ${APP_INSTANCE_ID} ${NON_ESISTENT_DNS_RULE_ID}
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
...@@ -59,16 +75,17 @@ TP_MEC_MEC011_SRV_DNS_002_NF ...@@ -59,16 +75,17 @@ TP_MEC_MEC011_SRV_DNS_002_NF
TP_MEC_MEC011_SRV_DNS_003_OK TP_MEC_MEC011_SRV_DNS_003_OK
[Documentation] [Documentation]
... Check that the IUT updates a specific DNS rule ... Check that the IUT responds with the information on a specific DNS rule
... when commanded by a MEC Application ... when queried by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 7.2.10.3.2 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.8",
... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#/definitions/DnsRule ... "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
... "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Update a DNS Rule ${APP_INSTANCE_ID} ${DNS_RULE_ID} DnsRuleUpdate Update a DNS Rule ${APP_INSTANCE_ID} ${DNS_RULE_ID} DnsRuleUpdate
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is DnsRule Check HTTP Response Body Json Schema Is DnsRule
Check Response Contains ${response['body']} dnsRuleId ${DNS_RULE_ID}
Check Response Contains ${response['body']} ipAddress ${SOME_IP_ADDRESS} Check Response Contains ${response['body']} ipAddress ${SOME_IP_ADDRESS}
...@@ -77,8 +94,9 @@ TP_MEC_MEC011_SRV_DNS_003_BR ...@@ -77,8 +94,9 @@ TP_MEC_MEC011_SRV_DNS_003_BR
... Check that the IUT responds with an error when ... Check that the IUT responds with an error when
... a request with incorrect parameters is sent by a MEC Application ... a request with incorrect parameters is sent by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 7.2.10.3.2 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.8",
... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#/definitions/DnsRule ... "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
... "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Update a DNS Rule ${APP_INSTANCE_ID} ${DNS_RULE_ID} DnsRuleUpdateError Update a DNS Rule ${APP_INSTANCE_ID} ${DNS_RULE_ID} DnsRuleUpdateError
...@@ -90,8 +108,9 @@ TP_MEC_MEC011_SRV_DNS_003_NF ...@@ -90,8 +108,9 @@ TP_MEC_MEC011_SRV_DNS_003_NF
... Check that the IUT responds with an error when ... Check that the IUT responds with an error when
... a request for an unknown URI is sent by a MEC Application ... a request for an unknown URI is sent by a MEC Application
... ...
... Reference ETSI GS MEC 011 V2.2.1, clause 7.2.10.3.2 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.8",
... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#/definitions/DnsRule ... "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
... "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1"
[Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
Update a DNS Rule ${APP_INSTANCE_ID} ${NON_ESISTENT_DNS_RULE_ID} DnsRuleUpdate Update a DNS Rule ${APP_INSTANCE_ID} ${NON_ESISTENT_DNS_RULE_ID} DnsRuleUpdate
...@@ -99,17 +118,17 @@ TP_MEC_MEC011_SRV_DNS_003_NF ...@@ -99,17 +118,17 @@ TP_MEC_MEC011_SRV_DNS_003_NF
#TP_MEC_MEC011_SRV_DNS_003_PF TP_MEC_MEC011_SRV_DNS_003_PF
# [Documentation] [Documentation]
# ... Check that the IUT responds with an error when ... Check that the IUT responds with an error when
# ... a request sent by a MEC Application doesn't comply with a required condition ... a request sent by a MEC Application doesn't comply with a required condition
# ... ...
# ... Reference ETSI GS MEC 011 V2.2.1, clause 7.2.10.3.2 ... Reference "ETSI GS MEC 011 3.2.1, clause 5.2.8",
# ... OpenAPI https://forge.etsi.org/rep/mec/gs011-app-enablement-api/blob/master/MecAppSupportApi.yaml#/definitions/DnsRule ... "ETSI GS MEC 011 3.2.1, clause 7.1.2.3",
# ... "ETSI GS MEC 011 3.2.1, clause 7.2.10.3.1"
# [Tags] PIC_MEC_PLAT PIC_SERVICES [Tags] PIC_MEC_PLAT PIC_SERVICES
# Update a DNS Rule with invalid etag ${APP_INSTANCE_ID} ${DNS_RULE_ID} DnsRuleUpdate Update a DNS Rule with invalid etag ${APP_INSTANCE_ID} ${DNS_RULE_ID} DnsRuleUpdate
# Check HTTP Response Status Code Is 412 Check HTTP Response Status Code Is 412
...@@ -138,6 +157,7 @@ Update a DNS Rule ...@@ -138,6 +157,7 @@ Update a DNS Rule
Set Headers {"Accept":"application/json"} Set Headers {"Accept":"application/json"}
Set Headers {"Content-Type":"application/json"} Set Headers {"Content-Type":"application/json"}
Set Headers {"Authorization":"${TOKEN}"} Set Headers {"Authorization":"${TOKEN}"}
Set Headers {"If-Match": "${VALID_ETAG}"}
${file}= Catenate SEPARATOR= jsons/ ${content} .json ${file}= Catenate SEPARATOR= jsons/ ${content} .json
${body}= Get File ${file} ${body}= Get File ${file}
PUT ${apiRoot}/${apiName}/${apiVersion}/applications/${appInstanceId}/dns_rules/${dnsRuleId} ${body} PUT ${apiRoot}/${apiName}/${apiVersion}/applications/${appInstanceId}/dns_rules/${dnsRuleId} ${body}
...@@ -147,4 +167,12 @@ Update a DNS Rule ...@@ -147,4 +167,12 @@ Update a DNS Rule
Update a DNS Rule with invalid etag Update a DNS Rule with invalid etag
[Arguments] ${appInstanceId} ${dnsRuleId} ${content} [Arguments] ${appInstanceId} ${dnsRuleId} ${content}
Set Headers {"If-Match": "${INVALID_ETAG}"} Set Headers {"If-Match": "${INVALID_ETAG}"}
Update a DNS Rule ${appInstanceId} ${dnsRuleId} ${content} Set Headers {"Accept":"application/json"}
\ No newline at end of file Set Headers {"Content-Type":"application/json"}
Set Headers {"Authorization":"${TOKEN}"}
Set Headers {"If-Match": "${INVALID_ETAG}"}
${file}= Catenate SEPARATOR= jsons/ ${content} .json
${body}= Get File ${file}
PUT ${apiRoot}/${apiName}/${apiVersion}/applications/${appInstanceId}/dns_rules/${dnsRuleId} ${body}
${output}= Output response
Set Suite Variable ${response} ${output}
\ No newline at end of file
...@@ -7,13 +7,15 @@ ${response} {} ...@@ -7,13 +7,15 @@ ${response} {}
${TOKEN} Basic YWxhZGRpbjpvcGVuc2VzYW1l ${TOKEN} Basic YWxhZGRpbjpvcGVuc2VzYW1l
${apiRoot} ${apiRoot}
${apiName} mec_app_support ${apiName} mec_app_support
${apiVersion} v1 ${apiVersion} v2
# Specific variables # Specific variables
${APP_INSTANCE_ID} 5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f ${APP_INSTANCE_ID} 5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f
${NOT_EXISTENT_APP_INSTANCE_ID} NOT_EXISTENT_APP_INSTANCE_ID
${DNS_RULE_ID} e0deee2b-6e50-4f33-ab09-8bf0585025d3 ${DNS_RULE_ID} e0deee2b-6e50-4f33-ab09-8bf0585025d3
${NON_ESISTENT_DNS_RULE_ID} NON_ESISTENT_DNS_RULE_ID ${NON_ESISTENT_DNS_RULE_ID} NON_ESISTENT_DNS_RULE_ID
${INVALID_ETAG} INVALID_ETAG ${INVALID_ETAG} INVALID_ETAG
${VALID_ETAG} abcdef
${SOME_IP_ADDRESS} 146.241.7.3 ${SOME_IP_ADDRESS} 146.241.7.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment