kolla: Run Tempest

Change-Id: I72f3077b2c11a2285a0f017fdfea2f98c53ee1c1
diff --git a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/run.yaml
index 637ba4f..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 3600
-#    - 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