From 35ef3b3e961d403733c358a1cbb8dd6fa1671109 Mon Sep 17 00:00:00 2001 From: Menno Norden <norden@astron.nl> Date: Mon, 7 Nov 2011 16:41:04 +0000 Subject: [PATCH] task #1723: new version rcu firmware V12 (old V10) --- LCU/StationTest/station_production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCU/StationTest/station_production.py b/LCU/StationTest/station_production.py index 3d0f11098bf..3c98aedbbc1 100755 --- a/LCU/StationTest/station_production.py +++ b/LCU/StationTest/station_production.py @@ -139,7 +139,7 @@ sr.setId('RCU-HBA modem - ') sr.appendLog(21,'') sr.appendLog(21,'### Verify the control modem on the RCU') sr.appendLog(21,'') -res = cli.command('python verify.py --brd %s --fpga blp0,blp1,blp2,blp3 --rep 1 -v 11 --te tc/hba_client.py --client_access r --client_reg version --data 10' %(RspBrd,)) +res = cli.command('python verify.py --brd %s --fpga blp0,blp1,blp2,blp3 --rep 1 -v 11 --te tc/hba_client.py --client_access r --client_reg version --data 12' %(RspBrd,)) if res.find('wrong')==-1: sr.appendLog(11,'>>> RCU-HBA modem test went OK') sr.appendFile(21,'tc/hba_client.log') -- GitLab