Jed Reynolds
|
e11cb78bd1
|
check_large_files.bash: adds lots of disk size logic, WIP
|
2020-12-18 16:56:38 -08:00 |
|
Dipti
|
4193b54e5c
|
fixed help, added mode and AP customization
|
2020-12-18 16:06:08 -08:00 |
|
Dipti
|
549c8777b2
|
argparse and help fixed
|
2020-12-18 15:35:00 -08:00 |
|
Dipti
|
630c88d2c0
|
Merge branch 'master' of github.com:greearb/lanforge-scripts
|
2020-12-18 15:28:10 -08:00 |
|
Jed Reynolds
|
945f5fbb5b
|
check_large_files: menu processing and survey methods, WIP
|
2020-12-18 15:27:27 -08:00 |
|
Dipti
|
1af13e32a5
|
addition of new argparse functions to help
|
2020-12-18 15:17:58 -08:00 |
|
Dipti
|
033ed53e90
|
consistency in output
|
2020-12-18 15:10:41 -08:00 |
|
Jed Reynolds
|
e74dff7d9b
|
test_all_scripts.sh: adds test for debug env variable
|
2020-12-18 12:39:31 -08:00 |
|
Jed Reynolds
|
d4a2eca208
|
test_all_scripts.sh: replaces case with associative array, replaces string tests with arithmetic tests
|
2020-12-18 12:39:31 -08:00 |
|
Jed Reynolds
|
5e767b0bb3
|
test_all_scripts.sh: reformatted
|
2020-12-18 12:39:31 -08:00 |
|
Jed Reynolds
|
0673825f9e
|
test_ipv4_connection.py: updates init and uses proxy, uses localrealm constructor in super constructor call
|
2020-12-18 12:39:16 -08:00 |
|
Jed Reynolds
|
2a8b0e1433
|
realm.py: adds appropriate parameters to init and uses super init with capture_signals and proxy
|
2020-12-18 12:38:10 -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
|
d3fab7c7ff
|
check_large_files.bash: adds mapfile
|
2020-12-17 21:00:52 -08:00 |
|
Jed Reynolds
|
68a30d6bd2
|
lf_icemod.pl: fixes connection logic
|
2020-12-17 21:00:52 -08:00 |
|
Jed Reynolds
|
b43f6edb6d
|
check_large_files.bash: WIP
|
2020-12-17 21:00:52 -08:00 |
|
Jed Reynolds
|
b3d88f672d
|
typo
|
2020-12-17 21:00:52 -08:00 |
|
Jed Reynolds
|
5cf4026dbf
|
renames to .bash
|
2020-12-17 21:00:52 -08:00 |
|
Jed Reynolds
|
1232cc6c67
|
check_large_files.sh: using mapfile, formatting
|
2020-12-17 21:00:52 -08:00 |
|
Logan Lipke
|
ea9fede527
|
Uncommented necesarry code
|
2020-12-17 16:49:08 -08:00 |
|
Logan Lipke
|
d96df71c2a
|
Fixed unnecessary dabug=True in FIOEndpProfile
|
2020-12-17 16:48:50 -08:00 |
|
Logan Lipke
|
497838bf6c
|
Multiple connections can be created per port. ips on existing ports can be changed individually
|
2020-12-17 15:33:35 -08:00 |
|
Logan Lipke
|
4edf9cb73c
|
FIOEndpProfile create can now take a connections_per_port arg
|
2020-12-17 15:33:35 -08:00 |
|
Chuck SmileyRekiere
|
eef7eb1c76
|
lf_cisco_snp.py : clean up monitoring summary
|
2020-12-17 16:17:37 -07:00 |
|
Chuck SmileyRekiere
|
33eabbc61a
|
lf_cisco_snp.py : created results csv , added test_id
|
2020-12-17 07:11:04 -07:00 |
|
Chuck SmileyRekiere
|
bf84f54d58
|
lf_cisco_snp.py : updates for results csv
|
2020-12-17 07:11:04 -07:00 |
|
Jed Reynolds
|
35a4e3392c
|
test_ipv4_variable_time.py cleans up very large help section
|
2020-12-16 23:49:33 -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
|
c21eb184c4
|
test_ipv4_variable_time.py: fixes comma, adds --ap argument
|
2020-12-16 23:18:36 -08:00 |
|
Jed Reynolds
|
2bc6a2a541
|
test_ipv4_variable_time.py: multiple fixes:
- whitespace
- calls super()._init_ with _local_realm parameter
- fixes missing mode parameter check
- updates optional and required arguments
- adds help for --mode
|
2020-12-16 23:13:08 -08:00 |
|
Jed Reynolds
|
535f15e6c3
|
lfcli_base.py adds back --security option
|
2020-12-16 23:09:11 -08:00 |
|
Matthew Stidham
|
b3d45ffe1d
|
Merge branch 'master' of github.com:greearb/lanforge-scripts
|
2020-12-16 22:25:08 -08:00 |
|
Dipti
|
af4337f93e
|
ftp works - added better example
|
2020-12-16 21:09:13 -08:00 |
|
Matthew Stidham
|
079a658e6d
|
required arguments
|
2020-12-16 15:39:27 -08:00 |
|
Jed Reynolds
|
5c7fccf12f
|
lfcli_base.py: changes some False defaults to None
|
2020-12-16 14:59:45 -08:00 |
|
Jed Reynolds
|
6d6a3e5898
|
realm: StationProfile: fixes mode null on station create
|
2020-12-16 14:59:12 -08:00 |
|
Jed Reynolds
|
67e7d2e034
|
lfcli_base.py: fixes self refrences to captured_signal methods
|
2020-12-16 14:44:58 -08:00 |
|
Jed Reynolds
|
e900a93d4b
|
realm: L3CXProfile monitor loop WIP
|
2020-12-16 14:44:58 -08:00 |
|
Dipti
|
869e06eaf4
|
security added
|
2020-12-16 14:10:02 -08:00 |
|
Logan Lipke
|
231bca1d5a
|
Test groups/test group related cxs no longer get created or deleted if already existing
|
2020-12-16 12:09:12 -08:00 |
|
Dipti
|
d009891741
|
Merge branch 'master' of github.com:greearb/lanforge-scripts
|
2020-12-16 11:19:18 -08:00 |
|
Dipti
|
674f6d4d7a
|
iperf
|
2020-12-16 11:19:12 -08:00 |
|
Chuck SmileyRekiere
|
32420abdd0
|
lf_cisco_power.py : greater than
|
2020-12-16 11:38:32 -07:00 |
|
Dipti
|
742e7115cd
|
mode and bssid added
|
2020-12-16 10:30:53 -08:00 |
|
Chuck SmileyRekiere
|
d19de9d521
|
lc_cisco_power.py : updated help
|
2020-12-16 11:03:21 -07:00 |
|
Chuck SmileyRekiere
|
deef5bb89a
|
lf_cisco_power.py : updates for Beacon
|
2020-12-16 11:00:42 -07:00 |
|
Dipti
|
179927e7c8
|
sleeps
|
2020-12-16 09:51:33 -08:00 |
|
Dipti
|
b599085286
|
realm: added debug, var_time: added mode and BSSID connection to stations
|
2020-12-16 09:43:24 -08:00 |
|
Dipti
|
b115c45f95
|
test_duration is now able to be set - def to 2m
|
2020-12-16 09:17:05 -08:00 |
|