From: Martin Schwenke Date: Mon, 8 Oct 2018 02:41:39 +0000 (+1100) Subject: ctdb-tests: Drop tests that only start and stop daemons X-Git-Tag: tdb-1.3.17~883 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc8df7191c0e3acb9763aff7cb659bbb8292b950;p=thirdparty%2Fsamba.git ctdb-tests: Drop tests that only start and stop daemons Integration test cases now start and shut down the cluster. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/complex/00_ctdb_init.sh b/ctdb/tests/complex/00_ctdb_init.sh deleted file mode 100755 index d45166ae798..00000000000 --- a/ctdb/tests/complex/00_ctdb_init.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash - -test_info() -{ - cat </dev/null 2>&1 || true - -ctdb_init diff --git a/ctdb/tests/simple/00_ctdb_init.sh b/ctdb/tests/simple/00_ctdb_init.sh deleted file mode 100755 index 99eb7298431..00000000000 --- a/ctdb/tests/simple/00_ctdb_init.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash - -test_info() -{ - cat </dev/null 2>&1 || true - -setup_ctdb - -ctdb_init diff --git a/ctdb/tests/simple/99_daemons_shutdown.sh b/ctdb/tests/simple/99_daemons_shutdown.sh deleted file mode 100755 index 8d65f613976..00000000000 --- a/ctdb/tests/simple/99_daemons_shutdown.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash - -test_info() -{ - cat <