# -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']) #Service Export Logs ENABLED = True DEVICE_SETTINGS_SCREEN_TITLE_TEXT = "Device Settings" EXPORT_LOG_TEXT = "Export Logs" EXPORT_LOGS_OPTIONS = ["Application", "Service", "Treatment"] EXPORT_LOG_STATUS = "Application log export to USB is complete" EXPORT_LOG_PROGRESS_STATUS = "Service log export to USB in progress ... " SERVICE_SCREEN_TITLE_TEXT = "Service" #HeaderBar WiFi WIFI_POPUP_TEXT = "WiFi Connection Error"