#!/bin/csh

#usage run_module MODULE_NAME HOST_MACHINE COMMAND

iserver_set $2 "bool $1.running" "1"
$3 "embedded: name=$1; spec container {iptclient: do_block_test=true; spec ipt_spec {unix: module_name=$1; host_name=$2; } }" 
iserver_set $2 "bool $1.running" "0"

