Skip to content

Commit

Permalink
Merge pull request #22612 from DavidResende0/add-workflow-credential-…
Browse files Browse the repository at this point in the history
…factories

Added Workflow Credentials to ./spec/factories/authentication.rb

(cherry picked from commit c37f643)
  • Loading branch information
agrare authored and Fryguy committed Jul 25, 2023
1 parent ce618bc commit f969370
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/factories/authentication.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,18 @@
:parent => :embedded_ansible_credential,
:class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::NetworkCredential"

factory :embedded_workflows_credential,
:parent => :embedded_automation_manager_authentication,
:class => "ManageIQ::Providers::Workflows::AutomationManager::Credential"

factory :embedded_workflows_scm_credential,
:parent => :embedded_workflows_credential,
:class => "ManageIQ::Providers::Workflows::AutomationManager::ScmCredential"

factory :embedded_workflows_workflow_credential,
:parent => :embedded_workflows_credential,
:class => "ManageIQ::Providers::Workflows::AutomationManager::WorkflowCredential"

factory :auth_key_pair_cloud, :class => "ManageIQ::Providers::CloudManager::AuthKeyPair"
factory :auth_key_pair_amazon, :class => "ManageIQ::Providers::Amazon::CloudManager::AuthKeyPair"
factory :auth_key_pair_openstack, :class => "ManageIQ::Providers::Openstack::CloudManager::AuthKeyPair"
Expand Down

0 comments on commit f969370

Please sign in to comment.