mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
16 lines
300 B
Bash
Executable File
16 lines
300 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "1 IP configured, reconfigure"
|
|
|
|
setup
|
|
|
|
create_policy_routing_config 1 default
|
|
|
|
# no takeip, but reconfigure should add any missing routes
|
|
ok "Reconfiguring service \"${service_name}\"..."
|
|
simple_test_event "reconfigure"
|
|
|
|
check_routes 1 default
|