mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-08 21:31:36 +00:00
query-ap: Add example command line to run 'ifconfig -a'
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
# Example command line:
|
||||
#./query_ap.py --testrail-user-id NONE --model ecw5410 --ap-jumphost-address localhost --ap-jumphost-port 7220 --ap-jumphost-password pumpkin77 --ap-jumphost-tty /dev/ttyAP1 --cmd "ifconfig -a"
|
||||
|
||||
from UnitTestBase import *
|
||||
|
||||
parser = argparse.ArgumentParser(description="Query AP", add_help=False)
|
||||
|
||||
Reference in New Issue
Block a user