Commit Graph

13 Commits

Author SHA1 Message Date
Ben Greear
82b5d61de2 rvr: Fix pulling to local directory.
My earlier attempt missed passing in the cmd-line-arg to the
code that actually used it.

And, add more useful printout to the CV test mgr to show what it
is pulling where.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-09-29 16:31:52 -07:00
Ben Greear
cf9f8da0ce rvr: Add local_lf_report_dir argument.
Untested as of now.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-09-29 14:32:04 -07:00
Ben Greear
9553e7c92d rvr: Add example command to the help.
Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-09-29 14:23:11 -07:00
Chuck SmileyRekiere
87fc693d0a lf_rvr_test.py the '%' cases issues for the args parser
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-09-24 18:34:42 -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
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
shivamcandela
0ef021e116 rvr test argument fix local_path to local_lf_report_dir
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-07-15 12:52:39 +05:30
Nikita Yadav
32a6fc354c adding local path, ssh_port and graph groups 2021-07-08 18:23:54 +05:30
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
9c5a99e81f l3-longevity: Start work to parse BCM AP stats.
Work in progress, not run tested yet.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-04-23 08:12:46 -07:00
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
b9d8aebee4 RVR: Start on chamber-view rvr test automation.
Won't work yet, I'll need some time on a capable testbed...

Signed-off-by: Ben Greear <greearb@candelatech.com>
2021-04-19 11:57:12 -07:00