Loading manifests/deviceservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL value: "DEBUG" value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] Loading manifests/serviceservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL value: "DEBUG" value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:3030"] Loading scripts/run_tests_locally-device-openconfig.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # limitations under the License. PROJECTDIR=/home/ubuntu/controller/ PROJECTDIR=`pwd` cd $PROJECTDIR/src RCFILE=$PROJECTDIR/coverage/.coveragerc Loading src/load_generator/command/__main__.py +3 −3 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ def main(): RequestType.SERVICE_L3NM, #RequestType.SERVICE_MW, #RequestType.SERVICE_TAPI, #RequestType.SLICE_L2NM, #RequestType.SLICE_L3NM, RequestType.SLICE_L2NM, RequestType.SLICE_L3NM, ], offered_load = 10, holding_time = 10, Loading src/load_generator/load_gen/RequestGenerator.py +0 −1 Original line number Diff line number Diff line Loading @@ -322,7 +322,6 @@ class RequestGenerator: json_config_rule_set('/settings', { 'bgp_as' : bgp_as, 'route_distinguisher': route_distinguisher, }), json_config_rule_set( '/device[{:s}]/endpoint[{:s}]/settings'.format(src_device_name, src_endpoint_name), { Loading Loading
manifests/deviceservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL value: "DEBUG" value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] Loading
manifests/serviceservice.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL value: "DEBUG" value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:3030"] Loading
scripts/run_tests_locally-device-openconfig.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ # limitations under the License. PROJECTDIR=/home/ubuntu/controller/ PROJECTDIR=`pwd` cd $PROJECTDIR/src RCFILE=$PROJECTDIR/coverage/.coveragerc Loading
src/load_generator/command/__main__.py +3 −3 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ def main(): RequestType.SERVICE_L3NM, #RequestType.SERVICE_MW, #RequestType.SERVICE_TAPI, #RequestType.SLICE_L2NM, #RequestType.SLICE_L3NM, RequestType.SLICE_L2NM, RequestType.SLICE_L3NM, ], offered_load = 10, holding_time = 10, Loading
src/load_generator/load_gen/RequestGenerator.py +0 −1 Original line number Diff line number Diff line Loading @@ -322,7 +322,6 @@ class RequestGenerator: json_config_rule_set('/settings', { 'bgp_as' : bgp_as, 'route_distinguisher': route_distinguisher, }), json_config_rule_set( '/device[{:s}]/endpoint[{:s}]/settings'.format(src_device_name, src_endpoint_name), { Loading