#!/bin/sh . "${TEST_SCRIPTS_DIR}/unit.sh" define_test "Release 1 IP, all 10 connections kills fail" setup ctdb_get_1_public_address | while read dev ip bits ; do ok_null simple_test_event "takeip" $dev $ip $bits setup_tcp_connections 0 count=10 setup_tcp_connections_unkillable $count \ "$ip" 445 10.254.254.0 43210 ok <