tests: load qubes.tests.tools.qvm_ls

The test module was implemented, but not loaded
This commit is contained in:
Marek Marczykowski-Górecki 2016-09-03 02:22:57 +02:00
parent fbb086aed5
commit 6aae6863b0
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -975,6 +975,7 @@ def load_tests(loader, tests, pattern): # pylint: disable=unused-argument
'qubes.tests.vm.mix.net',
'qubes.tests.vm.adminvm',
'qubes.tests.app',
'qubes.tests.tools.qvm_ls',
):
tests.addTests(loader.loadTestsFromName(modname))