mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
8ee51d2f2d
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
15 lines
167 B
Bash
Executable File
15 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "configured"
|
|
|
|
setup "10.1.1.201" "eth0" <<EOF
|
|
EOF
|
|
|
|
ok_null
|
|
simple_test
|
|
|
|
check_ipvsadm NULL
|
|
check_lvs_ip "host"
|