mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Merge pull request #4078 from inspec/resolve_deprecation_warning
Remove the deprecated linux_kernel_parameter resource test
This commit is contained in:
commit
67471cc308
1 changed files with 0 additions and 5 deletions
|
@ -52,9 +52,4 @@ if os.linux?
|
|||
describe kernel_parameter('net.ipv4.conf.all.forwarding') do
|
||||
its('value') { should eq test_values[:forwarding] }
|
||||
end
|
||||
|
||||
# serverspec compatability
|
||||
describe linux_kernel_parameter('net.ipv4.conf.all.forwarding') do
|
||||
its('value') { should eq test_values[:forwarding] }
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue