From: Tim Rozet Date: Fri, 7 Dec 2018 13:52:30 +0000 (-0500) Subject: Cperf: Add missing nova path var X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=8f2f47dc7082d861621523e6bd7890a1778260ec Cperf: Add missing nova path var This variable is required for the live migration tests. Change-Id: I2505d31f0c0c9b5cf540473937d500fdf506af5f Signed-off-by: Tim Rozet --- diff --git a/jjb/cperf/cperf-robot-netvirt-csit.sh b/jjb/cperf/cperf-robot-netvirt-csit.sh index c30f10ae3..eac1316a5 100755 --- a/jjb/cperf/cperf-robot-netvirt-csit.sh +++ b/jjb/cperf/cperf-robot-netvirt-csit.sh @@ -102,6 +102,7 @@ robot_cmd="pybot \ -d $LOGS_LOCATION \ -v BUNDLEFOLDER:/opt/opendaylight \ -v CONTROLLER_USER:heat-admin \ + -v CMP_INSTANCES_SHARED_PATH:/var/lib/nova/instances/ \ -v DEFAULT_LINUX_PROMPT:\$ \ -v DEFAULT_LINUX_PROMPT_STRICT:]\$ \ -v DEFAULT_USER:heat-admin \