mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
0ca1cfcf61
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
18 lines
319 B
Bash
Executable File
18 lines
319 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "1 IP configured, ipreallocated"
|
|
|
|
setup
|
|
|
|
# create config for 1 IP
|
|
create_policy_routing_config 1 default
|
|
|
|
# no takeip, but ipreallocated should add any missing routes
|
|
ok_null
|
|
simple_test_event "ipreallocated"
|
|
|
|
# should have routes for 1 IP
|
|
check_routes 1 default
|