Skip to content

Commit 160fbcc

Browse files
committed
update mock setup
1 parent 07d8d1e commit 160fbcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generic-orchestration-samples/setup/setup_start_mock_traffic/DEBUG.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from dut_health_check import run_dut_health_check
55
from start_traffic import start_traffic_flow
66

7-
LIVE_SANDBOX_ID = "4f1c7f14-5e28-4a54-a611-5883ea84b39b"
7+
LIVE_SANDBOX_ID = "361caea5-bf4e-419d-aadb-195f2ff33dce"
88

99
attach_to_cloudshell_as(user=credentials.USER,
1010
password=credentials.PASSWORD,

generic-orchestration-samples/setup/setup_start_mock_traffic/start_traffic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ def start_traffic_flow(sandbox, components=None):
3131
commandName="start_traffic",
3232
printOutput=True)
3333

34-
api.WriteMessageToReservationOutput(reservationId=res_id, message="load config flow finished")
34+
api.WriteMessageToReservationOutput(reservationId=res_id, message="send traffic flow finished")
3535

0 commit comments

Comments
 (0)