sta_connect2.py: fix end-of-test cleanup

Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
This commit is contained in:
Scott Wedge
2022-03-22 15:06:43 -05:00
committed by shivam
parent 9e0765f69c
commit bb65003775

View File

@@ -1030,7 +1030,7 @@ CLI Example for kpi.csv, variable tx/rx rates, and pdu size:
# cleanup stations
if not args.no_cleanup:
staConnect.pre_cleanup()
staConnect.cleanup()
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -