Skip to content

Commit

Permalink
Remove qpid leftovers in acceptance tests
Browse files Browse the repository at this point in the history
Fixes: 1c787b1 ("Remove qpid class")
  • Loading branch information
ekohl authored and evgeni committed Aug 15, 2024
1 parent bec4c46 commit 242d11a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions spec/acceptance/content_standalone_mirror_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ class { 'foreman_proxy_content':
it { is_expected.to contain(%{DocumentRoot "/var/www}) }
end

describe service('qdrouterd') do
it { is_expected.not_to be_running }
it { is_expected.not_to be_enabled }
end

describe port('5647') do
it { is_expected.not_to be_listening }
end

describe port('443') do
it { is_expected.to be_listening }
end
Expand Down
9 changes: 0 additions & 9 deletions spec/acceptance/content_with_foreman_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,4 @@ class { 'foreman_proxy_content':
its(:stdout) { is_expected.to match(/admin/) }
its(:stderr) { is_expected.not_to match(/Error/) }
end

describe service('qdrouterd') do
it { is_expected.not_to be_running }
it { is_expected.not_to be_enabled }
end

describe port('5647') do
it { is_expected.not_to be_listening }
end
end

0 comments on commit 242d11a

Please sign in to comment.