vm config filesystem $images/minicccfs
vm config hostname foo
vm config uuid a5e980ca-3958-48cc-92e9-93d50c0157ad
vm launch container foo
vm start all

# wait for clients to start
shell sleep 10
.columns uuid,hostname cc clients

# create a large file, which helps expose races such as issue-775
background dd if=/dev/zero of=/tmp/minimega/files/cc_io.bigfile bs=1M count=100
shell sleep 5

# send the file
cc send cc_io.bigfile

# make sure it's been delivered
cc exec /bin/ls /tmp/miniccc/files/cc_io.bigfile

# check results
shell sleep 10
cc responses 2

# clean up everything
clear cc
