You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
293 B
13 lines
293 B
NAME = 'Xen Test'
|
|
AUTHOR = 'Paul Larson <pl@us.ibm.com>'
|
|
TIME = 'MEDIUM'
|
|
TEST_CLASS = 'Kernel'
|
|
TEST_CATEGORY = 'Functional'
|
|
TEST_TYPE = 'client'
|
|
|
|
DOC = """
|
|
This suite provides a framework for testing the Xen userspace tools.
|
|
"""
|
|
|
|
job.run_test('xmtest', args='-e nobody@nowhere.org -d xmtest')
|