Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ManageIQ::Providers::Lenovo::PhysicalInfraManager < ManageIQ::Providers::P
require_nested :PhysicalSwitch

supports :change_password
supports :native_console
supports :management_console
supports :create
supports :provisioning

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
end

it 'console should be supported' do
expect(tested_class.new.supports?(:native_console)).to be_truthy
expect(tested_class.new.supports?(:management_console)).to be_truthy
end

describe 'discover' do
Expand Down