From: Markos Chandras Date: Fri, 13 Oct 2017 12:58:39 +0000 (+0100) Subject: xci: AIO: Disable tempest on AIO X-Git-Tag: 6.0.0~258^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c7a2ecb9d0fbb35d5ef3b9c88a2d4ae72d6b08b1;p=releng-xci.git xci: AIO: Disable tempest on AIO In a similar fashion to the rest of the flavors, we disable the tempest tests. Change-Id: Id4a9912d87d1dabe3e433456f4b145d319e174d5 Signed-off-by: Markos Chandras --- diff --git a/xci/file/aio/configure-opnfvhost.yml b/xci/file/aio/configure-opnfvhost.yml index f25476f9..b60c746b 100644 --- a/xci/file/aio/configure-opnfvhost.yml +++ b/xci/file/aio/configure-opnfvhost.yml @@ -10,6 +10,15 @@ command: "/bin/bash ./scripts/bootstrap-ansible.sh" args: chdir: "{{OPENSTACK_OSA_PATH}}" + - name: Disable AIO tempest + lineinfile: + path: "{{ OPENSTACK_OSA_PATH }}/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2" + regexp: "^{{ item }}.*" + line: "{{ item }}: false" + state: present + with_items: + - "tempest_install" + - "tempest_run" - name: bootstrap opnfv host as aio command: "/bin/bash ./scripts/bootstrap-aio.sh" args: