Commit Graph

168 Commits

Author SHA1 Message Date
Dipti
1b7a29f77e addition of query for port cols, beginning of acquiring port cols 2021-02-10 02:12:49 -08:00
Dipti
c3c0924cda commented out broken code, added code so output_format and report_file exten. is passed in, exten is changed to csv to create file, then csv is changed to correct output format 2021-02-09 18:33:04 -08:00
Dipti
e0d1a63f94 correction of str concatenation, defaulting to csv file creation 2021-02-09 17:00:27 -08:00
Matthew Stidham
96ac1da9b8 new way to group all arguments of the same class together 2021-02-09 16:22:33 -08:00
Dipti
dda9b45740 fixed path saving. added script and LANforge information to csv file. copied df to other file output conversions 2021-02-08 22:51:05 -08:00
Dipti
f95974b1e7 addition of translation of csv to another format 2021-02-08 19:27:38 -08:00
Matthew Stidham
e1f507ce94 remove whitespace on edges from column names 2021-02-08 10:11:50 -08:00
Dipti
c3e9624ee5 ipv4_var_time now writes to disk - works 2021-02-06 01:55:36 -08:00
Dipti
0b451909bd line spacing additions, small changes 2021-02-06 00:52:55 -08:00
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
shivam
a2564b2dca Bug fix: parse_size values 2020-12-28 11:24:36 +05:30
Logan Lipke
5477368369 Added check for port_list in wait_until_ports_disappear to ensure list is being used 2020-12-18 17:00:42 -08:00
Dipti
033ed53e90 consistency in output 2020-12-18 15:10:41 -08:00
Jed Reynolds
c1bd64adb9 uses non-deprecated method 2020-12-18 12:36: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
6f9f8e86ae debug output - small change 2020-12-15 13:10:38 -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
639180473e - much less output if not debug - changes according to lfcli 2020-12-10 23:38:35 -08:00
Jed Reynolds
b448ec79b4 LFUtils.py: slightly different sleep arrangement, more comments, less output 2020-12-10 20:26:34 -08:00
Jed Reynolds
8538698072 GUI: LFRequest: WIP: adding places for proxy assignments 2020-12-10 20:26:34 -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
b43cb65ea0 LFRequest: fixes broken url encoding by doing str replace only on # and ' ' 2020-12-03 22:04:56 -08:00
Jed Reynolds
69985d88bf LFRequest.py: fixes busted test for space in URL 2020-12-03 21:43:09 -08:00
Jed Reynolds
7c097935ce LFRequest: tests for # and space in and does URL encoding 2020-12-03 18:11:49 -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
8df9767cd2 LFUtils.py: slightly better string manipulation for name series 2020-12-01 00:15:47 -08:00
Logan Lipke
4a84169f05 Changed nc_show_ports flag 2020-11-30 17:59:44 -08:00
Jed Reynolds
77b82f1c1a lfcli_base.py: less debug output 2020-11-25 14:53:16 -08:00
Jed Reynolds
484e0e329e LFRequest.py: corrects parameter name 2020-11-25 14:52:57 -08:00
Jed Reynolds
f6ee326792 lfcli_base.py: adds put, delete methods 2020-11-25 10:46:06 -08:00
Jed Reynolds
6d550da900 LFRequest: adds put and 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