Index: shared/scripts/configuration/config.py =================================================================== diff -u -r6bea5f3c54dd8e83b71577de9ecd4e44839703c8 -r0f739e0207d288d3386a60a0bd62d56762ab5b41 --- shared/scripts/configuration/config.py (.../config.py) (revision 6bea5f3c54dd8e83b71577de9ecd4e44839703c8) +++ shared/scripts/configuration/config.py (.../config.py) (revision 0f739e0207d288d3386a60a0bd62d56762ab5b41) @@ -17,7 +17,12 @@ from pathlib import Path from configuration.strings import * -AUT_NAME = "denaliSquish" + +# -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 = "denaliSquish -k -K -S" + CONFIG_PATH = Path(os.getcwd()) HOME_DIR_PATH = CONFIG_PATH.parent.parent.parent LOG_LOCATION = "".join([str(HOME_DIR_PATH),'/Desktop/sd-card/log/'])