Commit 28f9c734 authored by Elian Kraja's avatar Elian Kraja
Browse files

Update TC naming in MEC010p2 and MEC012. Refactor MEC030

parent a2d3bfe0
Pipeline #7019 passed with stage
in 0 seconds
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
*** Settings *** *** Settings ***
Resource environment/variables.txt Resource environment/variables.txt
Resource ../../GenericKeywords.robot Resource ../../../GenericKeywords.robot
Library REST ${MEO_SCHEMA}://${MEO_HOST}:${MEO_PORT} ssl_verify=false Library REST ${MEO_SCHEMA}://${MEO_HOST}:${MEO_PORT} ssl_verify=false
Library OperatingSystem Library OperatingSystem
...@@ -11,8 +11,8 @@ Library OperatingSystem ...@@ -11,8 +11,8 @@ Library OperatingSystem
*** Test Cases *** *** Test Cases ***
Request a new Grant - Synchronous mode TC_MEC_MEC010p2_MEO_GRANT_001_OK
[Documentation] TP_MEC_MEO_GRANT_001_OK [Documentation]
... Check that MEO sends a synchronous grant response when a grant request is requested ... Check that MEO sends a synchronous grant response when a grant request is requested
... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.1 ... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.1
... ETSI GS MEC 010-2 2.0.10, Table 6.2.4.2.2-1 (GrantRequest) ... ETSI GS MEC 010-2 2.0.10, Table 6.2.4.2.2-1 (GrantRequest)
...@@ -25,7 +25,7 @@ Request a new Grant - Synchronous mode ...@@ -25,7 +25,7 @@ Request a new Grant - Synchronous mode
Request a new Grant - Malformed request TC_MEC_MEC010p2_MEO_GRANT_001_BR
[Documentation] TP_MEC_MEO_GRANT_001_BR [Documentation] TP_MEC_MEO_GRANT_001_BR
... Check that MEO responds with an error when it receives a malformed request when a new grant request is performed ... Check that MEO responds with an error when it receives a malformed request when a new grant request is performed
... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.2
...@@ -36,7 +36,7 @@ Request a new Grant - Malformed request ...@@ -36,7 +36,7 @@ Request a new Grant - Malformed request
Request a new Grant - Asynchronous mode TC_MEC_MEC010p2_MEO_GRANT_002_OK
[Documentation] TP_MEC_MEO_GRANT_002_OK [Documentation] TP_MEC_MEO_GRANT_002_OK
... Check that MEO sends a asynchronous grant response when a grant request is requested ... Check that MEO sends a asynchronous grant response when a grant request is requested
... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.1 ... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.1
...@@ -48,7 +48,7 @@ Request a new Grant - Asynchronous mode ...@@ -48,7 +48,7 @@ Request a new Grant - Asynchronous mode
Check HTTP Response Body is Empty Check HTTP Response Body is Empty
Request an individual grant - Ongoing process TC_MEC_MEC010p2_MEO_GRANT_003_OK
[Documentation] TP_MEC_MEO_GRANT_003_OK [Documentation] TP_MEC_MEO_GRANT_003_OK
... Check that MEO sends the status of a grant request when a query on a granting ID is performed. ... Check that MEO sends the status of a grant request when a query on a granting ID is performed.
... The process of creating the grant is ongoing, no grant is available yet ... The process of creating the grant is ongoing, no grant is available yet
...@@ -61,7 +61,7 @@ Request an individual grant - Ongoing process ...@@ -61,7 +61,7 @@ Request an individual grant - Ongoing process
Request an individual grant using non existant grant identifier TC_MEC_MEC010p2_MEO_GRANT_003_NF
[Documentation] TP_MEC_MEO_GRANT_003_NF [Documentation] TP_MEC_MEO_GRANT_003_NF
... Check that MEO responds with an error when it receives a request for returning a grant referred with a wrong ID ... Check that MEO responds with an error when it receives a request for returning a grant referred with a wrong ID
... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.2
...@@ -71,7 +71,7 @@ Request an individual grant using non existant grant identifier ...@@ -71,7 +71,7 @@ Request an individual grant using non existant grant identifier
Request an individual grant - Successful TC_MEC_MEC010p2_MEO_GRANT_004_OK
[Documentation] TP_MEC_MEO_GRANT_004_OK [Documentation] TP_MEC_MEO_GRANT_004_OK
... Check that MEO sends the status of a grant request when a query on a granting ID is performed ... Check that MEO sends the status of a grant request when a query on a granting ID is performed
... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.6.1.3.2
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
*** Settings *** *** Settings ***
Resource environment/variables.txt Resource environment/variables.txt
Resource ../../GenericKeywords.robot Resource ../../../GenericKeywords.robot
Library REST ${MEO_SCHEMA}://${MEO_HOST}:${MEO_PORT} ssl_verify=false Library REST ${MEO_SCHEMA}://${MEO_HOST}:${MEO_PORT} ssl_verify=false
Library BuiltIn Library BuiltIn
Library OperatingSystem Library OperatingSystem
...@@ -11,8 +11,8 @@ Library MockServerLibrary ...@@ -11,8 +11,8 @@ Library MockServerLibrary
*** Test Cases *** *** Test Cases ***
Create new App Package Resource TC_MEC_MEC010p2_MEO_PKGM_001_OK
[Documentation] TP_MEC_MEO_PKGM_001_OK [Documentation]
... Check that MEO creates a new App Package when requested ... Check that MEO creates a new App Package when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.1 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.1
... ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1 (OnboardedAppPkgInfo) ... ETSI GS MEC 010-2 2.0.10, Table 6.2.3.3.2-1 (OnboardedAppPkgInfo)
...@@ -29,8 +29,8 @@ Create new App Package Resource ...@@ -29,8 +29,8 @@ Create new App Package Resource
Check Result Contains ${response} usageState ${USAGE_STATE} Check Result Contains ${response} usageState ${USAGE_STATE}
Create new App Package Resource using malformed request TC_MEC_MEC010p2_MEO_PKGM_001_BR
[Documentation] TP_MEC_MEO_PKGM_001_BR [Documentation]
... Check that MEO creates a new App Package when requested ... Check that MEO creates a new App Package when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.1 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.1
... ETSI GS MEC 010-2 2.0.10, Table 6.2.3.2.2-1 (AppPkg) ... ETSI GS MEC 010-2 2.0.10, Table 6.2.3.2.2-1 (AppPkg)
...@@ -39,7 +39,7 @@ Create new App Package Resource using malformed request ...@@ -39,7 +39,7 @@ Create new App Package Resource using malformed request
Check HTTP Response Status Code Is 400 Check HTTP Response Status Code Is 400
Request all APP Packages TC_MEC_MEC010p2_MEO_PKGM_002_OK
[Documentation] TP_MEC_MEO_PKGM_002_OK [Documentation] TP_MEC_MEO_PKGM_002_OK
... Check that MEO returns the list of App Packages when requested ... Check that MEO returns the list of App Packages when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.2
...@@ -52,7 +52,7 @@ Request all APP Packages ...@@ -52,7 +52,7 @@ Request all APP Packages
Check Result Contains ${response} appDId ${APPD_ID} Check Result Contains ${response} appDId ${APPD_ID}
Request all APP Packages using bad attribute-based filtering parameter TC_MEC_MEC010p2_MEO_PKGM_002_BR
[Documentation] TP_MEC_MEO_PKGM_002_BR [Documentation] TP_MEC_MEO_PKGM_002_BR
... Check that MEO responds with an error when it receives ... Check that MEO responds with an error when it receives
... a malformed request for retrieving the list of existing App Packages ... a malformed request for retrieving the list of existing App Packages
...@@ -62,7 +62,7 @@ Request all APP Packages using bad attribute-based filtering parameter ...@@ -62,7 +62,7 @@ Request all APP Packages using bad attribute-based filtering parameter
Check HTTP Response Status Code Is 400 Check HTTP Response Status Code Is 400
Request an individual APP Package TC_MEC_MEC010p2_MEO_PKGM_003_OK
[Documentation] TP_MEC_MEO_PKGM_003_OK [Documentation] TP_MEC_MEO_PKGM_003_OK
... Check that MEO returns the list of App Packages when requested ... Check that MEO returns the list of App Packages when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.1.3.2
...@@ -75,7 +75,7 @@ Request an individual APP Package ...@@ -75,7 +75,7 @@ Request an individual APP Package
Check Result Contains ${response} appDId ${APPD_ID} Check Result Contains ${response} appDId ${APPD_ID}
Request an individual APP Package using wrong identifier TC_MEC_MEC010p2_MEO_PKGM_003_NF
[Documentation] TP_MEC_MEO_PKGM_003_NF [Documentation] TP_MEC_MEO_PKGM_003_NF
... Check that MEO responds with an error when it receives ... Check that MEO responds with an error when it receives
... a request for retrieving a App Package referred with a wrong ID ... a request for retrieving a App Package referred with a wrong ID
...@@ -86,7 +86,7 @@ Request an individual APP Package using wrong identifier ...@@ -86,7 +86,7 @@ Request an individual APP Package using wrong identifier
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Remove an individual APP Package TC_MEC_MEC010p2_MEO_PKGM_004_OK
[Documentation] TP_MEC_MEO_PKGM_004_OK [Documentation] TP_MEC_MEO_PKGM_004_OK
... Check that MEO deletes an App Package when requested ... Check that MEO deletes an App Package when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.4 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.4
...@@ -96,7 +96,7 @@ Remove an individual APP Package ...@@ -96,7 +96,7 @@ Remove an individual APP Package
Check HTTP Response Body is Empty Check HTTP Response Body is Empty
Remove an individual APP Package using wrong identifier TC_MEC_MEC010p2_MEO_PKGM_004_NF
[Documentation] TP_MEC_MEO_PKGM_004_NF [Documentation] TP_MEC_MEO_PKGM_004_NF
... Check that MEO responds with an error when it receives ... Check that MEO responds with an error when it receives
... a request for deleting an App Package referred with a wrong ID ... a request for deleting an App Package referred with a wrong ID
...@@ -106,7 +106,7 @@ Remove an individual APP Package using wrong identifier ...@@ -106,7 +106,7 @@ Remove an individual APP Package using wrong identifier
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Request a Operational state update on an APP Package TC_MEC_MEC010p2_MEO_PKGM_005_OK
[Documentation] TP_MEC_MEO_PKGM_005_OK [Documentation] TP_MEC_MEO_PKGM_005_OK
... Check that MEO changes the status of an App Package from INITIAL_OP_STATE with an operation of type OPERATION_VALUE when requested, with the following possible combinations: ... Check that MEO changes the status of an App Package from INITIAL_OP_STATE with an operation of type OPERATION_VALUE when requested, with the following possible combinations:
... - ENABLED, DISABLE ... - ENABLED, DISABLE
...@@ -119,7 +119,7 @@ Request a Operational state update on an APP Package ...@@ -119,7 +119,7 @@ Request a Operational state update on an APP Package
Check HTTP Response Body is Empty Check HTTP Response Body is Empty
Request a Operational state update on an APP Package using wrong operation value TC_MEC_MEC010p2_MEO_PKGM_005_BR
[Documentation] TP_MEC_MEO_PKGM_005_BR [Documentation] TP_MEC_MEO_PKGM_005_BR
... Check that MEO sends an error when it receives a malformed request to modify the operational state of an application package ... Check that MEO sends an error when it receives a malformed request to modify the operational state of an application package
... ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.3 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.3
...@@ -128,7 +128,7 @@ Request a Operational state update on an APP Package using wrong operation value ...@@ -128,7 +128,7 @@ Request a Operational state update on an APP Package using wrong operation value
Check HTTP Response Status Code Is 400 Check HTTP Response Status Code Is 400
Request a Operational state update on a non onboarded APP Package TC_MEC_MEC010p2_MEO_PKGM_005_NF
[Documentation] TP_MEC_MEO_PKGM_005_NF [Documentation] TP_MEC_MEO_PKGM_005_NF
... Check that MEO responds with an error when it receives a request for updating an App Package referred with a wrong ID ... Check that MEO responds with an error when it receives a request for updating an App Package referred with a wrong ID
... ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.3 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.2.3.3
...@@ -137,7 +137,7 @@ Request a Operational state update on a non onboarded APP Package ...@@ -137,7 +137,7 @@ Request a Operational state update on a non onboarded APP Package
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Request the App Descriptor of an App Package TC_MEC_MEC010p2_MEO_PKGM_006_OK
[Documentation] TP_MEC_MEO_PKGM_006_OK [Documentation] TP_MEC_MEO_PKGM_006_OK
... Check that MEO returns the Application Descriptor contained on a on-boarded Application Package when requested ... Check that MEO returns the Application Descriptor contained on a on-boarded Application Package when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.6.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.6.3.2
...@@ -147,7 +147,7 @@ Request the App Descriptor of an App Package ...@@ -147,7 +147,7 @@ Request the App Descriptor of an App Package
Check HTTP Response Contain Header with value Content-Type ${ACCEPTED_CONTENT_TYPE} Check HTTP Response Contain Header with value Content-Type ${ACCEPTED_CONTENT_TYPE}
Request the App Descriptor of an App Package using a non onboarded APP Package TC_MEC_MEC010p2_MEO_PKGM_006_NF
[Documentation] TP_MEC_MEO_PKGM_006_NF [Documentation] TP_MEC_MEO_PKGM_006_NF
... Check that MEO responds with an error when it receives a request to retrieve an application descriptor referred with a wrong app package ID ... Check that MEO responds with an error when it receives a request to retrieve an application descriptor referred with a wrong app package ID
... ETSI GS MEC 010-2 2.0.10, clause 7.3.6.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.6.3.2
...@@ -156,7 +156,7 @@ Request the App Descriptor of an App Package using a non onboarded APP Package ...@@ -156,7 +156,7 @@ Request the App Descriptor of an App Package using a non onboarded APP Package
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Create a new App Packages Subscription TC_MEC_MEC010p2_MEO_PKGM_007_OK
[Documentation] TP_MEC_MEO_PKGM_007_OK [Documentation] TP_MEC_MEO_PKGM_007_OK
... Check that MEO service sends a Application Package Subscription when requested ... Check that MEO service sends a Application Package Subscription when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.3.3.1 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.3.3.1
...@@ -170,7 +170,7 @@ Create a new App Packages Subscription ...@@ -170,7 +170,7 @@ Create a new App Packages Subscription
Check Result Contains ${response} callbackUri ${CALLBACK_URI} Check Result Contains ${response} callbackUri ${CALLBACK_URI}
Create a new App Packages Subscription with malformed parameter TC_MEC_MEC010p2_MEO_PKGM_007_BR
[Documentation] TP_MEC_MEO_PKGM_007_BR [Documentation] TP_MEC_MEO_PKGM_007_BR
... Check that MEO service sends an error when it receives a malformed request for creating a new subscription on AppPackages ... Check that MEO service sends an error when it receives a malformed request for creating a new subscription on AppPackages
... ETSI GS MEC 010-2 2.0.10, clause 7.3.3.3.1 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.3.3.1
...@@ -180,7 +180,7 @@ Create a new App Packages Subscription with malformed parameter ...@@ -180,7 +180,7 @@ Create a new App Packages Subscription with malformed parameter
Check HTTP Response Status Code Is 400 Check HTTP Response Status Code Is 400
Request all App Package subscriptions TC_MEC_MEC010p2_MEO_PKGM_008_OK
[Documentation] TP_MEC_MEO_PKGM_008_OK [Documentation] TP_MEC_MEO_PKGM_008_OK
... Check that MEO service returns the list of Application Package Subscriptions when requested ... Check that MEO service returns the list of Application Package Subscriptions when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.3.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.3.3.2
...@@ -192,7 +192,7 @@ Request all App Package subscriptions ...@@ -192,7 +192,7 @@ Request all App Package subscriptions
Check Result Contains ${response} subscriptionId ${SUBSCRIPTION_ID} Check Result Contains ${response} subscriptionId ${SUBSCRIPTION_ID}
Request a specific App Package subscription TC_MEC_MEC010p2_MEO_PKGM_009_OK
[Documentation] TP_MEC_MEO_PKGM_009_OK [Documentation] TP_MEC_MEO_PKGM_009_OK
... Check that MEO service returns an Application Package Subscription when requested ... Check that MEO service returns an Application Package Subscription when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.4.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.4.3.2
...@@ -204,7 +204,7 @@ Request a specific App Package subscription ...@@ -204,7 +204,7 @@ Request a specific App Package subscription
Check Result Contains ${response} subscriptionId ${SUBSCRIPTION_ID} Check Result Contains ${response} subscriptionId ${SUBSCRIPTION_ID}
Request a specific App Package subscription using non existant subscription identifier TC_MEC_MEC010p2_MEO_PKGM_009_NF
[Documentation] TP_MEC_MEO_PKGM_009_NF [Documentation] TP_MEC_MEO_PKGM_009_NF
... Check that MEO service sends an error when it receives a query for a subscription ... Check that MEO service sends an error when it receives a query for a subscription
... on AppPackages with a wrong identifier ... on AppPackages with a wrong identifier
...@@ -214,7 +214,7 @@ Request a specific App Package subscription using non existant subscription iden ...@@ -214,7 +214,7 @@ Request a specific App Package subscription using non existant subscription iden
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Remove a APP Package subscription TC_MEC_MEC010p2_MEO_PKGM_010_OK
[Documentation] TP_MEC_MEO_PKGM_010_OK [Documentation] TP_MEC_MEO_PKGM_010_OK
... Check that MEO service deletes an Application Package Subscription when requested ... Check that MEO service deletes an Application Package Subscription when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.3.4.3.4 ... ETSI GS MEC 010-2 2.0.10, clause 7.3.4.3.4
...@@ -224,7 +224,7 @@ Remove a APP Package subscription ...@@ -224,7 +224,7 @@ Remove a APP Package subscription
Check HTTP Response Body is Empty Check HTTP Response Body is Empty
Remove a APP Package subscription using non existant subscription id TC_MEC_MEC010p2_MEO_PKGM_010_NF
[Documentation] TP_MEC_MEO_PKGM_010_NF [Documentation] TP_MEC_MEO_PKGM_010_NF
... Check that MEO service sends an error when it receives a deletion request ... Check that MEO service sends an error when it receives a deletion request
... for a subscription on AppPackages with a wrong identifier ... for a subscription on AppPackages with a wrong identifier
...@@ -234,7 +234,7 @@ Remove a APP Package subscription using non existant subscription id ...@@ -234,7 +234,7 @@ Remove a APP Package subscription using non existant subscription id
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Post Application Package Notification TC_MEC_MEC010p2_MEO_PKGM_011_OK
[Documentation] TP_MEC_MEO_PKGM_011_OK [Documentation] TP_MEC_MEO_PKGM_011_OK
... Check that the MEO service sends a application package notification ... Check that the MEO service sends a application package notification
... if the MEO service has an associated subscription and the event is generated ... if the MEO service has an associated subscription and the event is generated
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
*** Settings *** *** Settings ***
Resource environment/variables.txt Resource environment/variables.txt
Resource ../../GenericKeywords.robot Resource ../../../GenericKeywords.robot
Library REST ${MEPM_SCHEMA}://${MEPM_HOST}:${MEPM_PORT} ssl_verify=false Library REST ${MEPM_SCHEMA}://${MEPM_HOST}:${MEPM_PORT} ssl_verify=false
Library BuiltIn Library BuiltIn
Library OperatingSystem Library OperatingSystem
...@@ -11,7 +11,7 @@ Library MockServerLibrary ...@@ -11,7 +11,7 @@ Library MockServerLibrary
*** Test Cases *** *** Test Cases ***
Request all APP Packages TC_MEC_MEC010p2_MEPM_PKGM_001_OK
[Documentation] TP_MEC_MEPM_PKGM_001_OK [Documentation] TP_MEC_MEPM_PKGM_001_OK
... Check that MEPM returns the list of App Packages when requested ... Check that MEPM returns the list of App Packages when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.4.1.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.4.1.3.2
...@@ -24,7 +24,7 @@ Request all APP Packages ...@@ -24,7 +24,7 @@ Request all APP Packages
Check Result Contains ${response} appDId ${APPD_ID} Check Result Contains ${response} appDId ${APPD_ID}
Request all APP Packages using bad attribute-based filtering parameter TC_MEC_MEC010p2_MEPM_PKGM_001_BR
[Documentation] TP_MEC_MEPM_PKGM_001_BR [Documentation] TP_MEC_MEPM_PKGM_001_BR
... Check that MEPM responds with an error when it receives ... Check that MEPM responds with an error when it receives
... a malformed request for requesting the list of existing App Packages ... a malformed request for requesting the list of existing App Packages
...@@ -34,7 +34,7 @@ Request all APP Packages using bad attribute-based filtering parameter ...@@ -34,7 +34,7 @@ Request all APP Packages using bad attribute-based filtering parameter
Check HTTP Response Status Code Is 400 Check HTTP Response Status Code Is 400
Request an individual APP Package TC_MEC_MEC010p2_MEPM_PKGM_002_OK
[Documentation] TP_MEC_MEPM_PKGM_002_OK [Documentation] TP_MEC_MEPM_PKGM_002_OK
... Check that MEPM returns the an App Package when requested ... Check that MEPM returns the an App Package when requested
... EETSI GS MEC 010-2 2.0.10, clause 7.4.2.3.2 ... EETSI GS MEC 010-2 2.0.10, clause 7.4.2.3.2
...@@ -47,7 +47,7 @@ Request an individual APP Package ...@@ -47,7 +47,7 @@ Request an individual APP Package
Check Result Contains ${response} appDId ${APPD_ID} Check Result Contains ${response} appDId ${APPD_ID}
Request an individual APP Package using wrong identifier TC_MEC_MEC010p2_MEPM_PKGM_002_NF
[Documentation] TP_MEC_MEPM_PKGM_002_NF [Documentation] TP_MEC_MEPM_PKGM_002_NF
... Check that MEPM responds with an error when it receives ... Check that MEPM responds with an error when it receives
... a request for returning a App Package referred with a wrong ID ... a request for returning a App Package referred with a wrong ID
...@@ -58,7 +58,7 @@ Request an individual APP Package ...@@ -58,7 +58,7 @@ Request an individual APP Package
Request the App Descriptor of an App Package TC_MEC_MEC010p2_MEPM_PKGM_003_OK
[Documentation] TP_MEC_MEPM_PKGM_003_OK [Documentation] TP_MEC_MEPM_PKGM_003_OK
... Check that MEPM returns the Application Descriptor contained on a on-boarded Application Package when requested ... Check that MEPM returns the Application Descriptor contained on a on-boarded Application Package when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.4.4.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.4.4.3.2
...@@ -69,7 +69,7 @@ Request an individual APP Package ...@@ -69,7 +69,7 @@ Request an individual APP Package
##TODO: How to check content returned? ##TODO: How to check content returned?
Request the App Descriptor of an App Package using a non onboarded APP Package TC_MEC_MEC010p2_MEPM_PKGM_003_NF
[Documentation] TP_MEC_MEPM_PKGM_003_NF [Documentation] TP_MEC_MEPM_PKGM_003_NF
... Check that MEPM responds with an error when it receives ... Check that MEPM responds with an error when it receives
... a request for returning a App Descriptor referred with a wrong App Package ID ... a request for returning a App Descriptor referred with a wrong App Package ID
...@@ -79,7 +79,7 @@ Request the App Descriptor of an App Package using a non onboarded APP Package ...@@ -79,7 +79,7 @@ Request the App Descriptor of an App Package using a non onboarded APP Package
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Request the Content of an onboarded App Package TC_MEC_MEC010p2_MEPM_PKGM_004_OK
[Documentation] TP_MEC_MEPM_PKGM_004_OK [Documentation] TP_MEC_MEPM_PKGM_004_OK
... Check that MEPM returns the content on a on-boarded Application Package when requested ... Check that MEPM returns the content on a on-boarded Application Package when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.4.3.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.4.3.3.2
...@@ -88,7 +88,7 @@ Request the App Descriptor of an App Package using a non onboarded APP Package ...@@ -88,7 +88,7 @@ Request the App Descriptor of an App Package using a non onboarded APP Package
Check HTTP Response Status Code Is 200 Check HTTP Response Status Code Is 200
##TODO: How to check content returned? ##TODO: How to check content returned?
Request the Content of an App Package using a non onboarded APP Package identifier TC_MEC_MEC010p2_MEPM_PKGM_004_NF
[Documentation] TP_MEC_MEPM_PKGM_004_NF [Documentation] TP_MEC_MEPM_PKGM_004_NF
... Check that MEPM responds with an error when it receives ... Check that MEPM responds with an error when it receives
... a request for returning a application package content referred with a wrong App Package ID ... a request for returning a application package content referred with a wrong App Package ID
...@@ -98,7 +98,7 @@ Request the Content of an App Package using a non onboarded APP Package identifi ...@@ -98,7 +98,7 @@ Request the Content of an App Package using a non onboarded APP Package identifi
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404
Create a new App Packages Subscription TC_MEC_MEC010p2_MEPM_PKGM_005_OK
[Documentation] TP_MEC_MEPM_PKGM_005_OK [Documentation] TP_MEC_MEPM_PKGM_005_OK
... Check that MEPM service returns an application package subscription when requested ... Check that MEPM service returns an application package subscription when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.4.5.3.1 ... ETSI GS MEC 010-2 2.0.10, clause 7.4.5.3.1
...@@ -112,8 +112,7 @@ Create a new App Packages Subscription ...@@ -112,8 +112,7 @@ Create a new App Packages Subscription
Check Result Contains ${response} callbackUri ${CALLBACK_URI} Check Result Contains ${response} callbackUri ${CALLBACK_URI}
TC_MEC_MEC010p2_MEPM_PKGM_005_BR
Create a new App Packages Subscription with malformed parameter
[Documentation] TP_MEC_MEPM_PKGM_005_BR [Documentation] TP_MEC_MEPM_PKGM_005_BR
... Check that MEPM service sends an error when it receives a ... Check that MEPM service sends an error when it receives a
... malformed request for creating a new subscription on AppPackages ... malformed request for creating a new subscription on AppPackages
...@@ -124,7 +123,7 @@ Create a new App Packages Subscription with malformed parameter ...@@ -124,7 +123,7 @@ Create a new App Packages Subscription with malformed parameter
Check HTTP Response Status Code Is 400 Check HTTP Response Status Code Is 400
Request all App Package subscriptions TC_MEC_MEC010p2_MEPM_PKGM_006_OK
[Documentation] TP_MEC_MEPM_PKGM_006_OK [Documentation] TP_MEC_MEPM_PKGM_006_OK
... Check that MEPM service returns the list of Application Package Subscriptions when requested ... Check that MEPM service returns the list of Application Package Subscriptions when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.4.5.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.4.5.3.2
...@@ -136,7 +135,7 @@ Request all App Package subscriptions ...@@ -136,7 +135,7 @@ Request all App Package subscriptions
Check Result Contains ${response} subscriptionId ${SUBSCRIPTION_ID} Check Result Contains ${response} subscriptionId ${SUBSCRIPTION_ID}
Request a specific App Package subscription TC_MEC_MEC010p2_MEPM_PKGM_007_OK
[Documentation] TP_MEC_MEPM_PKGM_007_OK [Documentation] TP_MEC_MEPM_PKGM_007_OK
... Check that MEPM service returns an Application Package Subscription when requested ... Check that MEPM service returns an Application Package Subscription when requested
... ETSI GS MEC 010-2 2.0.10, clause 7.4.6.3.2 ... ETSI GS MEC 010-2 2.0.10, clause 7.4.6.3.2
...@@ -148,7 +147,7 @@ Request a specific App Package subscription ...@@ -148,7 +147,7 @@ Request a specific App Package subscription
Check Result Contains ${response} subscriptionId ${SUBSCRIPTION_ID} Check Result Contains ${response} subscriptionId ${SUBSCRIPTION_ID}
Request a specific App Package subscription using non existant subscription identifier TC_MEC_MEC010p2_MEPM_PKGM_007_NF
[Documentation] TP_MEC_MEPM_PKGM_007_NF [Documentation] TP_MEC_MEPM_PKGM_007_NF
... Check that MEPM service sends an error when it receives a query for a subscription ... Check that MEPM service sends an error when it receives a query for a subscription
... on AppPackages with a wrong identifier ... on AppPackages with a wrong identifier
...@@ -158,7 +157,7 @@ Request a specific App Package subscription using non existant subscription iden ...@@ -158,7 +157,7 @@ Request a specific App Package subscription using non existant subscription iden
Check HTTP Response Status Code Is 404 Check HTTP Response Status Code Is 404