Skip to content
Snippets Groups Projects
Commit f1829062 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-240: Very basic integration test

parent 62a28332
No related branches found
No related tags found
1 merge request!89Resolve L2SS-240 "Integration testing"
# -*- 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 tango import DeviceProxy
from integration_test import base
class TestDevice(base.IntegrationTestCase):
def setUp(self):
super(TestDevice, self).setUp()
def test_device(self):
d = DeviceProxy("LTS/SDP/1")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment