Update ONAP Maven Verify job to run FTC tests on a1pms patch set 68/138968/1
authorraviteja.karumuri <raviteja.karumuri@est.tech>
Thu, 19 Sep 2024 12:59:27 +0000 (13:59 +0100)
committerraviteja.karumuri <raviteja.karumuri@est.tech>
Thu, 19 Sep 2024 12:59:27 +0000 (13:59 +0100)
Issue-ID: CCSDK-4057
Change-Id: I45106688730c717b2ed041db0ea3117be6557f7a
Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
jjb/integration/integration-macros.yaml
jjb/integration/integration-templates-csit.yaml

index a101a71..710b75c 100644 (file)
           default: "{html-files}"
           description: "File name to be used by HTML publisher plugin to produce the report"
 
+- builder:
+    name: functional-test-case-run
+    builders:
+      - shell: |
+          git clone https://gerrit.o-ran-sc.org/r/nonrtric /tmp/nonrtric
+          cp /tmp/nonrtric "$WORKSPACE"
+          "$WORKSPACE/test/auto-test/verify-jobs-nonrtric.sh"
+
 - builder:
     name: integration-install-robotframework
     builders:
index ba10fdd..e6132b5 100644 (file)
             CONTAINER_PULL_REGISTRY={container-public-registry}
       - lf-maven-build:
           mvn-goals: "{mvn-goals}"
+      - functional-test-case-run
       - integration-install-robotframework-py3
       - inject:
           properties-file: "env.properties"