Modified payload parameters in trace command (#980)

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
Jitendrakumar Kushavah
2024-08-06 15:30:45 +05:30
committed by GitHub
parent 472afe4694
commit 1f71f75908

View File

@@ -380,8 +380,8 @@ class TestUcentralGatewayService(object):
"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)