We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cceca commit af17998Copy full SHA for af17998
spec/spec_helper_acceptance_local.rb
@@ -42,7 +42,7 @@ def iptables_version
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('dnf install -y kmod') if fetch_os_name == 'CentOS' && fetch_os_version == '9'
+ LitmusHelper.instance.run_shell('dnf install -y kmod') if fetch_os_name == 'centos' && fetch_os_version == '9'
46
LitmusHelper.instance.run_shell('depmod -a')
47
end
48
0 commit comments