From: Cleber Rosa Date: Fri, 24 Sep 2021 18:54:58 +0000 (-0400) Subject: acceptance/tests/vnc.py: use explicit syntax for enabling passwords X-Git-Tag: v6.2.0-rc0~84^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f981d879264de4e5b5c5fccefee154ebee86119;p=thirdparty%2Fqemu.git acceptance/tests/vnc.py: use explicit syntax for enabling passwords This matches the command line on 82a17d1d67, where the "on" or "off" should be explicitly given. Signed-off-by: Cleber Rosa Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20210924185506.2542588-9-crosa@redhat.com> --- diff --git a/tests/acceptance/vnc.py b/tests/acceptance/vnc.py index 22656bbcc2b..f301fbb4f56 100644 --- a/tests/acceptance/vnc.py +++ b/tests/acceptance/vnc.py @@ -45,7 +45,7 @@ class Vnc(Test): 'Could not set password') def test_change_password(self): - self.vm.add_args('-nodefaults', '-S', '-vnc', ':0,password') + self.vm.add_args('-nodefaults', '-S', '-vnc', ':0,password=on') self.vm.launch() self.assertTrue(self.vm.qmp('query-vnc')['return']['enabled']) set_password_response = self.vm.qmp('change-vnc-password',