Sha256: e7207b9d384e3e5df47955d8539a0269385bb9208852832486f2db3d831a5eb0
Contents?: true
Size: 756 Bytes
Versions: 28
Compression:
Stored size: 756 Bytes
Contents
#!/bin/sh #Simple test script for poolparty examples # TODO: investiage using TAP test anything protocol for this # http://en.wikipedia.org/wiki/Test_Anything_Protocol # http://github.com/chneukirchen/knock #You must run this file from within the examples/ directory . ./knock.sh cld='/eucalyptus.rb' # result=../bin/cloud-list -c $cld ok "../bin/cloud-list -c $cld -n sample|grep -v i-*" #check that its zero # # ./bin/cloud-start -c $cld ok "../bin/cloud-start -c $cld |grep 192*" ok "../bin/cloud-list -c $cld -n sample|grep i-*" # #check that it is 1 # ./bin/cloud-expand -c $cld # #assert_equal 2, nodes.size # ./bin/cloud-contract -c $cld # #assert_equal 1, nodes.size ok "../bin/cloud-terminate -c $cld" # #assert_equal 0, nodes.size
Version data entries
28 entries across 28 versions & 3 rubygems