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