*: rename, clean up functional tests

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-04-09 07:09:48 -07:00
parent b7770cd9fe
commit 85e050a120
53 changed files with 668 additions and 620 deletions

4
test
View File

@@ -37,7 +37,7 @@ source ./build
# build before setting up test GOPATH
if [[ "${PASSES}" == *"functional"* ]]; then
./tools/functional-tester/build
./functional/build
fi
if [ -z "$PASSES" ]; then
@@ -196,7 +196,7 @@ function functional_pass {
done
echo "Starting 'etcd-tester'"
./bin/etcd-tester --config ./tools/functional-tester/tester/local-test.yaml && echo "'etcd-tester' succeeded"
./bin/etcd-tester --config ./functional.yaml && echo "'etcd-tester' succeeded"
ETCD_TESTER_EXIT_CODE=$?
echo "ETCD_TESTER_EXIT_CODE:" ${ETCD_TESTER_EXIT_CODE}