Skip to content

Commit

Permalink
tests/integ/network: make the tests independend of default netvm
Browse files Browse the repository at this point in the history
Network tests create own temporary netvm. Make it disconnected from the
real netvm, to not interefere in tests.
  • Loading branch information
marmarek committed Oct 14, 2018
1 parent 1514025 commit 3f5618d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubes/tests/integ/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def setUp(self):
label='red')
self.loop.run_until_complete(self.testnetvm.create_on_disk())
self.testnetvm.provides_network = True
self.testnetvm.netvm = None
self.testvm1 = self.app.add_new_vm(qubes.vm.appvm.AppVM,
name=self.make_vm_name('vm1'),
label='red')
Expand Down

0 comments on commit 3f5618d

Please sign in to comment.