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

Review of TRANS TC of MEC011v3.2.1

parent ffac962a
No related branches found
No related tags found
1 merge request!3Merge of TT027 branch into master
......@@ -4,7 +4,7 @@ Documentation
... A test suite for validating Transport (TRANS) operations.
Resource ../../../GenericKeywords.robot
Resource environment/variables.txt
Resource environment/variables_sandbox.txt
Library REST ${SCHEMA}://${HOST}:${PORT} ssl_verify=false
Library OperatingSystem
......@@ -12,7 +12,6 @@ Default Tags TC_MEC_SRV_TRANS
*** Test Cases ***
TC_MEC_MEC011_SRV_TRANS_001_OK
[Documentation]
... Check that the IUT responds with a list of available transports
......
*** Variables ***
#### Env variable for the ETSI MEC Sandbox
${SCHEMA} https
${HOST} try-mec.etsi.org
${PORT} 443
${TOKEN} Basic YWxhZGRpbjpvcGVuc2VzYW1l
${apiRoot} /<id_provided_by_sandbox>/mep1
${apiName} mec_service_mgmt
${apiVersion} v1
${APP_INSTANCE_ID} f1e4d448-e277-496b-bf63-98391cfd20fb
####
# Specific variables
${NON_EXISTENT_APP_INSTANCE_ID} NON_ESISTENT_APP_INSTANCE_ID
${TRAFFIC_RULE_ID} e0deee2b-6e50-4f33-ab09-8bf0585025d3
${NON_EXISTENT_TRAFFIC_RULE_ID} NON_EXISTENT_TRAFFIC_RULE_ID
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