Commit Graph

31 Commits

Author SHA1 Message Date
Amrit Raj
c738ff2001 wait for time has reduced from 120 sec to 60 sec
Signed-off-by: Amrit Raj <amrit.raj@candelatech.com>
2022-03-11 16:16:28 +05:30
Shivam Thakur
28ee6ddea9 added the fix for eap tls auth 2022-03-05 12:23:20 +05:30
shivamcandela
7d9c9fadaf Added layer3 cleanup logic which will run after test
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-12-17 07:16:37 +05:30
Matthew Stidham
114e561605 test_ipv4_ttls: Fix incorrect call for self.use_existing_sta
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-16 08:29:19 -08:00
Matthew Stidham
8303d2b467 test_ipv4_ttls: Fix incorrect call for cx_profile
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-16 08:27:37 -08:00
Matthew Stidham
2852c5e593 test_ipv4_ttls: cleanup stations upon creation and at end of program
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-15 09:51:31 -08:00
Chuck SmileyRekiere
66b33ce9fe test_ipv4_ttls.py : pass up upstream_port configuraiton,
ct_us_scripts.json updated test added cleanup.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-12-14 06:18:16 -07:00
shivamcandela
b002abe243 Fixed the test_ipv2_ttls functionality to allow use station parameters for advanced configuration tab
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-12-13 21:19:12 +05:30
Matthew Stidham
ebde0fea99 test_ipv4_ttls: Attempting to create stations after stations have already been built has been generating errors. This fixes the problem.
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-08 15:03:57 -08:00
Matthew Stidham
0749253c4c test_ipv4_ttls: Clean up unused parameters and move all self methods to init
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-24 10:39:52 -08:00
Matthew Stidham
6a5e688b58 test_ipv4_ttls: Realm has debug_, unlike lfcli_base which is _debug
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-23 10:03:55 -08:00
Matthew Stidham
e137a35ee7 test_ipv4_ttls: Remove redundant imports
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-23 09:42:41 -08:00
Matthew Stidham
919503f867 Fix test_ipv4_ttls.py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 13:33:40 -08:00
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
Chuck SmileyRekiere
743b5f56c9 Revert "Update py_scripts to be in line with pip standards"
This reverts commit 37df48594e.
2021-09-09 05:32:05 -06:00
Matthew Stidham
37df48594e Update py_scripts to be in line with pip standards
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-08 16:57:10 -07:00
shivamcandela
f383300fc2 import name updates IPV4VariableTime to IPVariableTIme
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-07-15 12:46:03 +05:30
shivamcandela
fc7be285c6 added exception handeling in sta_connect2 and added extra securities to test_ipv4_ttls
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-05-26 02:13:19 +05:30
shivamcandela
fefa5ae77d added layer3 in test_ipv4_ttls with optional argument of vap: commit is used in tip
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-05-20 18:55:11 +05:30
Chuck SmileyRekiere
84951290a1 deprecated halt_on_error 2021-04-22 14:51:09 -06:00
Dipti
60b7c0d9dd updated args and example 2020-12-28 15:25:51 -08:00
Matthew Stidham
079a658e6d required arguments 2020-12-16 15:39:27 -08:00
Logan Lipke
0fceed5bd6 Changed host and port parameters to correctly use --mgr and --mgr_port 2020-12-11 15:06:33 -08:00
Dipti
354c93bd9f help edits,test edits,bash script edits, just syntax errors left 2020-11-25 18:32:47 -08:00
Dipti
68121692c0 parameter fixes 2020-10-30 13:41:59 -07:00
Jed Reynolds
0a919202b0 JSON: test_ipv4_ttls.py: changes wifi_extra= to use_radius= and hs20_enable=, plus:
- passes command line password parameters in
- adds parameter setters for ieee80211w, enable_pkc, hs20_enable
- sets pairwise, group to DEFAULT by default
- reformats help
2020-10-19 23:51:09 -07:00
Jed Reynolds
69791a1cce JSON: TTLSTest: gains more options for set_wifi_extra, fixes help 2020-10-19 22:44:58 -07:00
Logan Lipke
17b0efb663 Added vap creation example with ttls 2020-09-11 09:14:56 -07:00
Logan Lipke
a79a32dc7a Updated stop method 2020-08-28 15:04:35 -07:00
Logan Lipke
602d3328e8 Script for checking ip association and connection to eap-ttls 2020-08-25 12:53:17 -07:00