mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 03:17:54 +00:00
ap_tools removed too many outputs
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -41,8 +41,8 @@ class APTools:
|
||||
output, error = self.apnos.reboot()
|
||||
print(output, error)
|
||||
elif action == "run_cmd":
|
||||
[input, output, error] = self.apnos.run_generic_command(cmd=cmd)
|
||||
print(input, output, error)
|
||||
output = self.apnos.run_generic_command(cmd=cmd)
|
||||
print(output)
|
||||
elif action == "verify":
|
||||
[input, output, error] = self.apnos.run_generic_command("cat /tmp/sysinfo/model;"
|
||||
"cat /etc/banner")
|
||||
|
||||
Reference in New Issue
Block a user