Commit 0a30faa4 authored by piscione's avatar piscione
Browse files

Draft TCs for MEC015 v2.1.1 Bandwidth allocation (BWA) available

parent 5f551ac9
Loading
Loading
Loading
Loading
+242 −176

File changed.

Preview size limit exceeded, changes collapsed.

+17 −1
Original line number Diff line number Diff line
@@ -19,6 +19,14 @@ ${BAD_FILTER} appInsId
${APP_INSTANCE_ID}                       5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f
${NON_EXISTENT_APP_INSTANCE_ID}          NON_EXISTENT_INSTANCE_ID

${APP_NAME_FILTER}                       app_name
${APP_NAME}                              appName
${NON_EXISTENT_APP_NAME}                 NON_EXISTENT_APP_NAME

${SESSION_ID_FILTER}                    session_id
${NON_EXISTENT_SESSION_ID}                 NON_EXISTENT_SESSION_ID


${FIXED_ALLOCATION}						 32
${ALLOCATION_DIRECTION}					 00

@@ -30,3 +38,11 @@ ${NON_EXISTENT_ALLOCATION_ID} NON_EXISTENT_ALLOCATION_ID
${INVALID_ETAG}							 INVALID_ETAG
${ETAG_VALUE}
${ETAG}

##Variables for App Instances management
${APP_INST_HOST}                     127.0.0.1
${APP_INST_PORT}                     8081
${apiRoot_APP_INST}
${apiName_APP_INST}                  app_lcm
${apiVersion_APP_INST}               v1
${elements}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
{
"appInsId": "5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f",
 "appInsId": "appInstanceId",
  "requestType": 0,
  "fixedAllocation": "32",
  "allocationDirection": "00"
+1 −1
Original line number Diff line number Diff line
{
"appInsId": "5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f",
"appInsId": "appInstanceId",
  "requestType": 0,
  "fixedAllocation": "32",
  "allocationDirection": "01"
+2 −1
Original line number Diff line number Diff line
{
"appInsId": "5abe4782-2c70-4e47-9a4e-0ee3a1a0fd1f",
  "requestType": "INVALID_VALUE",
  "requestType": "0",
  "sessionFilter":"someValues",
  "fixedAllocation": "32",
  "allocationDirection": "01"
}
 No newline at end of file
Loading