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:
Takashi Kajinami
2022-02-18 00:31:04 +09:00
parent 924701f267
commit 0f5904a0c7

View File

@@ -48,12 +48,6 @@ describe 'basic nova' do
it { is_expected.to be_listening } it { is_expected.to be_listening }
end end
if os[:family].casecmp('RedHat') == 0
describe port(80) do
it { is_expected.to be_listening }
end
end
describe port(6080) do describe port(6080) do
it { is_expected.to be_listening } it { is_expected.to be_listening }
end end