From 8c67d5ad208d92413a6c9c5515066131b507452a Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Wed, 31 Aug 2011 16:34:45 -0700 Subject: [PATCH] Don't specify kernel in any tasks. This can be added to every task at once when the suite is run. --- collections/multiclient/tasks/locking.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/collections/multiclient/tasks/locking.yaml b/collections/multiclient/tasks/locking.yaml index b691bb0d7f71f..77eb7192a6d3e 100644 --- a/collections/multiclient/tasks/locking.yaml +++ b/collections/multiclient/tasks/locking.yaml @@ -1,5 +1,3 @@ -kernel: - branch: master tasks: - ceph: - kclient: @@ -9,4 +7,4 @@ tasks: 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 + {client: client.2, lockfile: testfile, holdtime: 5, maxwait: 11}] -- 2.39.5