Loading csp-lmc-mid/tests/integration/MidCspSubarray_test.py +5 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,6 @@ class TestCspSubarray(TestBase): latest_configuration = self.cbf_subarray01.latestscanconfig assert 'transaction_id' in latest_configuration @pytest.mark.init_EMPTY def test_AFTER_initialization(self): """ Loading @@ -195,6 +194,7 @@ class TestCspSubarray(TestBase): Poller(4, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_IDLE @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_IDLE(self): """ Test for re-initialization of mid-csp device after a restart of Loading @@ -215,6 +215,7 @@ class TestCspSubarray(TestBase): Poller(4, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_READY @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_READY(self): """ Test for re-initialization of mid-csp device after the restart of Loading @@ -233,6 +234,7 @@ class TestCspSubarray(TestBase): @pytest.mark.init_SCANNING @pytest.mark.parametrize("elapsed_time", [0.1, 0.2, 0.3, 0.4, 0.5,1,2]) @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_SCANNING(self, elapsed_time): """ Test for re-initialization of mid-csp device after the of the Loading Loading @@ -264,6 +266,7 @@ class TestCspSubarray(TestBase): Poller(5, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_ABORTED @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_ABORTED(self): """ Test for re-initialization of mid-csp device after the restart of the Loading @@ -283,6 +286,7 @@ class TestCspSubarray(TestBase): Poller(4, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_FAULT @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_FAULT(self): """ Test for re-initialization of mid-csp device after killing the Tango device. Loading Loading
csp-lmc-mid/tests/integration/MidCspSubarray_test.py +5 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,6 @@ class TestCspSubarray(TestBase): latest_configuration = self.cbf_subarray01.latestscanconfig assert 'transaction_id' in latest_configuration @pytest.mark.init_EMPTY def test_AFTER_initialization(self): """ Loading @@ -195,6 +194,7 @@ class TestCspSubarray(TestBase): Poller(4, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_IDLE @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_IDLE(self): """ Test for re-initialization of mid-csp device after a restart of Loading @@ -215,6 +215,7 @@ class TestCspSubarray(TestBase): Poller(4, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_READY @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_READY(self): """ Test for re-initialization of mid-csp device after the restart of Loading @@ -233,6 +234,7 @@ class TestCspSubarray(TestBase): @pytest.mark.init_SCANNING @pytest.mark.parametrize("elapsed_time", [0.1, 0.2, 0.3, 0.4, 0.5,1,2]) @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_SCANNING(self, elapsed_time): """ Test for re-initialization of mid-csp device after the of the Loading Loading @@ -264,6 +266,7 @@ class TestCspSubarray(TestBase): Poller(5, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_ABORTED @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_ABORTED(self): """ Test for re-initialization of mid-csp device after the restart of the Loading @@ -283,6 +286,7 @@ class TestCspSubarray(TestBase): Poller(4, 0.2).check(prober_subarray_obsstate) @pytest.mark.init_FAULT @pytest.mark.skip(reason="DevRestart doesn't work properly") def test_re_initialization_when_FAULT(self): """ Test for re-initialization of mid-csp device after killing the Tango device. Loading