aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2016-01-06 06:31:51 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2016-01-06 13:06:21 +0000
commitdef1207175d43b4d86a46a2462630f65b723a413 (patch)
treecb0447bd3826c1ae9735a20716d8f54de0a2d60a
parent10be71360de39a036ba18deb4852ba3e86570109 (diff)
CI: bugfix of build-vsperf.sh script
Vanilla version of OVS was enforced also for set of test, which should be executed with DPDK version of OVS. Value of --vswitch parameter was fixed. Change-Id: I3c486454ff5093436ddc64847e29e55e23764a92 JIRA: VSPERF-155 Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Al Morton <acmorton@att.com>
-rwxr-xr-xci/build-vsperf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh
index a7c44699..13c17a78 100755
--- a/ci/build-vsperf.sh
+++ b/ci/build-vsperf.sh
@@ -111,7 +111,7 @@ function execute_vsperf() {
;;
*)
echo "$VSPERF_BIN --opnfvpod="$OPNFV_POD" --vswitch OvsDpdkVhost --vnf QemuDpdkVhostUser $CONF_FILE $TESTPARAM $TESTCASES > $LOG_FILE"
- $VSPERF_BIN --opnfvpod="$OPNFV_POD" --vswitch OvsVanilla --vnf QemuDpdkVhostUser $CONF_FILE $TESTPARAM $TESTCASES &> $LOG_FILE
+ $VSPERF_BIN --opnfvpod="$OPNFV_POD" --vswitch OvsDpdkVhost --vnf QemuDpdkVhostUser $CONF_FILE $TESTPARAM $TESTCASES &> $LOG_FILE
;;
esac
# let's go back to CI dir