Commit Graph

11 Commits

Author SHA1 Message Date
Matthew Stidham
36400e003d Making it so that lanforge-scripts can work if the repository isn't named exactly the same way
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-17 15:29:15 -07:00
erinnerim
1d7578251c Updates to import statements:
- Import importlib, os, and sys to each python script.
 - Append "lanforge-scripts" root directory to the system path, allowing each script to be called from an antecedent directory. e.g.
if 'lanforge-scripts' not in sys.path:
    sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../../")))
 - All statements of the form 'from <module> import <class>' replace with:
<module> = importlib.import_module("lanforge-scripts.<directory>.<module>")
<class> = <module>.<class>
2021-09-15 16:17:16 -07:00
bealler
5a6aa70c0c Minor change for Throughput Test create/delete 2021-02-16 11:26:23 -05:00
bealler
cbcbf792d5 Throughput test create and delete profiles 2021-02-15 14:33:59 -05:00
bealler
5123ecef58 Remove some use of is operator, fix log printout spelling errors 2021-02-11 09:22:14 -05:00
bealler
155b7b766f Get bearer token more often during Throughput Test 2021-02-02 14:39:29 -05:00
bealler
fb2d894014 Add arguments to Nightly Sanity to allow user to specify firmware build and other parameters, README update and minor bug fixes 2021-01-07 13:25:00 -05:00
bealler
5174f5a6d7 Set variable portal type (needed for auth) 2020-12-15 15:51:52 -05:00
bealler
a048fec05a Use customer ID from lab_ap_info 2020-12-15 12:52:28 -05:00
bealler
0f73ec63ad Add custom VLAN SSID testing to Throughput Test 2020-11-25 10:20:12 -05:00
Syama
a66a0ac2a9 cicd changes with latest new files, ultiple client connectivity with WPA, WPA2, EAP auth across NAT and bridge mode with vlan
Signed-off-by: Syama <syama.devi@connectus.ai>
2020-11-20 11:25:40 -05:00