Commit Graph

1616 Commits

Author SHA1 Message Date
Jed Reynolds
10638681b8 tip_station_powersave.py: removes more resource parameters 2020-08-06 23:03:49 -07:00
Jed Reynolds
8b50c35854 realm.py: fixes loops that expire without actually doing time.sleep()...
- adds snake_case methods for some wait methods
- adds tiny sleep when adding cross connects
- passes around debug flag
2020-08-06 23:03:24 -07:00
Jed Reynolds
b12a40f4d6 tip_station_powersave.py: fixes 'resources' parameters, some gaurds 2020-08-06 22:44:37 -07:00
Jed Reynolds
063c15e6a9 realm.py: adds gaurd to test if we're getting a no items 2020-08-06 22:43:55 -07:00
Jed Reynolds
a7eb40abfd realm.py: Fixes 404s that did not call /thing/list 2020-08-06 22:33:41 -07:00
Ben Greear
6e9d9a1ace Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-08-06 17:58:52 -07:00
Ben Greear
e2c79832e9 longevity: Fix initial port cleanup.
Quieten some output by default.
2020-08-06 17:58:10 -07:00
Dipti Dhond
b711e1b99e additional security descriptions in help 2020-08-06 17:22:22 -07:00
Dipti Dhond
432334d60a test ipv4 conn that combines wep, wpa, wpa2, wpa3 and open conn - completed 2020-08-06 17:20:59 -07:00
Logan Lipke
6ac029a7de Merge remote-tracking branch 'origin/master' 2020-08-06 16:13:20 -07:00
Logan Lipke
2ce659c385 Updated script to use new arg parsing methods 2020-08-06 16:13:04 -07:00
Ben Greear
0893faf631 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-08-06 16:09:58 -07:00
Ben Greear
c14c033ad7 cisco-ctlr: Add examples for LANforge lab, allow specifying prompt. 2020-08-06 16:09:33 -07:00
Logan Lipke
c245b86c8a Merge remote-tracking branch 'origin/master' 2020-08-06 15:54:52 -07:00
Logan Lipke
93cfc49675 Updated script to use new arg parsing methods 2020-08-06 15:54:42 -07:00
Ben Greear
f6b7088a6a Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-08-06 15:50:54 -07:00
Ben Greear
83c1ea60f5 Make cisco_wifi_ctl.py executable. 2020-08-06 15:50:32 -07:00
Logan Lipke
fe22cf1b88 Fixed wait_for_ip logic for ipv6 2020-08-06 15:49:19 -07:00
Logan Lipke
b733387935 Fixed typo 2020-08-06 15:36:54 -07:00
Dipti Dhond
b19e55fe3a working now 2020-08-06 15:13:17 -07:00
Logan Lipke
346919156b Updated script to use new arg parsing methods 2020-08-06 14:33:40 -07:00
Logan Lipke
7bd68683b5 Removed unnecessary argument 2020-08-06 14:24:18 -07:00
Logan Lipke
e35bdcdec0 Fixed names in argparse info 2020-08-06 14:21:59 -07:00
Logan Lipke
85b5b28de9 Updated script to use new arg parsing methods 2020-08-06 14:17:11 -07:00
Logan Lipke
6ab56db5d6 Merge remote-tracking branch 'origin/master' 2020-08-06 13:48:12 -07:00
Logan Lipke
501e862682 Updated script to use new arg parsing methods 2020-08-06 13:37:11 -07:00
Chuck SmileyRekiere
f906a281c4 ename undefinded 2020-08-06 14:35:42 -06:00
Logan Lipke
c7ce635055 Fixed incorrect argument name 2020-08-06 13:04:44 -07:00
Logan Lipke
f68746c278 Updated to use new argument parsing 2020-08-06 12:45:43 -07:00
Logan Lipke
e2f514ef9b Updated argument parsing, now uses lfcli_base 2020-08-06 12:03:02 -07:00
Logan Lipke
431d1b34cb Merge remote-tracking branch 'origin/master' 2020-08-06 12:01:13 -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
Ben Greear
a99e06d729 longevity: Fix problem with multiple radios.
Looks like something I added earlier.
2020-08-06 12:00:12 -07:00
Ben Greear
9d662ab824 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-08-06 11:44:59 -07:00
Ben Greear
53d770bf5e json: Add ToS support to l3 longevity test. 2020-08-06 11:44:39 -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
9a74ed1876 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-08-06 10:43:03 -07:00
Ben Greear
7252d686bd python: longevity gains pre-cleanup logic.
No more need for manual removal.

Put rm_cx, endp, and rm cxe by prefix in realm
class.
2020-08-06 10:42:17 -07:00
Logan Lipke
b737be3110 Commented unused variable 2020-08-06 10:32:27 -07:00
Ben Greear
e76ad3341c Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-08-06 10:00:20 -07:00
Ben Greear
0936b5dc27 python: Fix wait-for-ip, ipv4 variable time.
Had indentation issue in port wait-for-ip logic, tie in some cmd-line
args for ipv4 variable time script.
2020-08-06 09:59:28 -07:00
Logan Lipke
1e35f25ff3 Fixed typo 2020-08-06 09:44:51 -07:00
Ben Greear
c17837dc64 json: Work on pre-cleanup logic.
Still doesn't work, but checking in what I have for now.
2020-08-06 08:27:58 -07:00
Logan Lipke
dc5d84b790 Fixed issue with extra ports being created from incorrect name usage 2020-08-05 17:48:27 -07:00
Logan Lipke
7c16c89519 Added check for existing station before cleanup in StationProfile 2020-08-05 16:42:57 -07:00
Ben Greear
f21f3d5192 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-08-05 16:22:10 -07:00
Ben Greear
5451c724fb realm: Fix problem with waiting for IP address.
Something I broke earlier.
longevity works fairly well now it seems.
2020-08-05 16:21:32 -07:00
Logan Lipke
d8aaab8546 Removed unnecessary usage of resource params, cleanup WIP 2020-08-05 16:16:13 -07:00
Logan Lipke
733e6edae8 Merge remote-tracking branch 'origin/master' 2020-08-05 15:37:45 -07:00