From 0eeafdffc348c286bf9241d38758f6231bf3922b Mon Sep 17 00:00:00 2001
From: Menno Norden <norden@astron.nl>
Date: Mon, 27 Sep 2010 10:10:08 +0000
Subject: [PATCH] bug 1315: new test for led on RCU and HBA-FE

---
 .gitattributes             |  1 +
 LCU/StationTest/ledtest.sh | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 LCU/StationTest/ledtest.sh

diff --git a/.gitattributes b/.gitattributes
index cb250ec93ae..2099e4ec60f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -714,6 +714,7 @@ LCU/StationTest/gold/xst_200_odd.gold -text
 LCU/StationTest/hbacontrol.txt -text
 LCU/StationTest/i2c_spu.py -text
 LCU/StationTest/i2c_td.py -text
+LCU/StationTest/ledtest.sh -text
 LCU/StationTest/modemlevel.sh -text
 LCU/StationTest/modules/cli.py -text
 LCU/StationTest/modules/mep.py -text
diff --git a/LCU/StationTest/ledtest.sh b/LCU/StationTest/ledtest.sh
new file mode 100644
index 00000000000..d250902c370
--- /dev/null
+++ b/LCU/StationTest/ledtest.sh
@@ -0,0 +1,16 @@
+# 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"
+
+
+
+
-- 
GitLab