Commit Graph

373 Commits

Author SHA1 Message Date
Dipti
25367afc93 more debug in realm, test generic for iperf 2020-12-15 23:06:08 -08:00
Dipti
6f9f8e86ae debug output - small change 2020-12-15 13:10:38 -08:00
shivamcandela
1ab36e6a26 added function in L3CX to get cx report 2020-12-15 17:36:35 +05:30
Logan Lipke
ecc8ecd8d6 Added check in test_group_profile 2020-12-14 17:00:25 -08:00
Dipti
96d6ffda06 arg switches pt 1 2020-12-14 13:12:00 -08:00
Dipti
285c91d7d4 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-12-11 16:24:35 -08:00
Dipti
6b4fbbbfd1 argparse groups added 2020-12-11 16:24:28 -08:00
Logan Lipke
a734f5487b Added list_cxs function to TestGroupProfile 2020-12-11 15:45:46 -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
322177719f realm.py: various:
- passes along debug flag in more places
- commented out debugging
- changes more messages to debug statements
- adds polite sleep in admin_up()
- complains on missing radio in create()
- fixes condition where duplicate station names would have been attempted to be created twice, now skips
2020-12-10 20:26:34 -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
Logan Lipke
2df6de0731 Fixed some bugs with TestGroupProfile 2020-12-10 17:38:10 -08:00
Dipti
642a1f28a7 added self.debug if statements for less output, 1k just about finished - just thorough testing left 2020-12-10 16:09:21 -08:00
Dipti
e74e46a11b lfcli base exit_success exit_fail get_passed_result_list 2020-12-10 01:08:40 -08:00
Logan Lipke
de2cbedd94 Changed and added things in TestGroupProfile 2020-12-09 17:56:59 -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
Dipti
75f1355d53 small fixes in curr_num_ip 2020-12-07 14:41:47 -08:00
Dipti
5d6047b7ba additions to station_profile_create - now compatible with all resources and shelves 2020-12-07 12:32:00 -08:00
Dipti
744ac3b4ff added check sta with ips function 2020-12-04 22:28:06 -08:00
Jed Reynolds
ec8b568c96 realm: station_map() now returns EID 2020-12-03 23:08:33 -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
6f0907cc86 Realm: MACVLAN Profile: do not default to creating macvlans admin down. Appears to make them more difficult to assign IPs to 2020-12-03 14:53:21 -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
Logan Lipke
92ca30cf0d Added TestGroupProfile for using test groups 2020-11-23 17:33:51 -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
shivamcandela
a3b90e0d8d Added websocket generic listener for port 8081, added a test script for it and updated test_ipv4_connection.py to add websocket events 2020-11-17 11:55:37 +05:30
Logan Lipke
17e4990e67 Changed default num_stations to 0 2020-11-13 17:06:25 -08:00
Logan Lipke
69a3ef15ff Added gen_ip_series, generates a series of sequential ip addresses based on starting ip/network and num ips 2020-11-13 17:06:25 -08:00
Logan Lipke
a043b34b29 Made changes to MACVLANProfile. Now supports static addressing & start from port 2020-11-13 17:06:25 -08:00
Jed Reynolds
49adc0d76b LFUtils.py - removes debugging 2020-11-13 15:59:45 -08:00
Jed Reynolds
e07e5e3a9c LFUtils: updates name_to_eid() to allow for qvlan names 2020-11-13 15:36:37 -08:00
Jed Reynolds
9f6e6d45fe LFUtils: fixes misnamed variable 2020-11-13 15:00:25 -08:00
Chuck SmileyRekiere
cab9056c5f realm.py: added NA "" in wait_for_ip lf_cisco_snp.py : ablility to create a log file and append to csv 2020-11-11 10:33:18 -07:00
anjali
e12d003a9e WLAN Capacity Calculator 2020-11-10 23:16:45 -08:00
shivamcandela
0590e539b5 Updated lfcli_base for webconsole 2020-11-08 01:16:04 +05:30
Logan Lipke
d2f72a7af5 MACVLANProfile: Commented wait_until_ports_disappear, not working correctly 2020-11-04 17:59:12 -08:00
Logan Lipke
28b54038f2 Added set_port capabilities to MACVLANProfile, uses dhcp by default 2020-11-04 17:59:12 -08:00