xci: AIO: Disable tempest on AIO 31/45031/2
authorMarkos Chandras <mchandras@suse.de>
Fri, 13 Oct 2017 12:58:39 +0000 (13:58 +0100)
committerMarkos Chandras <mchandras@suse.de>
Sat, 14 Oct 2017 10:19:46 +0000 (11:19 +0100)
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>
xci/file/aio/configure-opnfvhost.yml

index f25476f..b60c746 100644 (file)
       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: