--- /dev/null
+kernel:
+ branch: master
+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},
+ 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}]
\ No newline at end of file