Commit f509dc58 authored by Evangelia Gousiou's avatar Evangelia Gousiou

added example in log

parent 48cecac4
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
test run
board = OptRtm
serial = HCCTARD000-CR000033
optional serial = 0000
comment =
timestamp = 20190319.110057.463074
------------------------
running test 00 = /home/pts/conv-rs485-opt-rtm/pts/python/tests/test00.py
OK
------------------------
running test 01 = /home/pts/conv-rs485-opt-rtm/pts/python/tests/test01.py
OK
------------------------
running test 02 = /home/pts/conv-rs485-opt-rtm/pts/python/tests/test02.py
OK
------------------------
Test suite finished.
All tests OK
_______________________________________________________________
Test00: DUT identification
_______________________________________________________________
Testing:
DUT identification
_______________________________________________________________
_________________ I2C to read RTM ID _________________
DUT identified; detection lines read correctly: 0x05
_________________ Summary of Test00: DUT identification _________________
Subtest SUCCESSFULL: DUT identification!
_________________ Test00: DUT identification finished successful _________________
_______________________________________________________________
Test01: LEDs and basic connectivity
_______________________________________________________________
Testing:
LED connectivity
_______________________________________________________________
_________________ Testing DUT LEDs OFF state _________________
User was asked:
Are all the LEDs of the DUT OFF now?
User replied: Yes
_________________ Testing DUT LEDs ON state _________________
User was asked:
Are all the LEDs of the DUT ON now?
User replied: Yes
All LEDs verified successfully!
_________________ Summary of Test01: LEDs and basic connectivity _________________
Subtest SUCCESSFULL: LEDs!
_________________ Test01: LEDs and basic connectivity finished successful _________________
_______________________________________________________________
Test02: GMT transmission / reception
_______________________________________________________________
Testing:
GMT transmission / reception
_______________________________________________________________
User was asked:
Are the PLL and TMG LEDs on all four CTR cards ON?
User replied: Yes
_________________ Summary of Test02: GMT transmission / reception _________________
Subtest SUCCESSFULL: Ms errors!
Subtest SUCCESSFULL: Missed errors!
Subtest SUCCESSFULL: PLL LEDs!
Subtest SUCCESSFULL: PLL errors!
_________________ Test02: GMT transmission / reception finished successful _________________
......@@ -110,8 +110,10 @@ def main (card=None, default_directory='.',suite=None, serial=""):
test_results['PLL LEDs'] = 0
util.err_msg("Some of the optical transmitters/receivers might be broken")
else:
util.user_msg("Test running, please wait..")
done = 0
time.sleep (110) # needed for stabilisation of Module 4; otherwise Ms errors
while (not done):
# get error status from reference CTR
ref_ms1, ref_pll1, ref_miss1 = get_ctrtest_err(user, rsa, host, port, 5)
......
......@@ -114,4 +114,4 @@ print
print "End of the test"
print
raw_input("Press any key to close this window...")
raw_input("Press [ENTER] to close this window..")
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