Ensure compatibility with Splunk 9.2.0.1 and 9.0.0 #137
Annotations
10 errors
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L36
splunk enterprise class Splunk version 7.2.4.2 Package "splunk" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "splunk" to be installed
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L41
splunk enterprise class Splunk version 7.2.4.2 Service "Splunkd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "Splunkd" to be running
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L48
splunk enterprise class Splunk version 7.2.4.2 File "/opt/splunk/etc/system/local/alert_actions.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/splunk/etc/system/local/alert_actions.conf".file?` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L49
splunk enterprise class Splunk version 7.2.4.2 File "/opt/splunk/etc/system/local/alert_actions.conf" is expected to be mode 600
Failure/Error: it { is_expected.to be_mode 600 }
expected `File "/opt/splunk/etc/system/local/alert_actions.conf".mode?(600)` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L50
splunk enterprise class Splunk version 7.2.4.2 File "/opt/splunk/etc/system/local/alert_actions.conf" is expected to be owned by "root"
Failure/Error: it { is_expected.to be_owned_by version == Gem::Version.new(version) >= Gem::Version.new('8.0.0') ? 'splunk' : 'root' }
expected `File "/opt/splunk/etc/system/local/alert_actions.conf".owned_by?("root")` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L51
splunk enterprise class Splunk version 7.2.4.2 File "/opt/splunk/etc/system/local/alert_actions.conf" is expected to be grouped into "root"
Failure/Error: it { is_expected.to be_grouped_into Gem::Version.new(version) >= Gem::Version.new('8.0.0') ? 'splunk' : 'root' }
expected `File "/opt/splunk/etc/system/local/alert_actions.conf".grouped_into?("root")` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L48
splunk enterprise class Splunk version 7.2.4.2 File "/opt/splunk/etc/system/local/authentication.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/opt/splunk/etc/system/local/authentication.conf".file?` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L49
splunk enterprise class Splunk version 7.2.4.2 File "/opt/splunk/etc/system/local/authentication.conf" is expected to be mode 600
Failure/Error: it { is_expected.to be_mode 600 }
expected `File "/opt/splunk/etc/system/local/authentication.conf".mode?(600)` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L50
splunk enterprise class Splunk version 7.2.4.2 File "/opt/splunk/etc/system/local/authentication.conf" is expected to be owned by "root"
Failure/Error: it { is_expected.to be_owned_by version == Gem::Version.new(version) >= Gem::Version.new('8.0.0') ? 'splunk' : 'root' }
expected `File "/opt/splunk/etc/system/local/authentication.conf".owned_by?("root")` to be truthy, got false
|
Run tests:
spec/acceptance/splunk_enterprise_spec.rb#L51
splunk enterprise class Splunk version 7.2.4.2 File "/opt/splunk/etc/system/local/authentication.conf" is expected to be grouped into "root"
Failure/Error: it { is_expected.to be_grouped_into Gem::Version.new(version) >= Gem::Version.new('8.0.0') ? 'splunk' : 'root' }
expected `File "/opt/splunk/etc/system/local/authentication.conf".grouped_into?("root")` to be truthy, got false
|
Loading