diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-04-15 12:56:06 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-04-15 11:58:37 +0000 |
commit | d4a60abdc134752b17ff3adb3194164011d420fa (patch) | |
tree | 036b5ac3ac0d314caec129d327bc42bb14fd61c8 /ansible/test/play-infrastructure/molecule/default | |
parent | b19532d7b87b700851be3fa92a52731374d31413 (diff) |
[MOLECULE] Enable idempotency test in play-infrastructure
All roles that play-infrastructure encompasses have been fixed
for idempotency.
Change-Id: I6dd6655a6a79ed667699287d089cd9829ca2eed9
Issue-ID: OOM-2722
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/test/play-infrastructure/molecule/default')
-rw-r--r-- | ansible/test/play-infrastructure/molecule/default/molecule.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ansible/test/play-infrastructure/molecule/default/molecule.yml b/ansible/test/play-infrastructure/molecule/default/molecule.yml index b30776e5..6aea7a37 100644 --- a/ansible/test/play-infrastructure/molecule/default/molecule.yml +++ b/ansible/test/play-infrastructure/molecule/default/molecule.yml @@ -46,24 +46,5 @@ provisioner: inventory: links: group_vars: ../../../../group_vars -scenario: - test_sequence: - - lint - - cleanup - - destroy - - dependency - - syntax - - create - - prepare - - converge - # - idempotence - # --> Action: 'idempotence' - # ERROR: Idempotence test failed because of the following tasks: - # * [infrastructure-server -> 10.0.2.15] => certificates : Generate an OpenSSL CSR. - # * [infrastructure-server -> 10.0.2.15] => certificates : Generate root CA certificate - - side_effect - - verify - - cleanup - - destroy verifier: name: testinfra |