]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Don't specify kernel in any tasks.
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 31 Aug 2011 23:34:45 +0000 (16:34 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Wed, 31 Aug 2011 23:35:01 +0000 (16:35 -0700)
This can be added to every task at once when the suite is run.

collections/multiclient/tasks/locking.yaml

index b691bb0d7f71fa73fab2b6107798a6c8158df81e..77eb7192a6d3e98304e4e09f8b20828cda2e19f3 100644 (file)
@@ -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}]