Index: tst_ui_logs/test.py =================================================================== diff -u -rbbc4bcccbb18c5704dcce43d6b83c5b1fe975b09 -r987c0276dc3cb38798dfcf26c341579a20d83f45 --- tst_ui_logs/test.py (.../test.py) (revision bbc4bcccbb18c5704dcce43d6b83c5b1fe975b09) +++ tst_ui_logs/test.py (.../test.py) (revision 987c0276dc3cb38798dfcf26c341579a20d83f45) @@ -73,7 +73,36 @@ def main(): utils.tstStart(__file__) - startApplication(config.AUT_NAME+" -d") + """ + Flag Options: + -h, --help Displays this help. + -v, --version Displays version information. + -c, --canOut Show the Can Frame Output + -m, --msgOut Show the Message Output + -l, --logOut Show the Logs Output + -0, --enable-keep-awake Enable send low priority, empty message + on the CANBus just to keep UI board CAN + driver awake + -i, --fake-interval Test fake message interval(ms) + -f, --fake-message Test fake message data + will use default sequenced long fake + message if set to 00(default) + will used only if correct integer value + assigned for interval option + -b, --fake-message-seq-at-begin Test fake message sequence at the + beginning of the frame + -u, --disable-unhandled-report Disable unhandled messages report as an + error in the log + -d, --disable-dialin-unhandled Disable the Dialin messages logged as + unhandled + -q, --disable-timeout Disables HD communication timeout + -a, --disable-alarm-no-minimize Disables alarm no minimize + -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 + """ + + startApplication(config.AUT_NAME+" -d"+ " -i"+ " -f"+ " -b"+ " -u"+ " -c"+ " -0"+ " -m") #HD Broadcast