refactored scripts to use --no_cleanup

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-02-28 21:47:33 -07:00
committed by shivam
parent 4e232d5043
commit 19117b2ece
12 changed files with 14 additions and 15 deletions

View File

@@ -223,7 +223,7 @@ Command example:
create_vap._fail("VAP %s was not created." % (vap))
create_vaps.append(create_vap)
# TODO: Add logic to clean up vap, unless --noclean option is specified.
# TODO: Add logic to clean up vap, unless --no_cleanup option is specified.
# TODO: Set radio back to previous channel.
any_failed = False