mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
Added layer3 cleanup logic which will run after test
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -271,6 +271,8 @@ class TTLSTest(Realm):
|
||||
self.collect_endp_stats(self.l3_cx_obj_udp.cx_profile.created_cx, traffic_type="UDP")
|
||||
|
||||
def cleanup(self, sta_list):
|
||||
self.l3_cx_obj_udp.cx_profile.cleanup_prefix()
|
||||
self.l3_cx_obj_tcp.cx_profile.cleanup_prefix()
|
||||
self.station_profile.cleanup(sta_list)
|
||||
if self.vap:
|
||||
self.vap_profile.cleanup(1)
|
||||
|
||||
Reference in New Issue
Block a user