mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 02:38:03 +00:00 
			
		
		
		
	- all test will be using cv_test_manager to sync.
Signed-off-by: SushantBawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
		| @@ -180,8 +180,6 @@ if 'py-json' not in sys.path: | ||||
|  | ||||
| from cv_test_manager import cv_test as cvtest | ||||
| from cv_test_manager import * | ||||
| from cv_commands import chamberview as cv | ||||
|  | ||||
|  | ||||
| class ApAutoTest(cvtest): | ||||
|     def __init__(self, | ||||
| @@ -213,7 +211,6 @@ class ApAutoTest(cvtest): | ||||
|         self.lf_port = lf_port | ||||
|         self.lf_user = lf_user | ||||
|         self.lf_password =lf_password | ||||
|         self.createCV = cv(lf_host, lf_port); | ||||
|         self.instance_name = instance_name | ||||
|         self.config_name = config_name | ||||
|         self.upstream = upstream | ||||
| @@ -239,9 +236,9 @@ class ApAutoTest(cvtest): | ||||
|  | ||||
|  | ||||
|     def run(self): | ||||
|         self.createCV.sync_cv() | ||||
|         self.sync_cv() | ||||
|         time.sleep(2) | ||||
|         self.createCV.sync_cv() | ||||
|         self.sync_cv() | ||||
|  | ||||
|         blob_test = "%s-"%(self.test_name) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SushantBawiskar
					SushantBawiskar