Run... something on the Cinder project

Change-Id: I6fc959e3df733bd17c079ad8ef58759c41eb70bf
diff --git a/playbooks/sp-init.yaml b/playbooks/sp-init.yaml
index 42ceee7..779b16d 100644
--- a/playbooks/sp-init.yaml
+++ b/playbooks/sp-init.yaml
@@ -24,12 +24,24 @@
       shell:
         cmd: ps awwfux
 
-    - name: ctrl-sp-processes-pstree
-      shell:
-        cmd: pstree -l
-
 - hosts: tempest
   tasks:
+    - name: sp-examine-pwd
+      shell:
+        cmd: pwd
+
+    - name: sp-examine-ls-zuul
+      shell:
+        cmd: ls -l /home/zuul
+
+    - name: sp-examine-ls-zuul-src
+      shell:
+        cmd: ls -l /home/zuul/src
+
+    - name: sp-examine-ls-zuul/src/spfactory.storpool.com
+      shell:
+        cmd: ls -l /home/zuul/src/spfactory.storpool.com
+
     - name: Apply the StorPool patches
       shell:
         cmd: /home/zuul/src/spfactory.storpool.com/sp-osci/tools/bin/git-if-needed -s /home/zuul/src/spfactory.storpool.com/sp-osci/patches/series.experimental -S am
@@ -52,7 +64,3 @@
     - name: sp-processes
       shell:
         cmd: ps awwfux
-
-    - name: sp-processes-pstree
-      shell:
-        cmd: pstree -l