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:
Tobias Urdin 2019-02-04 10:29:07 +01:00
parent 8e12451857
commit ce257c60e9
1 changed files with 1 additions and 5 deletions

View File

@ -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)