forked from autotest/autotest-client-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds control file vars to a variety of control files in client/tests.
Risk: Low Visibility: Adds control file vars to client/tests files. Signed-off-by: John Admanski <[email protected]>
- Loading branch information
Showing
11 changed files
with
115 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
AUTHOR = "Ying Tao <[email protected]>" | ||
TIME = "MEDIUM" | ||
NAME = "IOzone" | ||
TEST_TYPE = "client" | ||
TEST_CLASS = "Kernel" | ||
TEST_CATEGORY = "Benchmark" | ||
|
||
DOC = """ | ||
Runs the standard IOzone filesystem benchmark. For more information see | ||
http://www.iozone.org | ||
""" | ||
|
||
job.run_test('iozone') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
AUTHOR = "Michal Piotrowski <[email protected]>" | ||
TIME = "MEDIUM" | ||
NAME = "ISIC" | ||
TEST_TYPE = "client" | ||
TEST_CLASS = "Kernel" | ||
TEST_CATEGORY = "Functional" | ||
|
||
DOC = """ | ||
Runs the ISIC (IP Stack Integrity Checker) test. For more information see | ||
http://www.packetfactory.net/Projects/ISIC/ | ||
""" | ||
|
||
job.run_test('isic') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
AUTHOR = "[email protected] (Martin Bligh)" | ||
NAME = "Kernbench" | ||
TIME = "SHORT" | ||
TEST_CLASS = "Kernel" | ||
TEST_CATEGORY = "Functional" | ||
TEST_CATEGORY = "Benchmark" | ||
TEST_TYPE = "client" | ||
|
||
DOC = """ | ||
A standard CPU benchmark. Runs a kernel compile and measures the performance. | ||
""" | ||
|
||
job.run_test('kernbench') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
AUTHOR = "[email protected] (Martin Bligh)" | ||
NAME = "Kernbench readprofile" | ||
TIME = "Medium" | ||
TEST_CLASS = "Kernel" | ||
TEST_CATEGORY = "Functional" | ||
TEST_CATEGORY = "Benchmark" | ||
TEST_TYPE = "client" | ||
|
||
DOC = """ | ||
Run kernbench using the readprofile profiler. | ||
""" | ||
|
||
job.profilers.add('readprofile') | ||
job.run_test('kernbench', 0, 5) | ||
job.profilers.delete('readprofile') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
job.run_test('kernelbuild', '/usr/local/src/linux-2.6.14.tar.bz2', ['/usr/local/src/patch-2.6.14-git6.bz2'], 'http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/config.up', tag='2.6.14-git6') | ||
job.run_test('kernelbuild', '/usr/local/src/linux-2.6.18.tar.bz2', ['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'], 'http://mbligh.org/config/opteron2', tag='2.6.19-rc6-git2') | ||
job.run_test('kernelbuild', '/usr/local/src/linux-2.6.18.tar.bz2', [], 'http://mbligh.org/config/opteron2', tag='2.6.18') | ||
AUTHOR = '[email protected] (Martin Bligh)' | ||
TIME = 'SHORT' | ||
NAME = 'Kernel Build' | ||
TEST_TYPE = 'client' | ||
TEST_CLASS = 'Kernel' | ||
TEST_CATEGORY = 'Functional' | ||
|
||
DOC = ''' | ||
Builds several Linux kernels from source. Unlike kernbench, this test does | ||
not attempt to measure the compilation. | ||
''' | ||
|
||
job.run_test('kernelbuild', '/usr/local/src/linux-2.6.14.tar.bz2', | ||
['/usr/local/src/patch-2.6.14-git6.bz2'], | ||
'http://ftp.kernel.org/pub/linux/kernel/people/mbligh/config/config.up', | ||
tag='2.6.14-git6') | ||
job.run_test('kernelbuild', '/usr/local/src/linux-2.6.18.tar.bz2', | ||
['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'], | ||
'http://mbligh.org/config/opteron2', tag='2.6.19-rc6-git2') | ||
job.run_test('kernelbuild', '/usr/local/src/linux-2.6.18.tar.bz2', [], | ||
'http://mbligh.org/config/opteron2', tag='2.6.18') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
AUTHOR = '[email protected] (Ryan Harper)' | ||
TIME = 'SHORT' | ||
NAME = 'KVM Test' | ||
TEST_TYPE = 'client' | ||
TEST_CLASS = 'Kernel' | ||
TEST_CATEGORY = 'Functional' | ||
|
||
DOC = ''' | ||
kvm-test is a package for automating guest installation. For more information | ||
see http://kvm.qumranet.com/kvmwiki/KVMTest | ||
''' | ||
|
||
job.run_test('kvmtest') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
AUTHOR = '[email protected] (Ryan Harper)' | ||
TIME = 'SHORT' | ||
NAME = 'KVM Test with custom testdir' | ||
TEST_TYPE = 'client' | ||
TEST_CLASS = 'Kernel' | ||
TEST_CATEGORY = 'Functional' | ||
|
||
DOC = ''' | ||
Run kvm-test, but using a custom kvm-test test dir (/opt/kvmtest_tests). | ||
''' | ||
|
||
# CHANGEME - point to your kvm-test test dirs | ||
TESTDIR="/opt/kvmtest_tests/" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
AUTHOR = '[email protected] (Ryan Harper)' | ||
TIME = 'SHORT' | ||
NAME = 'KVM Test with KVM module build' | ||
TEST_TYPE = 'client' | ||
TEST_CLASS = 'Kernel' | ||
TEST_CATEGORY = 'Functional' | ||
|
||
DOC = ''' | ||
Run kvm-test after first downloading, building and installing the KVM module. | ||
''' | ||
|
||
# CHANGEME - point to kvm release tarball | ||
# | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
AUTHOR = '[email protected] (Ashwin Ganti)' | ||
TIME = 'MEDIUM' | ||
NAME = 'libhugetlbfs test' | ||
TEST_TYPE = 'client' | ||
TEST_CLASS = 'Kernel' | ||
TEST_CATEGORY = 'Functional' | ||
|
||
DOC = ''' | ||
Tests basic huge pages functionality when using libhugetlbfs. For more info | ||
about libhugetlbfs see http://libhugetlbfs.ozlabs.org/ | ||
''' | ||
|
||
job.run_test('libhugetlbfs', '/mnt') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
AUTHOR = '[email protected] (Martin Bligh)' | ||
TIME = 'MEDIUM' | ||
NAME = 'Linus Stress' | ||
TEST_TYPE = 'client' | ||
TEST_CLASS = 'Kernel' | ||
TEST_CATEGORY = 'Stress' | ||
|
||
DOC = ''' | ||
Runs the standard linus_stress test. | ||
''' | ||
|
||
job.run_test('linus_stress') |