Index: tst_ui_logs/test.py =================================================================== diff -u -rb22eee7d4e82e39ab096cd50a68a7dd72b13e371 -ra3bcd22e1ad0d29c293509911ce49a8b7cd65244 --- tst_ui_logs/test.py (.../test.py) (revision b22eee7d4e82e39ab096cd50a68a7dd72b13e371) +++ tst_ui_logs/test.py (.../test.py) (revision a3bcd22e1ad0d29c293509911ce49a8b7cd65244) @@ -70,7 +70,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