Skip to content
Snippets Groups Projects
Commit 3d24ee14 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-470: Remove Docker device from integration tests until L2SS-473 is fixed.

parent ee0307db
No related branches found
No related tags found
1 merge request!176L2SS-470: Fix boot
......@@ -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
......
# -*- 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")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment