From c9a96b8c25997b2e18ce3087afb80d7679d70807 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Tue, 19 Jun 2018 15:19:15 +0000
Subject: [PATCH] Corrected --seq vis_packet, this test now runs OK on
 hardware.

---
 applications/apertif/commissioning/tests/batch_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/apertif/commissioning/tests/batch_test.py b/applications/apertif/commissioning/tests/batch_test.py
index 797b492572..c221c9d990 100644
--- a/applications/apertif/commissioning/tests/batch_test.py
+++ b/applications/apertif/commissioning/tests/batch_test.py
@@ -259,7 +259,7 @@ if tc.nofUnb > 0 :
    if 'vis_packet' in tc.sequence:
                # Apply stimuli at the dishes
                # Set BF weights to have one SP per CB for all beamlets and rely on the measured sky noise to provide ADC input
-               command = 'ssh lcu-rtc -X "python $UPE/peripherals/pi_apertif_system.py -v 3 %s %s --cmd 62 --cbeams 0:36 --pol 0,1 --subbands 0:511 --globalsp 56 --weight 32767,0' % (dishUnb, dishFn)
+               command = 'python $UPE/peripherals/pi_apertif_system.py -v 3 %s %s --cmd 62 --cbeams 0:36 --pol 0,1 --subbands 0:511 --globalsp 56 --weight 32767,0' % (dishUnb, dishFn)
                run_in_foreground(LCUS, command)
                tc.sleep(2)
                # Verify expected results at central
-- 
GitLab