Commit Graph

10 Commits

Author SHA1 Message Date
Matthew Stidham
b8b207493e lf_mesh_test: Fix mutable default values
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 17:11:29 -08:00
Ben Greear
2093d68a91 mesh: Improve --help output.
Use double-backslash to fix missing newlines when
viewing --help output.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-10-05 12:37:35 -07:00
Chuck SmileyRekiere
30cc3c532a lf_mesh_test.py 85% the argsparser needs 85%%
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-27 16:03:05 -06: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
SushantBawiskar
84731c8e1b - all test will be using cv_test_manager to sync.
Signed-off-by: SushantBawiskar <sushant.bawiskar@candelatech.com>
2021-04-26 19:12:05 +05:30
Ben Greear
63ff3e8989 cv-rvr: Fix up rvr test
And tweak a few others to not have default args so that
if nothing is entered, defaults (or raw config lines/files
content is used if it exists.)

Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-04-19 16:59:15 -07:00
Ben Greear
b6d70b1557 cv-mesh: Add automation to launch mesh test.
Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-04-19 16:15:01 -07:00