浏览代码

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

Removed unused integration test code
Euan Harris 6 年之前
父节点
当前提交
587783fb82
共有 1 个文件被更改,包括 0 次插入14 次删除
  1. 0 14
      libnetwork/test/integration/dnet/run-integration-tests.sh

+ 0 - 14
libnetwork/test/integration/dnet/run-integration-tests.sh

@@ -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