Merge "Update Mass PNF simulator path"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 24 Nov 2020 23:04:55 +0000 (23:04 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 24 Nov 2020 23:04:55 +0000 (23:04 +0000)
jjb/integration/integration-docker.yaml

index 7858ace..e0b655d 100644 (file)
       - 'sniroemulator':
           pom: 'test/mocks/sniroemulator/pom.xml'
           pattern: 'test/mocks/sniroemulator/**'
-      - 'mass-pnf-sim':
-          pom: 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/pom.xml'
-          pattern: 'test/mocks/mass-pnf-sim/**'
+      - 'masspnfsim':
+          pom: 'test/mocks/masspnfsim/pnf-sim-lightweight/pom.xml'
+          pattern: 'test/mocks/masspnfsim/**'
           mvn-goals: 'clean package docker:build -Dcheckstyle.skip'
           post-docker-verify-script: |
               #!/bin/bash
               set -ex # Fail build if any setup step fails
-              cd $WORKSPACE/test/mocks/mass-pnf-sim
+              cd $WORKSPACE/test/mocks/masspnfsim
               tox
     mvn-settings: 'integration-settings'
     files: '**'