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-14 14:54:26 +0100 |
commit | 80d6e50e714e15746f34c869d0075d3de618a0aa (patch) | |
tree | 161a6f4f70aebdce333071a8b1e140633c432106 /ansible | |
parent | a3d76ebe1036cf779c0befbc37d046192a3dbc02 (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 |