[virt-tools-list] [virt-manager PATCH 1/2] clitest: remove virt-xml test --console target_type=serial"

Chen Hanxiao chenhanxiao at cn.fujitsu.com
Fri Jun 5 03:14:40 UTC 2015


libvirt commit:
8728a78e904de7ddfa32b7761b40d6339fa15030
Always add 'console' matching the 'serial' device

We don't need this test since then.

Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 tests/clitest.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/clitest.py b/tests/clitest.py
index 056ec4a..9e7026a 100644
--- a/tests/clitest.py
+++ b/tests/clitest.py
@@ -816,7 +816,6 @@ c.add_compare("--memballoon model=none", "edit-simple-memballoon")
 c.add_compare("--serial pty", "edit-simple-serial")
 c.add_compare("--parallel unix,path=/some/other/log", "edit-simple-parallel")
 c.add_compare("--channel null", "edit-simple-channel")
-c.add_compare("--console target_type=serial", "edit-simple-console")
 c.add_compare("--filesystem /1/2/3,/4/5/6,mode=mapped", "edit-simple-filesystem")
 c.add_compare("--video cirrus", "edit-simple-video", compare_check=support.SUPPORT_CONN_VIDEO_NEW_RAM_OUTPUT)
 c.add_compare("--sound pcspk", "edit-simple-soundhw")
-- 
2.1.0




More information about the virt-tools-list mailing list