From 960b12413126c95cd4edc08ca22dab37f538987e Mon Sep 17 00:00:00 2001 From: piscione Date: Tue, 12 Mar 2024 17:57:28 +0100 Subject: [PATCH] Review of TRANS TC of MEC011v3.2.1 --- MEC011/SRV/TRANS/PlatTransport.robot | 3 +-- .../SRV/TRANS/environment/variables_sandbox.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 MEC011/SRV/TRANS/environment/variables_sandbox.txt diff --git a/MEC011/SRV/TRANS/PlatTransport.robot b/MEC011/SRV/TRANS/PlatTransport.robot index 54c4a16..e2917b5 100644 --- a/MEC011/SRV/TRANS/PlatTransport.robot +++ b/MEC011/SRV/TRANS/PlatTransport.robot @@ -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 diff --git a/MEC011/SRV/TRANS/environment/variables_sandbox.txt b/MEC011/SRV/TRANS/environment/variables_sandbox.txt new file mode 100644 index 0000000..977484d --- /dev/null +++ b/MEC011/SRV/TRANS/environment/variables_sandbox.txt @@ -0,0 +1,17 @@ +*** Variables *** +#### Env variable for the ETSI MEC Sandbox +${SCHEMA} https +${HOST} try-mec.etsi.org +${PORT} 443 +${TOKEN} Basic YWxhZGRpbjpvcGVuc2VzYW1l +${apiRoot} //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 + -- GitLab