blob: 3f20fdc6b8e6501f3f503e540111918d081c3ec5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "all interfaces up, 1 is a bond"
setup
iface=$(ctdb_get_1_interface)
setup_bond $iface
ok_null
simple_test
|