From 7cd7306c128433d979de5d8d14ee1fd7f9c81ad8 Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Sat, 4 May 2019 19:38:32 +0200
Subject: Disable cold migration in Functest gates
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I092baa82bd22cc19c0786a14f962db9bcb7deadb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 jjb/functest/functest.yaml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'jjb')

diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index 3f3b1ae2e..074ad737b 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -106,6 +106,8 @@
             -e DEBUG=true \
             -v /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file \
             -v /home/opnfv/functest/images:/home/opnfv/functest/images \
+            -v /home/opnfv/functest/blacklist.yaml:/usr/lib/python2.7/\
+          site-packages/functest/opnfv_tests/openstack/rally/blacklist.yaml \
             $image run_tests -t {test}
           res=$?
           gsutil -m cp -r $WORKSPACE/ \
-- 
cgit