Commit 1d256c26 authored by piscione's avatar piscione
Browse files

Minor fixes on some missing env variable missing.

parent 45ae75c8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ ${apiRoot}
# Specific variables
${URL_SERVICE_MEC_LIVENESS} 	/link/to/individual/mecServiceLiveness
${NOT_EXISTING_URL_SERVICE_MEC_LIVENESS} 	/not_existing_link/to/individual/mecServiceLiveness
${URL_SERVICE_MEC_LIVENESS}             link/to/individual/mecServiceLiveness
${LIVENESS_URI}                         link/to/individual/mecServiceLiveness


#Variables for test setups and teardowns
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ ${NON_EXISTENT_TRAFFIC_RULE_ID} NON_EXISTENT_TRAFFIC_RULE_ID
${INVALID_ETAG}                          INVALID_ETAG

##Registration App variables
${SCHEMA_REGAPP}                   http
${HOST_REGAPP}                     127.0.0.1
${PORT_REGAPP}                     8082
${apiRoot_REGAPP}
+1 −1
Original line number Diff line number Diff line
{
  "trafficRuleId": "traffic_rule_01",
  "trafficRuleId": "e0deee2b-6e50-4f33-ab09-8bf0585025d3",
  "filterType": "FLOW",
  "priority": 1,
  "trafficFilter": [
+2 −2
Original line number Diff line number Diff line
@@ -44,5 +44,5 @@ Check S1BearerInfo
Check L2MeasInfo
    [Arguments]    ${received_value}
    log    ${received_value}
    #Should Be Equal As Strings    ${received_value['cellInfo'][0]['ecgi'][0]['cellId']}    ${CELL_ID}
    Should Be Equal As Strings    ${received_value['cellInfo'][0]['ecgi']['cellId']}    ${CELL_ID}
    Should Be Equal As Strings    ${received_value['cellInfo'][0]['ecgi'][0]['cellId']}    ${CELL_ID}
    #Should Be Equal As Strings    ${received_value['cellInfo'][0]['ecgi']['cellId']}    ${CELL_ID}
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ ${apiName} ui
${apiVersion}                       v1

${ZONE_ID}                          zone01
${APP_INSTANCE_ID}
${APP_INSTANCE_ID}                  app-inst-id
${NON_EXISTENT_APP_INSTANCE_ID}     NON_EXISTENT_APP_INSTANCE_ID
${UE_IDENTITY_TAG}                  UeIdentityTag
${UE_IDENTITY_TAG_INVALID_STATE}    UeTagC
Loading