diff options
author | Markos Chandras <mchandras@suse.de> | 2017-10-13 13:58:39 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-10-14 11:19:46 +0100 |
commit | c7a2ecb9d0fbb35d5ef3b9c88a2d4ae72d6b08b1 (patch) | |
tree | e8c7f127c487c698bedce4cfc796930887d41548 /xci/file | |
parent | 55f2a0a625ceb793700389aa4fafda284079d39c (diff) |
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 <mchandras@suse.de>
Diffstat (limited to 'xci/file')
-rw-r--r-- | xci/file/aio/configure-opnfvhost.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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: |