test: rename etcd functional test data directories

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-04-11 12:51:26 -07:00
parent a0c0dc2f09
commit fdf4a12d3c

2
test
View File

@ -180,7 +180,7 @@ function integration_extra {
function functional_pass {
# Clean up any data and logs from previous runs
rm -rf /tmp/etcd-agent-data-* /tmp/etcd-agent-data-*.backup
rm -rf /tmp/etcd-functional-* /tmp/etcd-functional-*.backup
for a in 1 2 3; do
./bin/etcd-agent --network tcp --address 127.0.0.1:${a}9027 &