diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-12-14 14:54:26 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-12-15 09:27:12 +0000 |
commit | ee6e8b633b149282aaf21e386800d3627a72d5f8 (patch) | |
tree | 8c891c0199578bff3000b0bd0b8833430f6f6f37 /ansible | |
parent | 4401de0520d291a851d9d78ee867b26cbfcfed84 (diff) |
[MOLECULE] Define verifier tests directory directly in molecule.yml
Change-Id: Ic04764848c40a205d60abb01fdffa7e76065c237
Issue-ID: OOM-2238
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/roles/application/molecule/custom_role/molecule.yml | 1 | ||||
l--------- | ansible/roles/application/molecule/custom_role/tests | 1 |
2 files changed, 1 insertions, 1 deletions
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 |