mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 11:28:09 +00:00
Changed small command for verify
This commit is contained in:
@@ -45,7 +45,7 @@ class APTools:
|
||||
[input, output, error] = self.apnos.run_generic_command(cmd=cmd)
|
||||
print(input, output, error)
|
||||
elif action == "verify":
|
||||
[input, output, error] = self.apnos.run_generic_command("ubus call ucentral status; cat /tmp/sysinfo/model;"
|
||||
[input, output, error] = self.apnos.run_generic_command("cat /tmp/sysinfo/model;"
|
||||
"cat /etc/banner")
|
||||
print(output)
|
||||
#print(error)
|
||||
|
||||
Reference in New Issue
Block a user