From 80d6e50e714e15746f34c869d0075d3de618a0aa Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 14 Dec 2021 14:54:26 +0100 Subject: [MOLECULE] Define verifier tests directory directly in molecule.yml Change-Id: Ic04764848c40a205d60abb01fdffa7e76065c237 Issue-ID: OOM-2238 Signed-off-by: Bartek Grzybowski --- ansible/roles/application/molecule/custom_role/molecule.yml | 1 + ansible/roles/application/molecule/custom_role/tests | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 ansible/roles/application/molecule/custom_role/tests (limited to 'ansible') 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 -- cgit 1.2.3-korg