#!/bin/bash # $HeadURL$ $LastChangedRevision$ PROGNAME=`basename $0` SANDPIT=`pwd` . $(ade-config ade_share_prefix)/include/adetestsupport.sh echo "creating config file ..." mkdir $SANDPIT/{etc,tmp} echo "testhost:AllHosts" > $SANDPIT/etc/small.conf echo "listing groups ..." rocon -F $SANDPIT/etc/small.conf -g echo "all done"