From 048f2b12815c7b5f9394d68d6665cf858a2c9da5 Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Sat, 17 Apr 2021 08:41:32 -0700 Subject: [PATCH] cv-tr398: Add test_rig ID support. Signed-off-by: Ben Greear --- py-scripts/lf_tr398_test.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/py-scripts/lf_tr398_test.py b/py-scripts/lf_tr398_test.py index 9bf83f15..73b8b8ed 100755 --- a/py-scripts/lf_tr398_test.py +++ b/py-scripts/lf_tr398_test.py @@ -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,