Fix openstackclient spec test
Dont check things inside openstacklib but check that the openstacklib class is there. Change-Id: I2e07507b0c532564e62de846246562c79c10d6e3
This commit is contained in:
parent
8e12451857
commit
ce257c60e9
@ -192,11 +192,7 @@ describe 'tempest' do
|
||||
)
|
||||
end
|
||||
|
||||
it 'installs python-openstackclient package' do
|
||||
is_expected.to contain_package('python-openstackclient').with(
|
||||
:tag => 'openstack'
|
||||
)
|
||||
end
|
||||
it { should contain_class('openstacklib::openstackclient') }
|
||||
|
||||
it 'configure tempest config' do
|
||||
is_expected.to contain_tempest_config('auth/admin_domain_name').with(:value => nil)
|
||||
|
Loading…
x
Reference in New Issue
Block a user