From 7cd7306c128433d979de5d8d14ee1fd7f9c81ad8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 4 May 2019 19:38:32 +0200 Subject: [PATCH] Disable cold migration in Functest gates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I092baa82bd22cc19c0786a14f962db9bcb7deadb Signed-off-by: Cédric Ollivier --- jjb/functest/functest.yaml | 2 ++ 1 file changed, 2 insertions(+) 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/ \ -- 2.16.6