Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
3d24ee14
Commit
3d24ee14
authored
3 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
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
!176
L2SS-470: Fix boot
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sbin/run_integration_test.sh
+1
-1
1 addition, 1 deletion
sbin/run_integration_test.sh
tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_docker.py
+0
-15
0 additions, 15 deletions
...ioncontrol/integration_test/devices/test_device_docker.py
with
1 addition
and
16 deletions
sbin/run_integration_test.sh
+
1
−
1
View file @
3d24ee14
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
tangostationcontrol/tangostationcontrol/integration_test/devices/test_device_docker.py
deleted
100644 → 0
+
0
−
15
View file @
ee0307db
# -*- 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
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment