cookbooks/aws-parallelcluster-slurm/spec/unit/recipes/update_head_node_spec.rb [44:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          end

          it 'checks cluster readiness' do
            expected_command = "#{cookbook_venv_path}/bin/python #{scripts_dir}/head_node_checks/check_cluster_ready.py" \
              " --cluster-name #{cluster_name}" \
              " --table-name parallelcluster-#{cluster_name}" \
              " --config-version #{cluster_config_version}" \
              " --region #{region}"
            is_expected.to run_execute("Check cluster readiness").with(
              command: expected_command,
              timeout: 30,
              retries: 10,
              retry_delay: 90
            )
          end
        end
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



