diff --git a/spec/factories/authentication.rb b/spec/factories/authentication.rb index bbd31a2d288..cc47407b1f5 100644 --- a/spec/factories/authentication.rb +++ b/spec/factories/authentication.rb @@ -114,6 +114,14 @@ :parent => :automation_manager_authentication, :class => "ManageIQ::Providers::AnsibleTower::AutomationManager::ScmCredential" + factory :embedded_ansible_amazon_credential, + :parent => :automation_manager_authentication, + :class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::AmazonCredential" + + factory :embedded_ansible_machine_credential, + :parent => :automation_manager_authentication, + :class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::MachineCredential" + factory :embedded_ansible_scm_credential, :parent => :automation_manager_authentication, :class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::ScmCredential"