From: Tony Mack Date: Wed, 11 Feb 2009 19:26:30 +0000 (+0000) Subject: initial checkin of aggregate demo/test script X-Git-Tag: sfa-0.9-0@14641~644 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bc5e723950bcb45858826ca7888e29fdb1554d2c;p=sfa.git initial checkin of aggregate demo/test script --- 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 +