mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
16 lines
205 B
Bash
16 lines
205 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||
|
|
||
|
define_test "configured, no nodes in config"
|
||
|
|
||
|
setup_ctdb
|
||
|
setup_ctdb_lvs "10.1.1.201" "eth0" <<EOF
|
||
|
EOF
|
||
|
|
||
|
ok_null
|
||
|
simple_test
|
||
|
|
||
|
check_ipvsadm NULL
|
||
|
check_lvs_ip host
|