summaryrefslogtreecommitdiffstats
path: root/dlm/dlm_kill/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* dlm_kill: updatesDavid Teigland2010-11-041-1/+1
| | | | | | better emulate target application Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: add dlm_lock_alt testDavid Teigland2010-10-291-3/+9
| | | | | | | | dlm_lock_alt is like dlm_lock_loop, but it enforces a back-and-forth pattern (using a separate dlm lock), ensuring that each node gets the EX in turn after a kill. Signed-off-by: David Teigland <teigland@redhat.com>
* dlm_kill: new testDavid Teigland2010-10-271-0/+26
(dlm_lockspace keeps lockspace around during loop test) node1: dlm_lockspace node2: dlm_lockspace (multiple instances of loop test can be run per node) node1: dlm_lock_loop node2: dlm_lock_loop Signed-off-by: David Teigland <teigland@redhat.com>