mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 18:12:34 +00:00
Modified payload parameters in trace command (#980)
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
committed by
GitHub
parent
472afe4694
commit
1f71f75908
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user