From 3e0d6de04fb148e3409bf37615aa8ded631ed2f2 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 12 Jun 2019 12:49:25 +0200 Subject: Add verification tests for 'chrony' role Testinfra tests are added for Molecule verifier. Change-Id: Id044cdc5535af97ce3ac48da034a9a6a1ca8cbd3 Issue-ID: OOM-1810 Signed-off-by: Bartek Grzybowski --- ansible/roles/chrony/molecule/ubuntu/molecule.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ansible/roles/chrony/molecule/ubuntu/molecule.yml') diff --git a/ansible/roles/chrony/molecule/ubuntu/molecule.yml b/ansible/roles/chrony/molecule/ubuntu/molecule.yml index dd2b9655..e7ede8c7 100644 --- a/ansible/roles/chrony/molecule/ubuntu/molecule.yml +++ b/ansible/roles/chrony/molecule/ubuntu/molecule.yml @@ -37,3 +37,6 @@ verifier: name: testinfra lint: name: flake8 + options: + v: 1 + directory: ../default/tests/ -- cgit 1.2.3-korg