diff --git a/StationTest/station_production.py b/StationTest/station_production.py
index d0ff2570662a431221186d27f5ff1c6fac4f19c8..24b38239eb7a998b5ca30206aef9ea3ced9e6cf7 100644
--- a/StationTest/station_production.py
+++ b/StationTest/station_production.py
@@ -104,7 +104,9 @@ sr.appendLog(21,'')
 sr.appendLog(21,'### Verify the size of the TBB memory modules')
 sr.appendLog(21,'')
 res = cli.command('./tbb_size.sh')
-if res.find('OK')==-1:
+if res.find('wrong')==-1:
+  sr.appendLog(11,'>>> TBB size test went OK')
+else:
   sr.appendLog(11,'>>> TBB size test went wrong')
   sr.appendLog(11,'CLI:')
   sr.appendLog(11,res,1,1,1)
@@ -113,26 +115,24 @@ if res.find('OK')==-1:
   sr.appendLog(11,'Expected:')
   sr.appendFile(11,'gold/tbb_size.gold')
   sr.setResult('FAILED')
-else:
-  sr.appendLog(11,'>>> TBB size test went OK')
-   
+  
 ################################################################################
 sr.setId('TBB memory check - ')
 sr.appendLog(21,'')
 sr.appendLog(21,'### Verify TBB memory modules on the TBB')
 sr.appendLog(21,'')
 res = cli.command('./tbb_memory.sh')
-if res.find('OK')==-1:
+if res.find('wrong')==-1:
+  sr.appendLog(11,'>>> TBB memory test went OK')
+else:
   sr.appendLog(11,'>>> TBB memory test went wrong')
   sr.appendLog(11,'CLI:')
   sr.appendLog(11,res,1,1,1)
   sr.appendLog(11,'Result:')
   sr.appendFile(11,'tbb_memory.log')
-  sr.appendLog(11,'Expected:')
-  sr.appendFile(11,'gold/tbb_memory.gold')
+  #sr.appendLog(11,'Expected:')
+  #sr.appendFile(11,'gold/tbb_memory.gold')
   sr.setResult('FAILED')
-else:
-  sr.appendLog(11,'>>> TBB memory test went OK')
    
 ################################################################################
 sr.setId('SPU status - ')
@@ -215,18 +215,18 @@ else:
   sr.appendLog('FAILED')  
 
 ################################################################################
-sr.setId('RCU-RSP-TBB - ')
-sr.appendLog(21,'')
-sr.appendLog(21,'### Verify the RCU - RSP - TBB LVDS interfaces by capturing pseudo random data on TBB')
-sr.appendLog(21,'')
-res = cli.command('./tbb_prbs_tester.sh')
-if res.find('wrong')==-1:
-  sr.appendLog(11,'>>> RCU - RSP - TBB LVDS interfaces test went OK')
-else:
-  sr.appendLog(11,'>>> RCU - RSP - TBB LVDS interfaces went wrong')
-  sr.appendLog(11,'CLI:')
-  sr.appendLog(11,res,1,1,1)
-  sr.setResult('FAILED')
+#sr.setId('RCU-RSP-TBB - ')
+#sr.appendLog(21,'')
+#sr.appendLog(21,'### Verify the RCU - RSP - TBB LVDS interfaces by capturing pseudo random data on TBB')
+#sr.appendLog(21,'')
+#res = cli.command('./tbb_prbs_tester.sh')
+#if res.find('wrong')==-1:
+#  sr.appendLog(11,'>>> RCU - RSP - TBB LVDS interfaces test went OK')
+#else:
+#  sr.appendLog(11,'>>> RCU - RSP - TBB LVDS interfaces went wrong')
+#  sr.appendLog(11,'CLI:')
+#  sr.appendLog(11,res,1,1,1)
+#  sr.setResult('FAILED')
 
 ################################################################################
 # End of the subrack test