Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r29b13ab71d918d768cabc78211bb586d947d0908 -rcaf00bfc54e6f76c3c6e5f30950c6507ea13af9a --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 29b13ab71d918d768cabc78211bb586d947d0908) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision caf00bfc54e6f76c3c6e5f30950c6507ea13af9a) @@ -1,10 +1,3 @@ -# -S, --disable-sd-card-fail-log-stop disable-sd-card-fail-log-stop -# -k, --enable-check-in-log Enables Check-In Log -# -K, --enable-acknow-log Enables Acknowledgment Log - -AUT_NAME = "leahi -k -K -S -q" -AUT_NAME_ONLY = "leahi" # Need only the AUT name for tst_ui_logs, do not add options - # Configuration application_init.py TMP_DIR = "/tmp/" APP_POST_LOG_LOCATION = "".join([str(TMP_DIR),'/post.log'])