Revert "tests: Add a test for NAT gateway sanity checking"
authorAmitay Isaacs <amitay@gmail.com>
Mon, 31 Mar 2014 02:26:04 +0000 (13:26 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Mon, 31 Mar 2014 02:31:56 +0000 (13:31 +1100)
This reverts commit f4bd0dca4ad63268203ef123bcd1287a38583844.

Wrong imported commit information.

tests/eventscripts/11.natgw.002.sh [deleted file]

diff --git a/tests/eventscripts/11.natgw.002.sh b/tests/eventscripts/11.natgw.002.sh
deleted file mode 100755 (executable)
index 8dbeeee..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-. "${TEST_SCRIPTS_DIR}/unit.sh"
-
-define_test "missing config file"
-
-setup_ctdb
-setup_ctdb_natgw <<EOF
-192.168.1.21 master
-192.168.1.22
-192.168.1.23
-192.168.1.24
-EOF
-
-rm -f "$CTDB_NATGW_NODES"
-
-required_result 1 <<EOF
-error: CTDB_NATGW_NODES=${CTDB_NATGW_NODES} unreadable
-EOF
-
-for i in "startup" "ipreallocated" "monitor" ; do
-    simple_test_event "$i"
-done