提交 4a10f6aa 编写于 作者: L Lucas Meneghel Rodrigues 提交者: Lucas Meneghel Rodrigues

Merge pull request #126 from lmr/fix-vm-plugin

Fix vm plugin
......@@ -10,6 +10,7 @@ virtualenv:
system_site_packages: true
before_script:
- sudo apt-get update
- sudo apt-get -y --force-yes install python-libvirt build-essential
install:
......
......@@ -204,6 +204,7 @@ class OutputManager(object):
:param logfile: Path to file that will receive logging.
:param loglevel: Level of the logger. Example: :mod:`logging.DEBUG`.
"""
self.debuglog = logfile
self.file_handler = logging.FileHandler(filename=logfile)
self.file_handler.setLevel(loglevel)
......
......@@ -44,6 +44,7 @@ class Test(object):
self.traceback = note
self.text_output = note
self.fail_reason = note
self.whiteboard = ''
class VMTestRunner(TestRunner):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册