mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
0d60ecf032
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
32 lines
455 B
Bash
Executable File
32 lines
455 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "managed, down - 5 times"
|
|
|
|
setup_httpd "down"
|
|
export CTDB_MANAGES_HTTPD="yes"
|
|
|
|
ok_null
|
|
simple_test
|
|
|
|
ok <<EOF
|
|
HTTPD is not running. Trying to restart HTTPD.
|
|
service: can't stop httpd - not running
|
|
Starting httpd: OK
|
|
EOF
|
|
simple_test
|
|
|
|
ok_null
|
|
simple_test
|
|
|
|
ok_null
|
|
simple_test
|
|
|
|
required_result 1 <<EOF
|
|
HTTPD is not running. Trying to restart HTTPD.
|
|
Stopping httpd: OK
|
|
Starting httpd: OK
|
|
EOF
|
|
simple_test
|