tests: fix block devices tests when running on real system

This commit is contained in:
Marek Marczykowski-Górecki 2017-07-12 10:42:05 +02:00
parent 7aa8d74ad4
commit d7b968d867
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -110,6 +110,8 @@ class TestApp(object):
self.env = jinja2.Environment(
loader=jinja2.FileSystemLoader([
'templates',
'/etc/qubes/templates',
'/usr/share/qubes/templates',
]),
undefined=jinja2.StrictUndefined)
self.domains = {}