Skip to content

Commit

Permalink
test: Enable multi-host cockpit feature for TestMultiMachineVNC
Browse files Browse the repository at this point in the history
This test does a direct remote host connection via URL change, which is
forbidden by default on newer OSes since [1]. Enable multi-host feature
for this test.

cockpit-project/cockpit@4cb9238994ba
  • Loading branch information
martinpitt committed Aug 13, 2024
1 parent 1652ef7 commit 56136c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/check-machines-multi-host-consoles
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class TestMultiMachineVNC(VirtualMachinesCase):
self.machine2 = self.machines['machine2']

self.setup_ssh_auth()
self.enable_multihost(self.machine1)

def testBasic(self):
b = self.browser
Expand Down

0 comments on commit 56136c3

Please sign in to comment.