Loading Common/Interfaces/MinorServoInterface/test/functional/commands/test_servoSetup.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestServoSetupCmd(unittest2.TestCase): """Test the servoSetup command""" telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') def setUp(self): self.client = PySimpleClient() Loading Common/Interfaces/MinorServoInterface/test/functional/commands/test_setServoASConfiguration.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestSetServoASConfigurationCmd(unittest2.TestCase): """Test the setServoASConfiguration command""" telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') def setUp(self): self.client = PySimpleClient() Loading Common/Interfaces/MinorServoInterface/test/functional/commands/test_setServoElevationTracking.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestSetServoElevationTrackingCmd(unittest2.TestCase): """Test the setServoElevationTracking command""" telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') def setUp(self): self.client = PySimpleClient() Loading Common/Interfaces/MinorServoInterface/test/functional/commands/test_setServoOffset.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestSetServoOffsetCmd(unittest2.TestCase): """Test the setServoOffset command""" telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') def setUp(self): self.client = PySimpleClient() Loading Common/Interfaces/MinorServoInterface/test/functional/test_clearUserOffset.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestClearUserOffset(unittest2.TestCase): telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') @classmethod def setUpClass(cls): Loading Loading
Common/Interfaces/MinorServoInterface/test/functional/commands/test_servoSetup.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestServoSetupCmd(unittest2.TestCase): """Test the servoSetup command""" telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') def setUp(self): self.client = PySimpleClient() Loading
Common/Interfaces/MinorServoInterface/test/functional/commands/test_setServoASConfiguration.py +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestSetServoASConfigurationCmd(unittest2.TestCase): """Test the setServoASConfiguration command""" telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') def setUp(self): self.client = PySimpleClient() Loading
Common/Interfaces/MinorServoInterface/test/functional/commands/test_setServoElevationTracking.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestSetServoElevationTrackingCmd(unittest2.TestCase): """Test the setServoElevationTracking command""" telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') def setUp(self): self.client = PySimpleClient() Loading
Common/Interfaces/MinorServoInterface/test/functional/commands/test_setServoOffset.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestSetServoOffsetCmd(unittest2.TestCase): """Test the setServoOffset command""" telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') def setUp(self): self.client = PySimpleClient() Loading
Common/Interfaces/MinorServoInterface/test/functional/test_clearUserOffset.py +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ __author__ = "Marco Buttu <mbuttu@oa-cagliari.inaf.it>" class TestClearUserOffset(unittest2.TestCase): telescope = os.getenv('TARGETSYS') telescope = os.getenv('STATION') @classmethod def setUpClass(cls): Loading