未验证 提交 cc90659b 编写于 作者: C Cleber Rosa

examples/tests/abort.py: remove default_params

Commit 72f9bb10 removed default_params, but it was not reflected on
examples/tests/abort.py example tests.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 c4320e3f
......@@ -14,7 +14,7 @@ class AbortTest(Test):
:avocado: tags=failure_expected
"""
default_params = {'timeout': 2.0}
timeout = 2.0
def test(self):
os.abort()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册