We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33124bb commit f9f4357Copy full SHA for f9f4357
1 file changed
spec/spec_helper_acceptance_local.rb
@@ -15,6 +15,10 @@ def unindent
15
16
RSpec.configure do |c|
17
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
+
22
install_dependencies
23
end
24
0 commit comments