Commit 647571b9 authored by Dimitris Lampridis's avatar Dimitris Lampridis

add extra check for test02 based on PLL and TMG leds

parent 4feb26f0
...@@ -95,6 +95,9 @@ def main (card=None, default_directory='.',suite=None, serial=""): ...@@ -95,6 +95,9 @@ def main (card=None, default_directory='.',suite=None, serial=""):
util.user_msg("---> Please make sure that the CTR FEC is powered on and has finished booting and then press [ENTER]") util.user_msg("---> Please make sure that the CTR FEC is powered on and has finished booting and then press [ENTER]")
ret = raw_input("") ret = raw_input("")
util.user_msg("---> Please make sure that both the PLL and TMG LEDs on all four CTR cards are on and then press [ENTER]")
ret = raw_input("")
############################################################################### ###############################################################################
############################ actual test ###################################### ############################ actual test ######################################
############################################################################### ###############################################################################
......
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