#!/bin/sh . "${TEST_SCRIPTS_DIR}/unit.sh" define_test "Missing interface, CTDB_PARTIALLY_ONLINE_INTERFACES=yes, warn" setup CTDB_PARTIALLY_ONLINE_INTERFACES=yes iface=$(ctdb_get_1_interface) ip link delete "$iface" ok <