Skip to content

Commit

Permalink
Add factory :ansible_tower_workflow_job.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed Jun 28, 2018
1 parent 92b5029 commit 4d91b4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/factories/orchestration_stack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@

factory :ansible_tower_job, :class => "ManageIQ::Providers::AnsibleTower::AutomationManager::Job"

factory :ansible_tower_workflow_job, :class => "ManageIQ::Providers::AnsibleTower::AutomationManager::WorkflowJob"

factory :embedded_ansible_job, :class => "ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Job"

factory :orchestration_stack_vmware_cloud, :parent => :orchestration_stack, :class => "ManageIQ::Providers::Vmware::CloudManager::OrchestrationStack"
Expand Down

0 comments on commit 4d91b4b

Please sign in to comment.