Remove manual etcd usage. No longer needed.

This commit is contained in:
James Shubin
2016-07-05 06:58:04 -04:00
parent 78d769797f
commit 94b447a9c5
12 changed files with 8 additions and 64 deletions

View File

@@ -6,8 +6,6 @@ if env | grep -q -e '^TRAVIS=true$'; then
exit
fi
. etcd.sh # start etcd as job # 1
# run till completion
timeout --kill-after=20s 15s ./mgmt run --file t6.yaml --no-watch &
sleep 1s # let it converge
@@ -30,4 +28,4 @@ test -e /tmp/mgmt/f2
killall -SIGINT mgmt # send ^C to exit mgmt
. wait.sh # wait for everything except etcd
. wait.sh # wait for mgmt