Allow sourcing local shell variable script in order to not have
to commit tokens into the code repo. Fix a few calls to the
helper python code that does the real work.
Signed-off-by: Ben Greear <greearb@candelatech.com>
These don't matter too much for normal use, so we can default to
sane values to save users having to enter the options.
Signed-off-by: Ben Greear <greearb@candelatech.com>
- create_chamberview_dut.py to create a dut
- cv_dut_profile.py as library to create a dut
- cv test manager can be used to implement chamber view also
Signed-off-by: SushantBawiskar <sushant.bawiskar@candelatech.com>
And tweak base class to be a bit more friendly about
reporting on what the influxdb code is doing or not.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Do more checking instead of just assuming things work.
Be sure to clean up test at the end, even if it never
properly ran.
Signed-off-by: Ben Greear <greearb@candelatech.com>
Convert ap-auto test to use this new base class
API. This should save a lot of duplicated code
once process is complete for other CV tests.
Signed-off-by: Ben Greear <greearb@candelatech.com>
This puts test in known state each time. Requires code I just
committed to the GUI to function properly.
Also, add a sleep after submitting and requesting text
blobs (bad me, will have to find a better way to do this
in the future so that we don't depend on sleep and
races).
Signed-off-by: Ben Greear <greearb@candelatech.com>
* Use realm method to query for all stations instead
of matching by name (which would miss wlan* devices)
* Support interleave and linear sorting options.
* Support setting upload/download speed.
* Use args.foo variables directly much of the time,
instead of making local copies of the same info.
This simplifies code in my mind.
Signed-off-by: Ben Greear <greearb@candelatech.com>
cvtest_reports.py generic library to pull reports folder from lanforge
run_test.py to run chamberview test test
Signed-off-by: SushantBawiskar <sushant.bawiskar@candelatech.com>