From 3d24ee141dee2c68843543ddb7c83d2a1366f8e5 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 8 Nov 2021 10:42:18 +0100
Subject: [PATCH] L2SS-470: Remove Docker device from integration tests until
 L2SS-473 is fixed.

---
 sbin/run_integration_test.sh                      |  2 +-
 .../devices/test_device_docker.py                 | 15 ---------------
 2 files changed, 1 insertion(+), 16 deletions(-)
 delete mode 100644 tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_docker.py

diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index 77cacad89..c3c37983a 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -32,7 +32,7 @@ make start sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim
 # Give the simulators time to start
 sleep 5
 
-make start device-boot device-docker device-apsct device-apspu device-sdp device-recv device-sst device-unb2 device-xst
+make start device-boot device-apsct device-apspu device-sdp device-recv device-sst device-unb2 device-xst
 
 # Give devices time to restart
 # TODO(Corne Lukken): Use a nicer more reliable mechanism
diff --git a/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_docker.py b/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_docker.py
deleted file mode 100644
index 6c3fdf94b..000000000
--- a/tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_docker.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# This file is part of the LOFAR 2.0 Station Software
-#
-#
-#
-# Distributed under the terms of the APACHE license.
-# See LICENSE.txt for more info.
-
-from .base import AbstractTestBases
-
-class TestDeviceDocker(AbstractTestBases.TestDeviceBase):
-
-    def setUp(self):
-        super().setUp("STAT/Docker/1")
-- 
GitLab