summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/openmanage/roles/idrac_boot/molecule/boot_options_using_boot_option_reference_enabled_true
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/dellemc/openmanage/roles/idrac_boot/molecule/boot_options_using_boot_option_reference_enabled_true')
-rw-r--r--ansible_collections/dellemc/openmanage/roles/idrac_boot/molecule/boot_options_using_boot_option_reference_enabled_true/converge.yml24
1 files changed, 10 insertions, 14 deletions
diff --git a/ansible_collections/dellemc/openmanage/roles/idrac_boot/molecule/boot_options_using_boot_option_reference_enabled_true/converge.yml b/ansible_collections/dellemc/openmanage/roles/idrac_boot/molecule/boot_options_using_boot_option_reference_enabled_true/converge.yml
index 7db461ce1..4aa8e7661 100644
--- a/ansible_collections/dellemc/openmanage/roles/idrac_boot/molecule/boot_options_using_boot_option_reference_enabled_true/converge.yml
+++ b/ansible_collections/dellemc/openmanage/roles/idrac_boot/molecule/boot_options_using_boot_option_reference_enabled_true/converge.yml
@@ -55,6 +55,11 @@
delay: "{{ delay_count }}"
no_log: true
+ - name: Waiting for the iDRAC to be available
+ ansible.builtin.wait_for:
+ timeout: 60
+ tags: molecule-idempotence-notest
+
- name: Pre-requisite - Making sure enabled is false on first boot_option_reference
check_mode: false
ansible.builtin.import_role:
@@ -65,20 +70,6 @@
enabled: false
tags: molecule-idempotence-notest
- - name: Checking for LCStatus after running pre-requisite
- ansible.builtin.uri:
- <<: *uri_input
- url: "{{ lc_uri }}"
- method: POST
- body: {}
- register: lc_status_result
- check_mode: false
- when: idrac_boot_out.changed # noqa: no-handler
- until: lc_status_result.json.LCStatus == "Ready"
- retries: "{{ retry_count }}"
- delay: "{{ delay_count }}"
- no_log: true
-
- name: TC-115424 - Validate boot_options using boot_option_reference and default enabled
ansible.builtin.include_role:
name: "idrac_boot"
@@ -101,6 +92,11 @@
delay: "{{ delay_count }}"
no_log: true
+ - name: Waiting for the iDRAC to be available
+ ansible.builtin.wait_for:
+ timeout: 60
+ tags: molecule-idempotence-notest
+
- name: Asserting TC-115424 in check mode
ansible.builtin.assert:
that: idrac_boot_out.msg == "Changes found to be applied."