mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
28345d83c0
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 6bd4feff7039138d435428eeded51975c44e567c) |
||
---|---|---|
.. | ||
scripts | ||
testcases | ||
func.parse_nodestring.001.sh | ||
func.parse_nodestring.002.sh | ||
func.parse_nodestring.003.sh | ||
README | ||
stubby.getcapabilities.001.sh | ||
stubby.getcapabilities.002.sh | ||
stubby.getcapabilities.003.sh | ||
stubby.lvs.001.sh | ||
stubby.lvsmaster.001.sh | ||
stubby.lvsmaster.002.sh | ||
stubby.natgwlist.001.sh | ||
stubby.natgwlist.002.sh | ||
stubby.natgwlist.003.sh | ||
stubby.natgwlist.004.sh | ||
stubby.natgwlist.005.sh | ||
stubby.nodestatus.001.sh | ||
stubby.nodestatus.002.sh | ||
stubby.nodestatus.003.sh | ||
stubby.nodestatus.004.sh | ||
stubby.nodestatus.005.sh | ||
stubby.status.001.sh | ||
stubby.status.002.sh |
Unit tests for the ctdb tool (i.e. tools/ctdb). Test case filenames can take 2 forms: * func.<some_function>.NNN.sh Run <some_function> in the ctdb tool code using the ctdb_tool_libctdb test program. This test program uses test stubs for libctdb functions. * stubby.<command>.NNN.sh Run the ctdb_tool_stubby test program with <command> as the 1st argument - subsequent are passed to simple_test(). ctdb_tool_stubby is linked against the test stubs for libctdb functions. To add tests here you may need to change commands/functions in the ctdb tool so that they use libctdb. You will also need to add the appropriate test stubs.