Skip to content

Commit f9f4357

Browse files
committed
(IAC-1775) Updates test setup
1 parent 33124bb commit f9f4357

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ def unindent
1515

1616
RSpec.configure do |c|
1717
c.before :suite do
18+
# Install iproute on AlmaLinux
19+
# Package is used to check if ports are listening
20+
LitmusHelper.instance.run_shell('sudo dnf install iproute -y') if %r{redhat}.match?(os[:family]) && os[:release].to_f >= 8
21+
1822
install_dependencies
1923
end
2024
end

0 commit comments

Comments
 (0)