mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tests/functional/test_vnc: Remove the test_no_vnc test
This test matches exactly the first three lines of the following test_no_vnc_change_password test, so there is exactly zero additional test coverage in here. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20241218131439.255841-3-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
56d3a14829
commit
93a9fdc550
1 changed files with 0 additions and 5 deletions
|
@ -54,11 +54,6 @@ def find_free_ports(count: int) -> List[int]:
|
|||
|
||||
class Vnc(QemuSystemTest):
|
||||
|
||||
def test_no_vnc(self):
|
||||
self.vm.add_args('-nodefaults', '-S')
|
||||
self.vm.launch()
|
||||
self.assertFalse(self.vm.qmp('query-vnc')['return']['enabled'])
|
||||
|
||||
def test_no_vnc_change_password(self):
|
||||
self.vm.add_args('-nodefaults', '-S')
|
||||
self.vm.launch()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue