Skip to content
Snippets Groups Projects
Commit 32282b10 authored by scivoletto's avatar scivoletto
Browse files

fixed bug in MEC016 and MEC030

parent 2de4eb8e
No related branches found
No related tags found
1 merge request!3Merge of TT027 branch into master
......@@ -79,7 +79,7 @@ TC_MEC_MEC016_MEO_UEAPPCTX_002_BR
[Setup] Create application context AppContext.json
Set Suite Variable ${contextId_tbu} ${response['body']['contextId']}
Update application context ${context-id} UpdateAppContext_BR.json
Update application context ${contextId_tbu} UpdateAppContext_BR.json
Check HTTP Response Status Code Is 400
[Teardown] Delete application context ${contextId_tbu}
......@@ -106,7 +106,11 @@ TC_MEC_MEC016_MEO_UEAPPCTX_003_OK
# Preamble
Should Be True ${PIC_MEC_SYSTEM} == 1
Should Be True ${PIC_SERVICES} == 1
Delete application context ${context-id}
[Setup] Create application context AppContext.json
Set Suite Variable ${contextId_tbd} ${response['body']['contextId']}
Delete application context ${contextId_tbd}
Check HTTP Response Status Code Is 204
......
*** Variables ***
# Generic variables
${AMS_SCHEMA} http
${AMS_HOST} 10.192.2.172
${AMS_PORT} 8081
${AMS_HOST} mockoon
${AMS_PORT} 3006
${response} {}
${TOKEN} Basic YWxhZGRpbjpvcGVuc2VzYW1l
${apiRoot}
......
......@@ -40,7 +40,7 @@
1,
2
],
"protImplementation": "Java"
"protImplementation": "cpp"
}
},
{
......
Y''[Documentation] robot --outputdir ../../../outputs ./RegisteredDevices.robot
''[Documentation] robot --outputdir ../../../outputs ./RegisteredDevices.robot
... Test Suite to validate the Registered IOT Device (IOTDEV) operations.
*** Settings ***
......
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