cv-tr398: Add test_rig ID support.

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear
2021-04-17 08:41:32 -07:00
parent 2ae3a8108f
commit 048f2b1281

View File

@@ -28,7 +28,8 @@ the options and how best to input data.
--set 'Multiple Assoc Stability' 0 \
--set 'Downlink MU-MIMO' 0 \
--set 'AP Coexistence' 0 \
--set 'Long Term Stability' 0
--set 'Long Term Stability' 0 \
--test_rig Testbed-01
Note:
--raw_line 'line contents' will add any setting to the test config. This is
@@ -171,7 +172,7 @@ if 'py-json' not in sys.path:
sys.path.append(os.path.join(os.path.abspath('..'), 'py-json'))
from cv_test_manager import cv_test as cvtest
from cv_test_manager import cv_add_base_parser
from cv_test_manager import *
from cv_commands import chamberview as cv
@@ -280,7 +281,8 @@ def main():
--set 'Multiple Assoc Stability' 0 \
--set 'Downlink MU-MIMO' 0 \
--set 'AP Coexistence' 0 \
--set 'Long Term Stability' 0
--set 'Long Term Stability' 0 \
--test_rig Testbed-01
"""
)
@@ -297,6 +299,8 @@ def main():
args = parser.parse_args()
cv_base_adjust_parser(args)
CV_Test = DataplaneTest(lf_host = args.mgr,
lf_port = args.port,
lf_user = args.lf_user,