mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	cv-tr398: Add test_rig ID support.
Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben Greear
					Ben Greear