sta_connect2.py: add --no_cleanup logic

Signed-off-by: Scott Wedge <scott.wedge@candelatech.com>
This commit is contained in:
Scott Wedge
2022-02-25 11:04:13 -06:00
committed by shivam
parent 78a2306dcd
commit 4e317e6471

View File

@@ -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()
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -