Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r742f5ee77d1f59bf553700dd433779b4d0a22be0 -rdbc62ea55a3e88ddaa2e4becb10e5b515a0ab25c --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 742f5ee77d1f59bf553700dd433779b4d0a22be0) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision dbc62ea55a3e88ddaa2e4becb10e5b515a0ab25c) @@ -1,14 +1,21 @@ -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" + +# 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" -APP_POST_LOG_LOCATION = "".join([str(TMP_DIR),'/post.log']) +#Headerbar Information pop up +INFORMATION_PARAMETERS = ["OS Version", "UI Version", "TD Version", "TD FPGA Version", "TD Serial Number", "DD Version", "DD FPGA Version", "DD Serial Number"]