Fix ignored unit test cases
Change-Id: I6a91516789f1f15a848f0014c6df317c069da65a Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -214,8 +214,7 @@ describe 'nova::migration::libvirt' do
|
||||
:auth => 'inexistent_auth',
|
||||
})
|
||||
end
|
||||
it { expect { is_expected.to contain_class('nova::compute::libvirt') }.to \
|
||||
raise_error(Puppet::Error) }
|
||||
it { is_expected.to raise_error(Puppet::Error) }
|
||||
end
|
||||
|
||||
context 'when not configuring libvirt' do
|
||||
|
Reference in New Issue
Block a user