Revert "kolla: Add debug sleep"
This reverts commit 3aa92393cb348ea6ec53b56fdb3b09c91930a791.
Change-Id: Ic009143479a8176df8adc97e0c2cfe25cf2c8b0d
diff --git a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
index dd1b69b..8f269ac 100644
--- a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
+++ b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
@@ -3,9 +3,7 @@
vars_files:
- vars.yaml
tasks:
- - name: Debug sleep
- shell: sleep 9999
-# - name: Run Tempest
-# shell: . {{ tempest_venv }}/bin/activate && tempest run --regex volume
-# args:
-# chdir: "{{ ansible_env.HOME }}/cloud-01"
\ No newline at end of file
+ - name: Run Tempest
+ shell: . {{ tempest_venv }}/bin/activate && tempest run --regex volume
+ args:
+ chdir: "{{ ansible_env.HOME }}/cloud-01"
\ No newline at end of file