mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 02:38:03 +00:00 
			
		
		
		
	qvlan_profile: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
This commit is contained in:
		| @@ -5,7 +5,6 @@ import importlib | |||||||
| from pprint import pprint | from pprint import pprint | ||||||
| import time | import time | ||||||
|  |  | ||||||
|   |  | ||||||
| sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../"))) | sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../"))) | ||||||
|  |  | ||||||
| lfcli_base = importlib.import_module("py-json.LANforge.lfcli_base") | lfcli_base = importlib.import_module("py-json.LANforge.lfcli_base") | ||||||
| @@ -144,10 +143,10 @@ class QVLANProfile(LFCliBase): | |||||||
|                 "shelf": self.shelf, |                 "shelf": self.shelf, | ||||||
|                 "resource": self.resource, |                 "resource": self.resource, | ||||||
|                 "port": self.local_realm.name_to_eid(self.qvlan_parent)[2], |                 "port": self.local_realm.name_to_eid(self.qvlan_parent)[2], | ||||||
|                 "vid": i+1 |                 "vid": i + 1 | ||||||
|             } |             } | ||||||
|             self.created_qvlans.append("%s.%s.%s#%d" % (self.shelf, self.resource, |             self.created_qvlans.append("%s.%s.%s#%d" % (self.shelf, self.resource, | ||||||
|                                                           self.qvlan_parent, int( |                                                         self.qvlan_parent, int( | ||||||
|                 self.desired_qvlans[i][self.desired_qvlans[i].index('#') + 1:]))) |                 self.desired_qvlans[i][self.desired_qvlans[i].index('#') + 1:]))) | ||||||
|             self.local_realm.json_post(req_url, data) |             self.local_realm.json_post(req_url, data) | ||||||
|             time.sleep(sleep_time) |             time.sleep(sleep_time) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 matthew
					matthew