Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -70,9 +70,9 @@ pages: MIDCSP_PATH: csp-lmc-mid/docker script: - pwd - pip3 install junitparser - python3 -m pip install junitparser #update coverage o the last release - pip3 install --upgrade coverage - python3 -m pip install --upgrade coverage - ls -lR # copy the content of packages folders in public # path to all files is relative to the repository Loading csp-lmc-mid/tests/MidCspSubarray_test.py +1 −1 Original line number Diff line number Diff line Loading @@ -530,7 +530,7 @@ class TestCspSubarray(TestBase): f = open(file_path + "/acceptance_tests/test_ConfigureScan_ADR4.json") (result_code, msg) = self.midcsp_subarray01.Configure(f.read().replace("\n", "")) f.close() time.sleep(0.1) #time.sleep(0.1) self.midcsp_subarray01.Abort() # check prober_subarray_obstate = Probe(self.midcsp_subarray01, 'obsState', ObsState.ABORTED, Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -70,9 +70,9 @@ pages: MIDCSP_PATH: csp-lmc-mid/docker script: - pwd - pip3 install junitparser - python3 -m pip install junitparser #update coverage o the last release - pip3 install --upgrade coverage - python3 -m pip install --upgrade coverage - ls -lR # copy the content of packages folders in public # path to all files is relative to the repository Loading
csp-lmc-mid/tests/MidCspSubarray_test.py +1 −1 Original line number Diff line number Diff line Loading @@ -530,7 +530,7 @@ class TestCspSubarray(TestBase): f = open(file_path + "/acceptance_tests/test_ConfigureScan_ADR4.json") (result_code, msg) = self.midcsp_subarray01.Configure(f.read().replace("\n", "")) f.close() time.sleep(0.1) #time.sleep(0.1) self.midcsp_subarray01.Abort() # check prober_subarray_obstate = Probe(self.midcsp_subarray01, 'obsState', ObsState.ABORTED, Loading