mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	test_l3_longevity.py : debugging for -B csv reporting
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -334,6 +334,7 @@ class L3VariableTime(Realm):
 | 
				
			|||||||
                count += 1
 | 
					                count += 1
 | 
				
			||||||
                print("name: {name} Matched: eid:{eid} to endp-id {eid_endp}".format(name=name,eid=eid,eid_endp=eid_endp))
 | 
					                print("name: {name} Matched: eid:{eid} to endp-id {eid_endp}".format(name=name,eid=eid,eid_endp=eid_endp))
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
 | 
					                name = endp["name"]
 | 
				
			||||||
                print("name: {name} Did not match: eid:{eid} to endp-id {eid_endp}".format(name=name,eid=eid,eid_endp=eid_endp))
 | 
					                print("name: {name} Did not match: eid:{eid} to endp-id {eid_endp}".format(name=name,eid=eid,eid_endp=eid_endp))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if count > 1:
 | 
					        if count > 1:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user