Add debug sleep

Change-Id: If2c6e56a4600e25faa12746cd8b7cf25f2597d8e
diff --git a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
index 8f269ac..d795198 100644
--- a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
+++ b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
@@ -3,7 +3,9 @@
   vars_files:
     - vars.yaml
   tasks:
-    - 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"
+    - name: Debug Sleep
+      shell: sleep 9999
\ No newline at end of file