Invoke tox for verifying Mass PNF Simulator
[ci-management.git] / jjb / integration / integration-docker.yaml
index aeb50e9..b315bc4 100644 (file)
           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: ''