Skip to content

Commit

Permalink
Merge pull request moby#1656 from huikang/remove-unused-testcode
Browse files Browse the repository at this point in the history
Removed unused integration test code
  • Loading branch information
euanh authored Jun 27, 2019
2 parents 5b9fe1e + 6462604 commit b4d3853
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/integration/dnet/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b4d3853

Please sign in to comment.