We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c51e18 + 25adca8 commit 63e9454Copy full SHA for 63e9454
spec/spec_helper_acceptance_local.rb
@@ -41,6 +41,7 @@ def iptables_version
41
42
def pre_setup
43
LitmusHelper.instance.run_shell('mkdir -p /lib/modules/`uname -r`')
44
+ LitmusHelper.instance.run_shell('yum install module-init-tools -y') if fetch_os_name == 'rocky'
45
LitmusHelper.instance.run_shell('depmod -a')
46
end
47
0 commit comments