Index: shared/scripts/configuration/config.py =================================================================== diff -u -r06fda637e04ce27ea414ba8ad06af92c4b76d788 -rc79559a8ecd6dc676c7aed956ba1a5d1e45534a0 --- shared/scripts/configuration/config.py (.../config.py) (revision 06fda637e04ce27ea414ba8ad06af92c4b76d788) +++ shared/scripts/configuration/config.py (.../config.py) (revision c79559a8ecd6dc676c7aed956ba1a5d1e45534a0) @@ -22,10 +22,12 @@ # -K, --enable-acknow-log Enables Acknowledgment Log AUT_NAME = "denaliSquish -k -K -S -q" +AUT_NAME_ONLY = "denaliSquish" # Need only the AUT name for tst_ui_logs, do not add options HOME_DIR_PATH = "/home/denali" +TMP_DIR = "/tmp/" #post treatment -POST_TREATMENT_LOG_LOCATION = "".join([str(HOME_DIR_PATH),'/Desktop/sd-card/treatment/*.log']) +POST_TREATMENT_LOG_LOCATION = "".join([str(HOME_DIR_PATH),'/Desktop/usb-disk/treatment/*.txr.p']) #instructions_image location INSTRUCTION_CONF_LOCATION = "".join([str(HOME_DIR_PATH),'/Projects/application/resources/settings/Instructions/Instructions.conf']) @@ -39,11 +41,12 @@ ERROR_FILE_LOCATION = "".join([str(HOME_DIR_PATH)+'/Desktop/sd-card/service/']) #ui_logs +APP_POST_LOG_LOCATION = "".join([str(TMP_DIR),'/post.log']) LOG_LOCATION = "".join([str(HOME_DIR_PATH),'/Desktop/sd-card/log/']) CLOUDSYNC_FOLDER_PATH = "".join([str(HOME_DIR_PATH)+'/Desktop/']) SD_CARD_CLOUDSYNC_FOLDER_PATH = "".join([str(HOME_DIR_PATH)+'/Desktop/sd-card/']) SD_CARD_LOCATION = "".join([str(HOME_DIR_PATH)+'/Desktop/']) -USB_DISK_FOLDER_LOCATION = "".join([str(HOME_DIR_PATH)+'/Desktop/']) +USB_DISK_FOLDER_LOCATION = "".join([str(HOME_DIR_PATH)+'/Desktop/usb-disk/']) SETTINGS_FOLDER_LOCATION = "".join([str(HOME_DIR_PATH)+'/Projects/application/resources/']) APPLICATION_FOLDER_LOCATION = "".join([str(HOME_DIR_PATH)+'/Projects/']) CANBUS_FOLDER_LOCATION = "".join([str(HOME_DIR_PATH)+'/Projects/application/sources/'])