mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
8ed075d396
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
22 lines
472 B
Bash
Executable File
22 lines
472 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "1 IP configured, ipreallocated, more routes, reconfigure"
|
|
|
|
setup
|
|
|
|
create_policy_routing_config 1
|
|
|
|
# no takeip, but ipreallocated should add any missing routes
|
|
ok_null
|
|
simple_test_event "ipreallocated"
|
|
|
|
create_policy_routing_config 1 default
|
|
|
|
# reconfigure should update routes even though rules are unchanged
|
|
ok "Reconfiguring service \"${service_name}\"..."
|
|
simple_test_event "reconfigure"
|
|
|
|
check_routes 1 default
|