Commit cbf7bbb7 authored by piscione's avatar piscione
Browse files

Updated TCs of Package Management of MEPM for MEC010p2 v2.2.1

parent 53ea122e
Loading
Loading
Loading
Loading
Loading
+327 −149

File changed.

Preview size limit exceeded, changes collapsed.

+13 −32
Original line number Diff line number Diff line
*** Variables ***
# Generic variables
${MEPM_SCHEMA}                   http
${MEPM_HOST}                     10.192.2.172
${MEPM_HOST}                     127.0.0.1
${MEPM_PORT}                     8081
${response}                         {}
${TOKEN}                            Basic YWxhZGRpbjpvcGVuc2VzYW1l
${apiRoot}        
${apiName}        apmi
${apiName}        app_pkgm
${apiVersion}     v1
${ACCEPTED_CONTENT_TYPE}           text/plain


# Specific variables
${APP_PKG_NAME}                     APP_PKG_NAME        // Should be the same as in AppPkg.json
${APP_PKG_VERSION}                  APP_PKG_VERSION     // Should be the same as in AppPkg.json
${CHECKSUM}                         CHECKSUM            // Should be the same as in AppPkg.json
${OPERATIONAL_STATE}                OPERATIONAL_STATE   // Should be the same as in AppPkg.json
${USAGE_STATE}                      USAGE_STATE         // Should be the same as in AppPkg.json
${ON_BOARDED_APP_PKG_ID}            5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f
${APPD_ID}                          e0deee2b-6e50-4f33-ab09-8bf0585025d3
${MALFORMED_FILTER_NAME}            operationalStatus    // Should be operationalState
${FILTER_VALUE}                     NOT_IN_USE
${APP_PKG_ID}                       appPkgId
${APP_INSTANCE_ID}                  5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f
${APPD_ID}                          appdId
${NOT_EXISTING_APP_INSTANCE_ID}     NOT_EXISTING_APP_INSTANCE_ID
${CALLBACK_URI}                     http://some.url/somepath
${SUBSCRIPTION_ID}                  1234782-2c70-4e47-9a4e-0ee3a1a0fabcd
${MALFORMED_FILTER_NAME}            operationalStatus
${FILTER_VALUE}                     ENABLED
${NON_EXISTENT_APP_PKG_ID}          NON_EXISTENT_APP_PKG_ID
${OPERATION_VALUE}                  DISABLE

${ACCEPTED_CONTENT_TYPE}            text/plain           // Should refer to the type of AppD 
${SUBSCRIPTION_ID}                  e0deee2b-6e50-4f33-ab09-8bf0585025d3
${NON_EXISTENT_SUBSCRIPTION_ID}     NON_EXISTENT_SUBSCRIPTION_ID




${SUBSCRIPTION_TYPE}                MobilityProcedureSubscription



# Notifications variables
${MOCK_SERVER_JAR}    ../../../bin/mockserver-netty-5.5.0-jar-with-dependencies.jar

${callback_port}    9091
${callback_uri}    http://172.22.1.7:${callback_port}
${callback_endpoint}    /amsi/subscriptions
${callback_endpoint_error}    /subs_404
${total_polling_time}   2 min
${polling_interval}     10 sec
 No newline at end of file
${NON_EXISTENT_APPD_ID}             NON_EXISTENT_APPD_ID         
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
{
  "callbackUri": "http://some.url/somepath",
  "subsctiptionType": "AppPackageOnBoardingSubscription"
}
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
{
  "callbackUri": "http://some.url/somepath",
  "subscriptionType": "ON-BOARDING"
}
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
{}
 No newline at end of file
Loading