Skip to content

Commit

Permalink
Adding hypervisor manager in client.rb and removing whitespace from d…
Browse files Browse the repository at this point in the history
…elete spec
  • Loading branch information
soodpr committed Mar 26, 2018
1 parent f44fdab commit abcb99e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/_client.rb.example
Expand Up @@ -54,3 +54,6 @@ puts "Connected to OneView appliance at #{@client.url}\n\n"
# @logical_switch_ssh_password = "dcs"
# @logical_switch_community_string = "public"
# @logical_interconnect_name = 'Encl1-LogicalInterconnectGroup_1'
# @hypervisor_manager_ip = '172.18.13.11'
# @hypervisor_manager_username ='dcs'
# @hypervisor_manager_password ='dcs'
Expand Up @@ -14,7 +14,7 @@

describe '#delete' do
it 'deletes the resource' do
item = described_class.new(current_client, name: HYPERVISOR_MGR_NAME)
item = described_class.new(current_client, name: HYPERVISOR_MGR_NAME)

expect(item.retrieve!).to eq(true)

Expand Down

0 comments on commit abcb99e

Please sign in to comment.