From: Martin Schwenke Date: Thu, 8 Feb 2018 05:27:20 +0000 (+1100) Subject: ctdb-tests: New global variable FAKE_NETWORK_STATE X-Git-Tag: talloc-2.1.13~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb2090762ec84075d44603c18c037d9cc774dfad;p=thirdparty%2Fsamba.git ctdb-tests: New global variable FAKE_NETWORK_STATE Stash all the network state in this directory. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/eventscripts/scripts/local.sh b/ctdb/tests/eventscripts/scripts/local.sh index eddb43d6da0..f401d7a7ec2 100644 --- a/ctdb/tests/eventscripts/scripts/local.sh +++ b/ctdb/tests/eventscripts/scripts/local.sh @@ -51,6 +51,9 @@ setup_ctdb_base "$EVENTSCRIPTS_TESTS_VAR_DIR" "etc-ctdb" \ export FAKE_CTDB_STATE="$EVENTSCRIPTS_TESTS_VAR_DIR/fake-ctdb" mkdir -p "$FAKE_CTDB_STATE" +export FAKE_NETWORK_STATE="$EVENTSCRIPTS_TESTS_VAR_DIR/fake-network-state" +mkdir -p "$FAKE_NETWORK_STATE" + ###################################################################### if "$TEST_VERBOSE" ; then