mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 12:48:00 +00:00 
			
		
		
		
	realm.py: adds arguments to logg to display structure
Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
		@@ -884,7 +884,11 @@ class BaseProfile:
 | 
				
			|||||||
    def wait_until_cxs_appear(self, these_cx, debug=False):
 | 
					    def wait_until_cxs_appear(self, these_cx, debug=False):
 | 
				
			||||||
        return self.parent_realm.wait_until_cxs_appear(these_cx, debug=False)
 | 
					        return self.parent_realm.wait_until_cxs_appear(these_cx, debug=False)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def logg(self, message=None):
 | 
					    def logg(self, message=None, audit_list=None):
 | 
				
			||||||
 | 
					        if audit_list is None:
 | 
				
			||||||
 | 
					            self.parent_realm.logg(message)
 | 
				
			||||||
 | 
					        for item in audit_list:
 | 
				
			||||||
 | 
					            message += ("\n" + pprint.pformat(item, indent=4))
 | 
				
			||||||
        self.parent_realm.logg(message)
 | 
					        self.parent_realm.logg(message)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class MULTICASTProfile(LFCliBase):
 | 
					class MULTICASTProfile(LFCliBase):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user