mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
d8232476ed
Do initial test setup using setup() function. Rename usage setting functions to make them more obvious. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
14 lines
208 B
Bash
Executable File
14 lines
208 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "Memory check, good situation, all memory checks enabled"
|
|
|
|
setup
|
|
|
|
CTDB_MONITOR_MEMORY_USAGE="80:90"
|
|
CTDB_MONITOR_SWAP_USAGE="1:50"
|
|
|
|
ok_null
|
|
simple_test
|