diff options
author | Tim Rozet <trozet@redhat.com> | 2018-12-07 08:52:30 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-12-07 08:52:30 -0500 |
commit | 8f2f47dc7082d861621523e6bd7890a1778260ec (patch) | |
tree | 90d5396f6cfc8ed639ab72175a646d1b63dd1d22 /jjb | |
parent | 298c903547a22652288b5b2c7d7714dd21f30d95 (diff) |
Cperf: Add missing nova path var
This variable is required for the live migration tests.
Change-Id: I2505d31f0c0c9b5cf540473937d500fdf506af5f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/cperf/cperf-robot-netvirt-csit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |