提交 5a173424 编写于 作者: X Xu Han

Merge 'qemu.lib' into 'provider'

The following error would occur during runing the test 'cdrom_test'

    ValueError: Missing test entry point

that because the VT framework wrongly loaded the test module from
'qemu.lib' instead of 'qemu.tests'.

To avoid the this and the potential issue, we can merge 'qemu.lib'
into 'provider' as the two directories are used in the same way.
Signed-off-by: NXu Han <xuhan@redhat.com>
上级 76364bb4
......@@ -2,7 +2,7 @@ import logging
import time
from virttest import error_context
from qemu.lib.cdrom import QMPEventCheckCDEject, QMPEventCheckCDChange
from provider.cdrom import QMPEventCheckCDEject, QMPEventCheckCDChange
@error_context.context_aware
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册