Skip to content

Commit

Permalink
Merge pull request #4602 from xlab-si/fix-physical-storage-textual-su…
Browse files Browse the repository at this point in the history
…mmary

Remove server from physical storage summary test
  • Loading branch information
himdel committed Sep 5, 2018
2 parents f53b68f + 0b2490f commit 5caa591
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions spec/helpers/physical_storage_helper/textual_summary_spec.rb
Expand Up @@ -24,24 +24,6 @@
:description => 'S2200 used to test dh-storage-irm')
end

let(:network) do
FactoryGirl.build(:network, :ipaddress => '10.243.5.64')
end

let(:guest_device) do
FactoryGirl.build(:guest_device,
:device_type => 'management',
:network => network)
end

let(:hardware) do
FactoryGirl.build(:hardware, :guest_devices => [guest_device])
end

let(:computer_system) do
FactoryGirl.build(:computer_system, :hardware => hardware)
end

let(:physical_rack) do
FactoryGirl.create(:physical_rack, :name => 'Rack XYZ')
end
Expand All @@ -58,7 +40,6 @@
:enclosures => 1,
:canister_slots => 2,
:asset_detail => asset_detail,
:computer_system => computer_system,
:physical_rack => physical_rack)
end

Expand Down

0 comments on commit 5caa591

Please sign in to comment.