mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
1c4443684a
Replacement for ctdb tool will not support multiple debug levels. This test could be modified to use the default debug level but that would make it identical to reloadnodes test #19. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> |
||
---|---|---|
.. | ||
scripts | ||
ctdb.getcapabilities.001.sh | ||
ctdb.getcapabilities.002.sh | ||
ctdb.getcapabilities.003.sh | ||
ctdb.getcapabilities.004.sh | ||
ctdb.listnodes.001.sh | ||
ctdb.listnodes.002.sh | ||
ctdb.lvs.001.sh | ||
ctdb.lvs.002.sh | ||
ctdb.lvs.003.sh | ||
ctdb.lvs.004.sh | ||
ctdb.lvs.005.sh | ||
ctdb.lvs.006.sh | ||
ctdb.lvs.007.sh | ||
ctdb.lvs.008.sh | ||
ctdb.natgw.001.sh | ||
ctdb.natgw.002.sh | ||
ctdb.natgw.003.sh | ||
ctdb.natgw.004.sh | ||
ctdb.natgw.005.sh | ||
ctdb.natgw.006.sh | ||
ctdb.natgw.007.sh | ||
ctdb.natgw.008.sh | ||
ctdb.nodestatus.001.sh | ||
ctdb.nodestatus.002.sh | ||
ctdb.recover.001.sh | ||
ctdb.reloadnodes.001.sh | ||
ctdb.reloadnodes.002.sh | ||
ctdb.reloadnodes.003.sh | ||
ctdb.reloadnodes.011.sh | ||
ctdb.reloadnodes.012.sh | ||
ctdb.reloadnodes.013.sh | ||
ctdb.reloadnodes.014.sh | ||
ctdb.reloadnodes.015.sh | ||
ctdb.reloadnodes.016.sh | ||
ctdb.reloadnodes.017.sh | ||
ctdb.reloadnodes.018.sh | ||
ctdb.reloadnodes.019.sh | ||
ctdb.reloadnodes.020.sh | ||
ctdb.reloadnodes.021.sh | ||
ctdb.reloadnodes.023.sh | ||
ctdb.reloadnodes.024.sh | ||
ctdb.status.001.sh | ||
ctdb.status.002.sh | ||
README |
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_functest test program. This test program uses test stubs for CTDB client 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 CTDB client functions. To add tests here you may need to add appropriate test stubs.