test: Add Debian 9 and 10 to molecule platforms

This commit is contained in:
2020-01-18 13:26:32 +00:00
parent 8f1ed8aa02
commit 72aa06f1ea
10 changed files with 70 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ def test_adguardhome_binary(host):
def test_adguardhome_service(host):
s = host.service('adguardhome')
s = host.service('adguardhome.service')
assert s.is_enabled
assert s.is_running