From 8f2f47dc7082d861621523e6bd7890a1778260ec Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 7 Dec 2018 08:52:30 -0500 Subject: Cperf: Add missing nova path var This variable is required for the live migration tests. Change-Id: I2505d31f0c0c9b5cf540473937d500fdf506af5f Signed-off-by: Tim Rozet --- jjb/cperf/cperf-robot-netvirt-csit.sh | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit 1.2.3-korg