Commit Graph

54 Commits

Author SHA1 Message Date
Jed Reynolds
9699e2741e vap_stations_example.pl demonstrates querying JSON api for /stations data 2020-06-12 12:55:17 -07:00
Ben Greear
d824eb2e66 Fix perl use of 'use lib'
The 'use lib' logic happens in the pre-compile stage, so one cannot
use normal 'if' logic to use a particular INC.  Instead, just make sure
that best dir is added to 'use lib' last since it prepends to INC.
2020-03-04 16:35:47 -08:00
Jed Reynolds
15e85b41e1 show-chamber is a test created back in December 2020-01-29 19:34:24 -08:00
Jed Reynolds
773a4b3861 json_port_test3 adjusts timing 2020-01-07 16:55:00 -08:00
Jed Reynolds
4a2928c2f9 whitespace 2020-01-07 16:55:00 -08:00
Jed Reynolds
70987db6d9 test_sta_mode: prints out station mode 2020-01-07 16:55:00 -08:00
Jed Reynolds
bbcd83470d port_test: parameterized ssid and passwd 2020-01-07 16:55:00 -08:00
Jed Reynolds
2a8b080b59 json_port_test3: parameterized resources, changed numberical series to a list 2020-01-07 16:55:00 -08:00
Jed Reynolds
06280e0429 json_port_test2: whitespace, changed url 2020-01-07 16:55:00 -08:00
Jed Reynolds
93e88bab2e json: changes resource reference 2019-10-30 18:20:11 -07:00
Jed Reynolds
1e9d551a87 updates json_create_sta example to point at present resources 2019-10-28 17:41:12 -07:00
Jed Reynolds
57d134d0a5 Updates port_test resource 2019-10-14 15:38:26 -07:00
Jed Reynolds
3fac8cce0b Fixes renamed flag, changes default resource 2019-10-14 10:02:47 -07:00
Jed Reynolds
d1dbd94315 json: creates different stations 2019-01-15 23:20:57 -08:00
Jed Reynolds
c6854ea37f json: updates test to create connections 2019-01-15 23:20:16 -08:00
Jed Reynolds
a047f4e68b updates to DUT testing scripts 2019-01-07 15:13:29 -08:00
Jed Reynolds
099bf6bb7a updates to l4_test that make it work with port_test changes 2018-10-23 23:44:05 -07:00
Jed Reynolds
250e2e1b05 updated timings and port checks 2018-10-23 23:31:41 -07:00
Jed Reynolds
9dfb2574fb refines use of truthy values for Json true/false values 2018-10-23 22:54:45 -07:00
Jed Reynolds
60229d1c90 fixes down test 2018-10-12 16:41:02 -07:00
Jed Reynolds
c1e1460d57 updates cx_test to use parameter for resource 2018-10-11 18:18:17 -07:00
Jed Reynolds
5fb5f93765 extracts desired port name pattern to variable; sets DNS bind flag 2018-10-10 18:57:15 -07:00
Jed Reynolds
8c45abc88a updates layer-4 test 2018-10-09 17:31:21 -07:00
Jed Reynolds
8b2dee6fc7 Layer 4 test creates dummy enpoints in correct order, much more effective 2018-10-08 17:05:57 -07:00
Jed Reynolds
c183ad399d Layer4 json test 2018-10-05 15:03:30 -07:00
Jed Reynolds
b7677c580a port_test now points at resource 6, variable introduced 2018-10-05 15:03:10 -07:00
Jed Reynolds
39e42a647f fixes bad flag in port_test 2018-10-04 17:19:58 -07:00
Jed Reynolds
559580b9af fixes probe_flags field 2018-09-28 16:34:37 -07:00
Jed Reynolds
13c28f0e8e fixes probe_flags field; adds test for preexec, postexec 2018-09-28 16:34:11 -07:00
Jed Reynolds
abf3d941c1 updates port-down logic 2018-09-26 14:48:41 -07:00
Jed Reynolds
ae611efc62 updated json port-test and cx-test scripts 2018-09-25 17:12:13 -07:00
Jed Reynolds
1565175012 Json: small scripts to exercise checking and setting port aliases 2018-09-25 14:13:11 -07:00
Jed Reynolds
bfc0ca0ed6 port_test updated for recent pre and post exec commands 2018-09-14 18:29:14 -07:00
Jed Reynolds
e774089dfc port_test now correctly balances station names and vsta aliases 2018-09-13 18:52:21 -07:00
Jed Reynolds
e0930f7506 prints errors 2018-09-12 17:34:54 -07:00
Jed Reynolds
222b094e25 port_test uses suppress_postexec to speed batch operations 2018-09-12 14:48:12 -07:00
Jed Reynolds
3cd278fd81 Json: includes use of usleep; increases number of stations created during test to clobber radio limit 2018-09-10 19:12:30 -07:00
Jed Reynolds
d36fcb5fa3 Json: test for BUG 2643 2018-09-06 18:31:03 -07:00
Jed Reynolds
bb412aa560 inotify agent that toggles a cx 2018-09-04 15:38:49 -07:00
Jed Reynolds
763b75bf3a scripts: json script to create a cx for every station 2018-09-04 14:46:19 -07:00
Jed Reynolds
c338036d38 example of creating a cx using json 2018-08-31 16:07:32 -07:00
Jed Reynolds
7f40053705 port create and toggle test 2018-08-16 16:43:00 -07:00
Jed Reynolds
31fd775bad port_test.pl operates faster; toggles ports 2018-08-10 17:44:53 -07:00
Jed Reynolds
0420987952 Tightens up tunings on port_test 2018-08-10 14:40:32 -07:00
Jed Reynolds
1ab2e0f91a port_test changed default host to localhost 2018-08-10 08:48:02 -07:00
Jed Reynolds
0c4fbd4c35 Json: port_test now can create a destroy and create number of ports 2018-08-09 19:04:14 -07:00
Jed Reynolds
694adc4071 port_test.pl can now use JsonUtils.pm 2018-08-08 18:13:51 -07:00
Jed Reynolds
a1c5833a1a new testing script; new script library 2018-08-08 10:46:33 -07:00
Jed Reynolds
3b0ffd8d27 Updates to script including adding local library 2018-08-08 10:46:33 -07:00
Jed Reynolds
1a1e05910f WIP improved json port testing script 2018-08-07 14:03:04 -07:00