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