summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-11-24 23:04:55 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-24 23:04:55 +0000
commit9c674eebd3a81a65d80b34e0df9865a2c2d456a5 (patch)
treea641eff2de8c0763865a82a40aad4c8019821157 /jjb
parent7840e334328a161005c7d557442207d4b88da758 (diff)
parent63ee9cc8bf410f1869ae26000e38811fb409c5ba (diff)
Merge "Update Mass PNF simulator path"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/integration/integration-docker.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/integration/integration-docker.yaml b/jjb/integration/integration-docker.yaml
index 7858acefd..e0b655db3 100644
--- a/jjb/integration/integration-docker.yaml
+++ b/jjb/integration/integration-docker.yaml
@@ -17,14 +17,14 @@
- '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: '**'