Chuck SmileyRekiere
aa553915c1
cisco_wifi_ctl.py , lf_cisco_power.py : bug fixes
2020-11-19 18:10:19 -07:00
Chuck SmileyRekiere
9d601656cd
cisco_wifi_ctl.py , lf_cisco_power.py have stdout use basicConfig, it will
...
duplicate log messages will need to address later.
2020-11-19 17:38:50 -07:00
Chuck SmileyRekiere
0d10dcc862
cisco_wifi_ctl.py, lf_cisco_power.py : the capturing of output flag
...
did not work as intended.
2020-11-19 17:32:09 -07:00
Chuck SmileyRekiere
2484cc0c77
lf_cisco_power.py : bug fix with wireless_tag_policy
2020-11-19 16:19:39 -07:00
Dipti
4a9f4bdfdb
test_x script, edits to tests/help
2020-11-19 11:59:16 -08:00
Jed Reynolds
0c3b223dd4
updateTest: cleans up lockfiles, tempfiles on exit, tests for GUI crash on startup
2020-11-18 22:28:40 -08:00
Jed Reynolds
1dcc0f43ef
updateTest: fixes email send hangs, adds more appropriate messages, fixes comparison in start_gui()
2020-11-18 13:34:27 -08:00
Jed Reynolds
ec394e23a1
updateTest: adds message on connection
2020-11-18 12:11:51 -08:00
Jed Reynolds
c53c997801
updateTest.bash: improvements re: sending mail, summarizing test
2020-11-18 11:22:21 -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
Chuck SmileyRekiere
3ad02b122c
lf_cisco_snp.py : fix variable name
2020-11-17 15:15:27 -07:00
Chuck SmileyRekiere
777f35f3d1
lf_cisco_snp.py : updated dictionary for limits to radios if test bed
...
has less resources then the test calls for.
2020-11-17 15:10:57 -07:00
shivamcandela
3fe1d901f0
minor fixed ws_generic_monitor_test
2020-11-17 12:02:06 +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
Chuck SmileyRekiere
228e0528a1
lf_cisco_snp.py : ability to set the min pdu size
2020-11-16 11:48:00 -07:00
Chuck SmileyRekiere
d0228fa6e4
lf_cisco_snp.py : updates to csv logging to provide detail configuration
...
for each specific test. Also the interations of data are stored. Updates
based on testing.
2020-11-15 15:01:42 -07:00
Logan Lipke
c6f0088846
Removed reliance on upstream port having ip
2020-11-13 17:06:25 -08:00
Logan Lipke
1592f768e0
Fixed to work with updates to lfcli base
2020-11-13 17:06:25 -08:00
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
edcaa07c10
test now supports macvlans, start from port, and static addressing
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
Logan Lipke
ac45437473
Added debug param to mvlan_profile.create()
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
4ca5a81c09
cisco_wifi_ctl.py : the default-policy-profile now configurable for unique
...
wlan names
2020-11-13 15:48:47 -07:00
Chuck SmileyRekiere
67ac4ff5e0
lf_cisco_power.py : first of 2 commits, the wlan was hardcoded and needs
...
to be configurable. It worked since it wasn't changed
2020-11-13 15:42:43 -07:00
Chuck SmileyRekiere
74c4f80b7b
lf_cisco_power.py : If capture output is always True then do not suppress
...
the controller output
2020-11-13 15:18:49 -07:00
Chuck SmileyRekiere
a879b45983
lf_cisco_power.py : second commit to request to suppress output
2020-11-13 14:58:25 -07:00
Chuck SmileyRekiere
fbc37a6e84
cisco_wifi_ctl.py : suppress logging flag to reduce logging chatter
...
lf_cisco_power.py : intial sample of use there will be a subsequent commit
2020-11-13 14:47:02 -07:00
Chuck SmileyRekiere
5099f92f7a
lf_cisco_power.py : ability to pass log file name so subprocess (mainly
...
cisco_wifi_ctl.py, or pass stdout if a log file is not to be created.
lf_cisco_snp.py : added also the ability to user stdout if log file not
passed in , will update the logging for lf_cisco_snp.py - in another commit
2020-11-13 12:36:54 -07:00
Chuck SmileyRekiere
37d8374a0e
cisco_wifi_ctl.py : added the ability to append logging to an existing file
...
This was needed since lf_cisco_power.py and other files that use cisco_wifi_ctl.py
will need to pass in a log file.
2020-11-13 11:43:48 -07:00
Chuck SmileyRekiere
af4ea5bdae
lf_cisco_power.py : capture all logging from the cisco controller when
...
cap_ctl_out is true , also fix to loging args
2020-11-13 10:47:47 -07:00
Chuck SmileyRekiere
5ab96ba3a6
lf_cisco_power.py : only instruct the controller to create the wlan once
2020-11-12 16:19:27 -07:00
Chuck SmileyRekiere
6a8f00d7ec
lf_cisco_power.py : capture out put clean up
2020-11-12 13:59:48 -07:00
Chuck SmileyRekiere
7ab34c1b6a
lf_cisco_power.py : needed the port command for the delete_wlan
2020-11-12 13:44:52 -07:00
Chuck SmileyRekiere
1b49df1ef3
cisco_wifi_ctl.py : needed to add delete_wlan to command list
2020-11-12 13:26:54 -07:00
Chuck SmileyRekiere
a5859d8a12
cisco_wifi_ctt.py , lf_cisco_power.py : needed to add following commands to the controller
...
"wireless tag policy default-policy-tag","no wlan open-wlan policy default-policy-profile"
2020-11-12 13:04:47 -07:00
Chuck SmileyRekiere
445e868f02
lf_cisco_power.py : delete_wlan when test complete
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2020-11-12 12:53:58 -07:00
Chuck SmileyRekiere
5b2a8e34e3
cisco_wifi_ctl.py : added no security ft command for creation of the wlan
2020-11-12 12:34:47 -07:00
Chuck SmileyRekiere
1be0f13e5e
cisco_wifi_ctl.py : bug fix for create wlan
2020-11-12 12:27:23 -07: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
Chuck SmileyRekiere
09075db6e2
lf_cisco_snp.py : flags to help with debugging
2020-11-10 11:19:45 -07:00
Chuck SmileyRekiere
65c9083219
lf _cisco_snp.py : updated for static realm
2020-11-10 08:27:19 -07:00
Chuck SmileyRekiere
1cbe1ec904
lf_cisco_snp.py : update defaults to speed up testing
2020-11-09 09:08:07 -07:00
Chuck SmileyRekiere
23d2260f4d
lf_cisco_snp.py : need to clean up staitons and clear lists between iterations
2020-11-09 08:47:40 -07:00
Chuck SmileyRekiere
219081806a
lf_cisco_snp.py : tx power fix
2020-11-08 14:15:36 -07:00