From: Bartek Grzybowski Date: Mon, 25 May 2020 14:39:17 +0000 (-0700) Subject: Invoke tox for verifying Mass PNF Simulator X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a8f6a2767025f1756a65d2d32106358e7bad92d4;p=ci-management.git Invoke tox for verifying Mass PNF Simulator Change-Id: If44d97a80033f7311f45d2acd2e21f5dc31d4856 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski --- diff --git a/jjb/integration/integration-docker.yaml b/jjb/integration/integration-docker.yaml index aeb50e9f9..b315bc443 100644 --- a/jjb/integration/integration-docker.yaml +++ b/jjb/integration/integration-docker.yaml @@ -17,17 +17,11 @@ pom: 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/pom.xml' pattern: 'test/mocks/mass-pnf-sim/**' mvn-goals: 'clean package docker:build -Dcheckstyle.skip' - PNF_INSTANCES: 1 post-docker-verify-script: | #!/bin/bash set -ex # Fail build if any setup step fails cd $WORKSPACE/test/mocks/mass-pnf-sim - ./mass-pnf-sim.py bootstrap --count {PNF_INSTANCES} --urlves http://127.0.0.1:10000/eventListener/v7 --ipfileserver 127.0.0.1 --typefileserver sftp --ipstart 10.11.0.16 - ./mass-pnf-sim.py start --count {PNF_INSTANCES} - ./mass-pnf-sim.py trigger --count {PNF_INSTANCES} - ./mass-pnf-sim.py status --count {PNF_INSTANCES} - ./mass-pnf-sim.py stop --count {PNF_INSTANCES} - ./mass-pnf-sim.py clean + tox mvn-settings: 'integration-settings' files: '**' archive-artifacts: ''