query-ap: Add example command line to run 'ifconfig -a'

This commit is contained in:
Ben Greear
2021-01-19 11:54:17 -08:00
parent 8b8f5c1b90
commit d2fc351e49

View File

@@ -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)