Skip to content

Commit

Permalink
tests/salt: make sure to use correct dispvm for test
Browse files Browse the repository at this point in the history
default_dispvm is default management_dispvm, but the test system can
have non-default set, so set both properties.

(cherry picked from commit bef1cbe)
  • Loading branch information
marmarek committed Nov 15, 2022
1 parent c145588 commit 152a94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubes/tests/integ/salt.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def setUp(self):
template_for_dispvms=True, name=dispvm_tpl_name)
self.loop.run_until_complete(dispvm_tpl.create_on_disk())
self.app.default_dispvm = dispvm_tpl
self.app.management_dispvm = dispvm_tpl

def tearDown(self):
self.app.default_dispvm = None
Expand Down

0 comments on commit 152a94a

Please sign in to comment.