Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC Robot Test Suite
Commits
a69f1e4a
Commit
a69f1e4a
authored
Sep 19, 2019
by
Elian Kraja
Browse files
Merge branch 'master' of
https://forge.etsi.org/gitlab/mec/gs032p3-robot-test-suite
parents
b684e8ae
56a4633a
Pipeline
#1549
failed with stage
in 0 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
MEO/UEAPPCTX/SysUeAppsContext.robot
View file @
a69f1e4a
''[Documentation] robot --outputdir ../../outputs ./SysUeAppContext.robot
...
Test
Suite
to
validate
Bandwidth
Management
API
(
BWA
)
operations.
...
Test
Suite
to
validate
Bandwidth
Management
API
(
APPCTX
)
operations.
*** Settings ***
Resource
environment/variables.txt
Resource
../../pics.txt
Resource
../../GenericKeywords.robot
Resource
resources/UeAppContextAPI.robot
Resource
resources/UeApp
s
ContextAPI.robot
Library
REST
${MEC-APP_SCHEMA}
://
${MEC-APP_HOST}
:
${MEC-APP_PORT}
ssl_verify=false
*** Test Cases ***
Creation of the application context
[
Documentation
]
TC_MEC_MEO_UEAPPCTX_001_OK
...
...
MEO/UEAPPCTX/environment/variables.txt
View file @
a69f1e4a
...
...
@@ -11,6 +11,8 @@ ${APP_NAME} MyWornderfulApp
${WRONG_CREATE_APP_CTX} UnknownApp
${CALLBACK_REFERENCE} http://www.acme.com/MyWonderfulApp/v1
${CALLBACK_REFERENCE_1} http://www.acme.com/MyWonderfulApp/v2
${CREATE_APP_CTX} { "contextId": "${
CREATE_
APP_CTX}", "associateUeAppId": "${UE_APP_ID}", "callbackReference": "${CALLBACK_REFERENCE}", "appInfo": { "appName": "${APP_NAME}", "appProvider": "ACME & Co", "appSoftVersion": "1.0.0.1", "appDescription": "This is a wonderful test application", "referenceURL": "http://www.acme.com/MyWonderfulPackage", "appPackageSource": "MyWonderfulPackage" } }
${CREATE_APP_CTX_BR} { "context": "${
CREATE_
APP_CTX}", "associateUeAppId": "${UE_APP_ID}", "callbackReference": "${CALLBACK_REFERENCE}", "appInfo": { "appName": "${APP_NAME}", "appProvider": "ACME & Co", "appSoftVersion": "1.0.0.1", "appDescription": "This is a wonderful test application", "referenceURL": "http://www.acme.com/MyWonderfulPackage", "appPackageSource": "MyWonderfulPackage" } }
${CREATE_APP_CTX} { "contextId": "${APP_CTX
_ID
}", "associateUeAppId": "${UE_APP_ID}", "callbackReference": "${CALLBACK_REFERENCE}", "appInfo": { "appName": "${APP_NAME}", "appProvider": "ACME & Co", "appSoftVersion": "1.0.0.1", "appDescription": "This is a wonderful test application", "referenceURL": "http://www.acme.com/MyWonderfulPackage", "appPackageSource": "MyWonderfulPackage" } }
${CREATE_APP_CTX_BR} { "context": "${APP_CTX
_ID
}", "associateUeAppId": "${UE_APP_ID}", "callbackReference": "${CALLBACK_REFERENCE}", "appInfo": { "appName": "${APP_NAME}", "appProvider": "ACME & Co", "appSoftVersion": "1.0.0.1", "appDescription": "This is a wonderful test application", "referenceURL": "http://www.acme.com/MyWonderfulPackage", "appPackageSource": "MyWonderfulPackage" } }
${SERVICE_CONT_BR} UnknownServiceCont
${TOKEN} Basic YWxhZGRpbjpvcGVuc2VzYW1l
MEO/UEAPPS/SysUeApplications.robot
View file @
a69f1e4a
''[Documentation] robot --outputdir ../../outputs ./SysUeApplications.robot
...
Test
Suite
to
validate
Bandwidth
Management
API
(
BWA
)
operations.
...
Test
Suite
to
validate
Bandwidth
Management
API
(
APPCTX
)
operations.
*** Settings ***
Resource
../UEAPPCTX/environment/variables.txt
Resource
../../pics.txt
Resource
../../GenericKeywords.robot
Resource
../UEAPPCTX/resources/UeAppContextAPI.robot
Resource
../UEAPPCTX/resources/UeApp
s
ContextAPI.robot
Library
REST
${MEC-APP_SCHEMA}
://
${MEC-APP_HOST}
:
${MEC-APP_PORT}
ssl_verify=false
...
...
pics.txt
View file @
a69f1e4a
...
...
@@ -6,3 +6,4 @@ ${PIC_RNIS_QUERY} 1
${PIC_RNIS_SPECIFIC_SUBSCRIPTION} 1
${PIC_RNIS_NOTIFICATIONS} 1
${PIC_AMS} 1
${PIC_MEC_SYSTEM} 1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment