Skip to content

Commit

Permalink
Update VCRs for network graph refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
mansam committed Jun 6, 2017
1 parent d7d8e34 commit ce4f5f7
Show file tree
Hide file tree
Showing 10 changed files with 892,601 additions and 130,043 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
describe ManageIQ::Providers::Openstack::InfraManager::Refresher do
before(:each) do
_guid, _server, zone = EvmSpecHelper.create_guid_miq_server_zone
@ems = FactoryGirl.create(:ems_openstack_infra, :zone => zone, :hostname => "192.168.24.1",
:ipaddress => "192.168.24.1", :port => 5000, :api_version => 'v2',
@ems = FactoryGirl.create(:ems_openstack_infra, :zone => zone, :hostname => "127.0.0.1",
:ipaddress => "127.0.0.1", :port => 5002, :api_version => 'v2',
:security_protocol => 'no-ssl')
@ems.update_authentication(
:default => {:userid => "admin", :password => "b83387e3b93a015a57f23a9262e799db5d0a22f6"})
Expand Down Expand Up @@ -165,9 +165,9 @@ def assert_specific_host
#:manufacturer => "Red Hat",
#:model => "KVM",
#:bios => "seabios-1.7.5-11.el7",
:memory_mb => 8192,
:memory_mb => 6144,
:memory_console => nil,
:disk_capacity => 49,
:disk_capacity => 40,
:cpu_sockets => 1,
:cpu_total_cores => 1,
:cpu_cores_per_socket => 1,
Expand Down

Large diffs are not rendered by default.

3,135 changes: 1,585 additions & 1,550 deletions spec/vcr_cassettes/manageiq/providers/openstack/cloud_manager/refresher_rhos_juno.yml

Large diffs are not rendered by default.

Loading

0 comments on commit ce4f5f7

Please sign in to comment.