from configuration.strings import * # -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 HOME_DIR_PATH = "/home/denali" TMP_DIR = "/tmp/" ENABLED = True APP_POST_LOG_LOCATION = "".join([str(TMP_DIR),'/post.log'])