Do not assert TCP/80
Assersion of TCP/80 was added to check placement API but now it is managed by a separate puppet module which is puppet-placement. Also, puppet-placement currently uses a different port by default. Change-Id: Ifbe180311c88957a5f3316e1a1588277a04f44b9
This commit is contained in:
@@ -48,12 +48,6 @@ describe 'basic nova' do
|
||||
it { is_expected.to be_listening }
|
||||
end
|
||||
|
||||
if os[:family].casecmp('RedHat') == 0
|
||||
describe port(80) do
|
||||
it { is_expected.to be_listening }
|
||||
end
|
||||
end
|
||||
|
||||
describe port(6080) do
|
||||
it { is_expected.to be_listening }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user