From 1c0f4ba6bd71bde2065883828716c413807a0e20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 24 Nov 2020 17:39:43 +0100 Subject: [PATCH] Bypass console check MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It allows working on tempest testcase till nova console is fixed in Airship. Change-Id: Idc3e4750409fc84e45a9bb8c424a4fd4962d1b05 Signed-off-by: Cédric Ollivier --- jjb/airship/airship.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index e732958a9..cdf4cc659 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -100,6 +100,8 @@ -v /home/opnfv/functest/images:/home/opnfv/functest/images \ -v /home/opnfv/functest/tempest_conf.yaml:/usr/lib/python3.6/\ site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml \ + -v /home/opnfv/functest/singlevm.py:/usr/lib/python3.6/\ + site-packages/functest/core/singlevm.py \ $image run_tests -t {test} -r -p - builder: -- 2.16.6