Skip to content
Snippets Groups Projects
Commit 0eeafdff authored by Menno Norden's avatar Menno Norden
Browse files

bug 1315: new test for led on RCU and HBA-FE

parent 387a3efb
No related branches found
No related tags found
No related merge requests found
...@@ -714,6 +714,7 @@ LCU/StationTest/gold/xst_200_odd.gold -text ...@@ -714,6 +714,7 @@ LCU/StationTest/gold/xst_200_odd.gold -text
LCU/StationTest/hbacontrol.txt -text LCU/StationTest/hbacontrol.txt -text
LCU/StationTest/i2c_spu.py -text LCU/StationTest/i2c_spu.py -text
LCU/StationTest/i2c_td.py -text LCU/StationTest/i2c_td.py -text
LCU/StationTest/ledtest.sh -text
LCU/StationTest/modemlevel.sh -text LCU/StationTest/modemlevel.sh -text
LCU/StationTest/modules/cli.py -text LCU/StationTest/modules/cli.py -text
LCU/StationTest/modules/mep.py -text LCU/StationTest/modules/mep.py -text
......
# HBA frontend en RCU test met led
# M.J. Norden, 27-09-2010
python verify.py --brd rsp0 --fp blp0 --te tc/hba_client.py --client_acces w --client_reg led --data 01
echo "de led op de RCU 1 brand 2 seconden"
sleep 2
python verify.py --brd rsp0 --fp blp0 --te tc/hba_client.py --client_acces w --client_reg led --data 00
echo "de led op de RCU 1 is nu uit"
python verify.py --brd rsp0 --fp blp0 --te tc/hba_server.py --server 1 --server_acces uc --server_function sw --data 01,01
echo "de led op de HBA-FE brand 2 seconden"
sleep 2
python verify.py --brd rsp0 --fp blp0 --te tc/hba_server.py --server 1 --server_acces uc --server_function sw --data 00,00
echo "de led op de HBA-FE is nu uit"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment