initial checkin of aggregate demo/test script
authorTony Mack <tmack@cs.princeton.edu>
Wed, 11 Feb 2009 19:26:30 +0000 (19:26 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 11 Feb 2009 19:26:30 +0000 (19:26 +0000)
cmdline/demoAggregate.sh [new file with mode: 0644]

diff --git a/cmdline/demoAggregate.sh b/cmdline/demoAggregate.sh
new file mode 100644 (file)
index 0000000..e0d48c5
--- /dev/null
@@ -0,0 +1,33 @@
+#!/bin/bash
+
+source configSfi.sh
+
+CWD=`pwd`
+DEMO_AUTH='planetlab.us'
+DEMO_PL_AUTH='planetlab.us.pl'
+
+echo XXXXX ------------------------------------------------
+echo XXXXX list contents of authority
+echo XXXXX ------------------------------------------------
+
+python ./sfi.py list $DEMO_PL_AUTH
+
+echo XXXXX ------------------------------------------------
+echo XXXXX show contents of authority
+echo XXXXX ------------------------------------------------
+
+python ./sfi.py show $DEMO_PL_AUTH
+
+
+echo XXXXX ------------------------------------------------
+echo XXXXX list available node +rspec+
+echo XXXXX ------------------------------------------------
+
+python ./sfi.py nodes
+
+echo XXXXX ------------------------------------------------
+echo XXXXX list available node +hrn+
+echo XXXXX ------------------------------------------------
+
+python ./sfi.py nodes hrn
+