mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
dfe8de9e4a
For "master", if there is a master then print the PNN, otherwise print nothing. For "list", print the PNN and IP addresses without a colon in between. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> |
||
---|---|---|
.. | ||
scripts | ||
stubs | ||
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.getcapabilities.004.sh | ||
stubby.listnodes.001.sh | ||
stubby.listnodes.002.sh | ||
stubby.lvs.001.sh | ||
stubby.lvs.002.sh | ||
stubby.lvs.003.sh | ||
stubby.lvs.004.sh | ||
stubby.lvs.005.sh | ||
stubby.lvs.006.sh | ||
stubby.lvs.007.sh | ||
stubby.lvs.008.sh | ||
stubby.natgwlist.001.sh | ||
stubby.natgwlist.002.sh | ||
stubby.natgwlist.003.sh | ||
stubby.natgwlist.004.sh | ||
stubby.natgwlist.005.sh | ||
stubby.natgwlist.006.sh | ||
stubby.natgwlist.007.sh | ||
stubby.natgwlist.008.sh | ||
stubby.nodestatus.001.sh | ||
stubby.nodestatus.002.sh | ||
stubby.recover.001.sh | ||
stubby.reloadips.001.sh | ||
stubby.reloadips.002.sh | ||
stubby.reloadips.003.sh | ||
stubby.reloadnodes.001.sh | ||
stubby.reloadnodes.002.sh | ||
stubby.reloadnodes.003.sh | ||
stubby.reloadnodes.011.sh | ||
stubby.reloadnodes.012.sh | ||
stubby.reloadnodes.013.sh | ||
stubby.reloadnodes.014.sh | ||
stubby.reloadnodes.015.sh | ||
stubby.reloadnodes.016.sh | ||
stubby.reloadnodes.017.sh | ||
stubby.reloadnodes.018.sh | ||
stubby.reloadnodes.019.sh | ||
stubby.reloadnodes.020.sh | ||
stubby.reloadnodes.021.sh | ||
stubby.reloadnodes.022.sh | ||
stubby.reloadnodes.023.sh | ||
stubby.reloadnodes.024.sh | ||
stubby.status.001.sh | ||
stubby.status.002.sh | ||
stubby.xpnn.001.sh | ||
stubby.xpnn.002.sh | ||
stubby.xpnn.003.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_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.