Commit d413bfa2 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix-problem-integration-ADR8: updated main CI/CD configuration file.

Modified test send_abort_WHILE_configuring (removed the sleep).
parent 6462f111
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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,