mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 02:38:03 +00:00 
			
		
		
		
	Correct the rm_group command in testgroup.py
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
		| @@ -64,7 +64,7 @@ class TestGroup(LFCliBase): | ||||
|         if self.tg_action == 'del': | ||||
|             print("Removing %s" % self.tg_profile.group_name) | ||||
|             if self.tg_profile.check_group_exists(): | ||||
|                 self.tg_profile.remove_group() | ||||
|                 self.tg_profile.rm_group() | ||||
|             else: | ||||
|                 print("%s not found, no action taken" % self.tg_profile.group_name) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham