Commit 5eb2b324 authored by Dimitris Lampridis's avatar Dimitris Lampridis

improve messages on test01

parent 101bf178
......@@ -41,19 +41,19 @@ import ptsexcept
def test_led_all():
util.section_msg("Testing LEDs OFF state")
util.section_msg("Testing DUT LEDs OFF state")
if not util.ask_user("Are all LEDs OFF now?"):
if not util.ask_user("Are all the LEDs of the DUT OFF now?"):
util.err_msg("Some LEDs might be broken")
return 0
util.section_msg("Testing LEDs ON state")
util.section_msg("Testing DUT LEDs ON state")
util.user_msg("---> Please clean all fibers and connectors, make all the front panel connections and press [ENTER]")
ret = raw_input("")
# switch ON VME crate now..
# loop vv_read of BIDR reg to check when initialization is completed
if not util.ask_user("Are all LEDs ON now?"):
if not util.ask_user("Are all the LEDs of the DUT ON now?"):
util.err_msg("Some LEDs or other board components might be broken")
return 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment