Skip to content

Commit

Permalink
Modified payload parameters in trace command (#980)
Browse files Browse the repository at this point in the history
Signed-off-by: jitendracandela <[email protected]>
  • Loading branch information
jitendracandela authored and anil-tegala committed Dec 3, 2024
1 parent ef00c02 commit 11583e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ def test_gw_service_trace_device(self, get_target_object, get_testbed_details):
"when": 0,
"duration": 1,
"numberOfPackets": 0,
"network": "string",
"interface": "string"
"network": "up",
"interface": "up"
}
# print(json.dumps(payload))
resp = get_target_object.controller_library_object.trace_device(device_name, payload)
Expand Down

0 comments on commit 11583e3

Please sign in to comment.