提交 6123d69e 编写于 作者: L Lucas Meneghel Rodrigues 提交者: Lucas Meneghel Rodrigues

Merge pull request #118 from lmr/fix-multiplextest

tests/multiplextest: Fix typo
......@@ -23,6 +23,18 @@ class multiplextest(test.Test):
"""
Execute the Linux Build test.
"""
default_params = {'os_type': 'linux',
'gcc_flags': '-O2',
'huge_pages': 'yes',
'numa_balancing': 'yes',
'numa_balancing_migrate_deferred': 'no',
'drive_format': 'virtio_blk',
'nic_model': 'virtio_net',
'enable_msx_vectors': 'yes',
'sync_timeout': 12,
'sync_tries': 3,
'ping_timeout': 10,
'ping_tries': 5}
def setup(self):
self.compile_code()
......@@ -57,7 +69,7 @@ class multiplextest(test.Test):
if self.params.nic_model:
self.log.info('NIC model: %s', self.params.nic_model)
if self.params.enable_msx_vectors == 'yes':
self.log.info('Enabling msx models')
self.log.info('Enabling msx vectors')
def action(self):
self.log.info('Executing synctest...')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册