Commit Graph

16 Commits

Author SHA1 Message Date
Matthew Stidham
93977892e6 lf_multipsk: Fix regressions
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 16:36:07 -08:00
Matthew Stidham
097d2f42f5 Improving py-scripts files to fix errors with regression test
updating to_pip.sh

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-10-04 11:51:37 -07:00
Matthew Stidham
4e7e8b9360 1. Updating argparse commands so they include flags
2. Create check_argparse which allows us to check which flags are or are not included in argparse statements.

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-21 16:13:07 -07:00
Matthew Stidham
e6cf6b9337 1. Create pandas_extensions.py
2. Remove unused imports

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-21 11:11:04 -07: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
Nikita Yadav
245763d03c logic correction in compare_nonvlan_ip_bridge function 2021-08-29 17:27:59 +05:30
Nikita Yadav
557effbd3a removed in progress comment 2021-08-29 11:53:29 +05:30
Nikita Yadav
9f862f905c added number of vlan and mode feature calculation 2021-08-29 11:43:44 +05:30
Nikita Yadav
402582c4b9 multi-psk updated script 2021-08-24 22:57:15 +05:30
Nikita Yadav
990ed17abc added pass/fail function for non vlan ip 2021-08-12 19:22:20 +05:30
Nikita Yadav
2392e0ab79 modified input data passing style and vlan ip comparision done 2021-08-11 23:28:48 +05:30
Nikita Yadav
9340107f7a adding pass/fail vlan-ip checking logic 2021-08-11 14:59:33 +05:30
Nikita Yadav
3b39490be2 Multipsk base implementation 2021-08-10 23:11:18 +05:30