From: Bartek Grzybowski Date: Tue, 14 Dec 2021 13:54:26 +0000 (+0100) Subject: [MOLECULE] Define verifier tests directory directly in molecule.yml X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=80d6e50e714e15746f34c869d0075d3de618a0aa;p=oom%2Foffline-installer.git [MOLECULE] Define verifier tests directory directly in molecule.yml Change-Id: Ic04764848c40a205d60abb01fdffa7e76065c237 Issue-ID: OOM-2238 Signed-off-by: Bartek Grzybowski --- diff --git a/ansible/roles/application/molecule/custom_role/molecule.yml b/ansible/roles/application/molecule/custom_role/molecule.yml index 689e9f69..1a2696b7 100644 --- a/ansible/roles/application/molecule/custom_role/molecule.yml +++ b/ansible/roles/application/molecule/custom_role/molecule.yml @@ -39,3 +39,4 @@ provisioner: cleanup: ../default/cleanup.yml verifier: name: testinfra + directory: ../default/tests/ diff --git a/ansible/roles/application/molecule/custom_role/tests b/ansible/roles/application/molecule/custom_role/tests deleted file mode 120000 index b8ac4407..00000000 --- a/ansible/roles/application/molecule/custom_role/tests +++ /dev/null @@ -1 +0,0 @@ -../default/tests/ \ No newline at end of file