Commit Graph

69 Commits

Author SHA1 Message Date
Dipti
9a3e66dfa7 reformation of monitor loop - writes to disk 2021-02-05 16:55:01 -08:00
Matthew Stidham
08b476f8d6 Implement replace_special_char function 2021-02-04 13:48:05 -08:00
Matthew Stidham
0483b7dec3 get_milliseconds function 2021-02-04 11:52:56 -08:00
Jed Reynolds
a2d7841870 lfcli_base.py: adds -d for debug to bare argparse 2021-02-02 20:55:11 -08:00
Matthew Stidham
97516c825d random characters for titles in regression test output 2021-02-02 14:53:03 -08:00
shivam
78e7148196 basic arg parse update 2021-01-27 17:15:20 -08:00
shivam
e4869e715a test_utility update 2021-01-27 17:15:20 -08:00
Jed Reynolds
9a37ba42fe lfcli_base.py: create_bare_argparse updates defaults for formatter 2021-01-27 17:15:20 -08:00
Dipti
033ed53e90 consistency in output 2020-12-18 15:10:41 -08:00
Jed Reynolds
062cf04d9b lfcli_base.py: adds proxy construction logic 2020-12-18 12:36:26 -08:00
Jed Reynolds
6594a6ad34 lfcli_base.py: adds constant text for help on mode settings 2020-12-16 23:47:32 -08:00
Jed Reynolds
535f15e6c3 lfcli_base.py adds back --security option 2020-12-16 23:09:11 -08:00
Jed Reynolds
5c7fccf12f lfcli_base.py: changes some False defaults to None 2020-12-16 14:59:45 -08:00
Jed Reynolds
67e7d2e034 lfcli_base.py: fixes self refrences to captured_signal methods 2020-12-16 14:44:58 -08:00
Dipti
96d6ffda06 arg switches pt 1 2020-12-14 13:12:00 -08:00
Dipti
6b4fbbbfd1 argparse groups added 2020-12-11 16:24:28 -08:00
Dipti
fcc4b20c1f print out for script success clear 2020-12-11 00:16:02 -08:00
Dipti
e74e46a11b lfcli base exit_success exit_fail get_passed_result_list 2020-12-10 01:08:40 -08:00
Dipti
c8b3204aac edits 2020-12-08 15:50:28 -08:00
Dipti
fce6fa47c4 added pass/fail method in lfcli and edited example_x functions 2020-12-08 15:15:24 -08:00
Jed Reynolds
9f6a7c4897 lfcli_base.py: adding basis for signal handlers in scripts 2020-12-01 20:20:05 -08:00
Jed Reynolds
77b82f1c1a lfcli_base.py: less debug output 2020-11-25 14:53:16 -08:00
Jed Reynolds
f6ee326792 lfcli_base.py: adds put, delete methods 2020-11-25 10:46:06 -08:00
Dipti
2eb32c2990 password argument change, saving executable perm for scripts 2020-11-20 12:27:09 -08:00
shivamcandela
05ddf8b015 Bug fixed from previous commit 2020-11-18 18:20:39 +05:30
shivamcandela
a7417d8ca1 added argparse for test_id to filter ws event 2020-11-18 18:04:24 +05:30
Logan Lipke
17e4990e67 Changed default num_stations to 0 2020-11-13 17:06:25 -08:00
shivamcandela
0590e539b5 Updated lfcli_base for webconsole 2020-11-08 01:16:04 +05:30
Dipti
1f807eb2b9 changes to lfcli_base to force ssid, password, radio and security 2020-11-03 09:42:36 -08:00
Jed Reynolds
ba66e2cdd8 lfcli_base.py init may now be passed a copy of local_realm in constructor 2020-10-22 22:03:04 -07:00
Jed Reynolds
92dd78fbfe lfcli_base.py: allows abbreviations for script options 2020-10-22 16:00:06 -07:00
Jed Reynolds
406ee6cb5d JSON: adds create_bare_argparse() for when we want an argparser that has nothing to do with radios 2020-10-22 16:00:06 -07:00
Jed Reynolds
44e4e38b12 JSON: lfcli_base.py: whitespace 2020-10-21 00:05:52 -07:00
Jed Reynolds
c88ab44fc2 JSON: improves help on lfcli_base.py 2020-10-20 21:33:43 -07:00
Dipti
17f6412df7 num_station parameter added 2020-10-20 21:25:02 -07:00
Jed Reynolds
bf5bf471e6 JSON: lfcli_base.py gains argument for http port 2020-10-20 19:50:35 -07:00
Dipti Dhond
b711e1b99e additional security descriptions in help 2020-08-06 17:22:22 -07:00
Logan Lipke
dfb85aa390 Added create_basic_argparse arguments for setting prog, formatter_class, epilog, and description 2020-08-06 12:00:37 -07:00
Logan Lipke
da34b35421 create_basic_parser returns parser object now instead of args array 2020-08-06 11:41:19 -07:00
Logan Lipke
1aeb801a27 Added static method to parse common arguments 2020-08-06 11:39:02 -07:00
Ben Greear
db4a5b7728 json: Add methods to wait for cx, endp to be found.
This lets scripts wait until we are sure the system can handle
further work.

Ensure we print out error in case the URL processing logic
detects and error and plans to exit.
2020-08-05 15:25:22 -07:00
Jed Reynolds
4e052391e8 JSON: stop dying on 404 response; formatting 2020-07-28 23:42:42 -07:00
Jed Reynolds
6332a322b0 python: whitespace 2020-07-24 18:10:51 -07:00
Jed Reynolds
c33da1048f lfcli_base.py: fixes munched param name 2020-07-02 01:45:37 -07:00
Jed Reynolds
07112693af lfcli_base.py: updates pydoc 2020-06-30 14:25:55 -07:00
Jed Reynolds
59a7762dec lfcli_base.py: uses return parameter to capture resulting post result 2020-06-29 19:38:02 -07:00
Jed Reynolds
7b488a8553 JSON: LFCliBase json_post improves terminology and completeness for suppressing related commands 2020-06-29 14:20:08 -07:00
Jed Reynolds
f2e2135b5d JSON: fixes debug and die_on_error logic, fixes suppress_preexec_X logic, fixes pprint ref 2020-06-25 12:32:28 -07:00
Jed Reynolds
c1e79ab6fc Python: introduces use_preexec variable to help simplify toggling on pre-exec login 2020-06-23 23:13:11 -07:00
Jed Reynolds
e54119758e lfcli_base.py: repose_list_to_map is a more general method of doing LFUtils.portListToAliasMap() 2020-06-12 13:29:47 -07:00