locking: there is no client.2

This commit is contained in:
Josh Durgin 2011-09-08 11:56:20 -07:00
parent 55d564dd56
commit 6eba495ac9

View File

@ -1,10 +1,10 @@
tasks:
- ceph:
- kclient:
- lockfile: [{client: client.1, lockfile: testfile, holdtime: 5},
{client: client.2, lockfile: testfile, holdtime: 5, maxwait: 11},
{client: client.2, lockfile: testfile, holdtime: 0, maxwait: 0, expectfail: True},
- lockfile: [{client: client.0, lockfile: testfile, holdtime: 5},
{client: client.1, lockfile: testfile, holdtime: 5, maxwait: 11},
{client: client.1, lockfile: testfile, holdtime: 0, maxwait: 0, expectfail: True},
10,
{client: client.1, lockfile: testfile, holdtime: 5},
{client: client.2, lockfile: testfile, holdtime: 5, maxwait: 1, expectfail: True},
{client: client.2, lockfile: testfile, holdtime: 5, maxwait: 11}]
{client: client.0, lockfile: testfile, holdtime: 5},
{client: client.1, lockfile: testfile, holdtime: 5, maxwait: 1, expectfail: True},
{client: client.1, lockfile: testfile, holdtime: 5, maxwait: 11}]