Skip to content

Commit

Permalink
Added embedded_ansible_machine_credential factory
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalis committed Feb 27, 2018
1 parent 8aa626b commit 8e4ec53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/factories/authentication.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
:parent => :automation_manager_authentication,
:class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::MachineCredential"

factory :embedded_ansible_vault_credential,
:parent => :automation_manager_authentication,
:class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::VaultCredential"

factory :embedded_ansible_scm_credential,
:parent => :automation_manager_authentication,
:class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::ScmCredential"
Expand Down

0 comments on commit 8e4ec53

Please sign in to comment.