1AUTHOR = 'mbligh@google.com (Martin Bligh)' 2TIME = 'SHORT' 3NAME = 'Kernel Build' 4TEST_TYPE = 'client' 5TEST_CLASS = 'Kernel' 6TEST_CATEGORY = 'Functional' 7 8DOC = ''' 9Builds several Linux kernels from source. Unlike kernbench, this test does 10not attempt to measure the compilation. 11''' 12 13job.run_test('kernelbuild', 14 base_tree='/usr/local/src/linux-2.6.14.tar.bz2', 15 patches=['/usr/local/src/patch-2.6.14-git6.bz2'], 16 config='http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/config.up', 17 tag='2.6.14-git6') 18 19job.run_test('kernelbuild', 20 base_tree='/usr/local/src/linux-2.6.18.tar.bz2', 21 patches=['http://ftp.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2', 'http://ftp.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.19-rc6-git2.bz2'], 22 config='http://mbligh.org/config/opteron2', 23 tag='2.6.19-rc6-git2') 24 25job.run_test('kernelbuild', 26 base_tree='/usr/local/src/linux-2.6.18.tar.bz2', 27 patches=[], 28 config='http://mbligh.org/config/opteron2', 29 tag='2.6.18') 30