Index: /trunk/Ohana/src/opihi/pantasks/test/iotest.sh
===================================================================
--- /trunk/Ohana/src/opihi/pantasks/test/iotest.sh	(revision 27022)
+++ /trunk/Ohana/src/opihi/pantasks/test/iotest.sh	(revision 27023)
@@ -18,4 +18,5 @@
   periods      -exec 1.0
   periods      -timeout 20
+  active       false
   npending 5
   
@@ -56,2 +57,22 @@
   end
 end
+
+macro show.book
+  if ($0 != 2)
+   echo "USAGE: show.book (book)"
+   break
+  end
+
+  book npages $1 -var npages
+  for i 0 $npages
+    book getpage $1 $i -var pagename
+    book listpage $1 $pagename
+  end
+
+  echo "npages: $npages"
+end
+
+macro load.book
+  queueload stdout -x "cat iotest.dat"
+  ipptool2book stdout testbook -key chip_id
+end
