Skip to content

Commit

Permalink
Merge pull request #115 from gildub/network_router_raw_commands_in_spec
Browse files Browse the repository at this point in the history
[URGENT] Network Router now uses raw methods
(cherry picked from commit 1772fcd)

https://bugzilla.redhat.com/show_bug.cgi?id=1413677
  • Loading branch information
martinpovolny authored and simaishi committed Jan 16, 2017
1 parent 1b2c2f2 commit 2170398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/controllers/network_router_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
let(:queue_options) do
{
:class_name => @router.class.name,
:method_name => 'update_network_router',
:method_name => 'raw_update_network_router',
:instance_id => @router.id,
:priority => MiqQueue::HIGH_PRIORITY,
:role => 'ems_operations',
Expand Down Expand Up @@ -189,7 +189,7 @@
let(:queue_options) do
{
:class_name => @router.class.name,
:method_name => 'delete_network_router',
:method_name => 'raw_delete_network_router',
:instance_id => @router.id,
:priority => MiqQueue::HIGH_PRIORITY,
:role => 'ems_operations',
Expand Down

0 comments on commit 2170398

Please sign in to comment.