1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #1656 from huikang/remove-unused-testcode

Removed unused integration test code
This commit is contained in:
Euan Harris 2019-06-27 09:57:12 +01:00 committed by GitHub
commit 587783fb82

View file

@ -136,20 +136,6 @@ function run_dnet_tests() {
./integration-tmp/bin/bats ./test/integration/dnet/dnet.bats
}
function run_simple_consul_tests() {
# Test a single node configuration with a global scope test driver
## Setup
start_dnet 1 simple 1>>${INTEGRATION_ROOT}/test.log 2>&1
cmap[dnet-1-simple]=dnet-1-simple
## Run the test cases
./integration-tmp/bin/bats ./test/integration/dnet/simple.bats
## Teardown
stop_dnet 1 simple 1>>${INTEGRATION_ROOT}/test.log 2>&1
unset cmap[dnet-1-simple]
}
function run_multi_consul_tests() {
# Test multi node configuration with a global scope test driver backed by consul