From bc5e723950bcb45858826ca7888e29fdb1554d2c Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 11 Feb 2009 19:26:30 +0000 Subject: [PATCH] initial checkin of aggregate demo/test script --- cmdline/demoAggregate.sh | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 cmdline/demoAggregate.sh diff --git a/cmdline/demoAggregate.sh b/cmdline/demoAggregate.sh new file mode 100644 index 00000000..e0d48c57 --- /dev/null +++ b/cmdline/demoAggregate.sh @@ -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 + -- 2.47.0