mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
sta_connect2.py: add --no_cleanup logic
Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
This commit is contained in:
@@ -990,7 +990,10 @@ CLI Example for kpi.csv, variable tx/rx rates, and pdu size:
|
|||||||
# report.write_pdf_with_timestamp(_page_size='A4', _orientation='Portrait')
|
# report.write_pdf_with_timestamp(_page_size='A4', _orientation='Portrait')
|
||||||
report.write_pdf_with_timestamp(_page_size='A4', _orientation='Landscape')
|
report.write_pdf_with_timestamp(_page_size='A4', _orientation='Landscape')
|
||||||
|
|
||||||
# staConnect.pre_cleanup()
|
if args.no_cleanup:
|
||||||
|
exit(0)
|
||||||
|
else:
|
||||||
|
staConnect.pre_cleanup()
|
||||||
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|||||||
Reference in New Issue
Block a user