From 21ff06489b4ef2ec5890ae974e2d2eb216b9f80f Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 15 Apr 2021 12:56:06 +0200 Subject: [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 --- .../play-infrastructure/molecule/default/molecule.yml | 19 ------------------- 1 file changed, 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 -- cgit 1.2.3-korg