Skip to content

Commit 93a9fdc

Browse files
committed
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é <[email protected]> Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 56d3a14 commit 93a9fdc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/functional/test_vnc.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ def find_free_ports(count: int) -> List[int]:
5454

5555
class Vnc(QemuSystemTest):
5656

57-
def test_no_vnc(self):
58-
self.vm.add_args('-nodefaults', '-S')
59-
self.vm.launch()
60-
self.assertFalse(self.vm.qmp('query-vnc')['return']['enabled'])
61-
6257
def test_no_vnc_change_password(self):
6358
self.vm.add_args('-nodefaults', '-S')
6459
self.vm.launch()

0 commit comments

Comments
 (0)