diff options
Diffstat (limited to '')
-rw-r--r-- | tests/alarm_repetition/netdata.conf_with_repetition | 1 | ||||
-rw-r--r-- | tests/alarm_repetition/netdata.conf_without_repetition | 1 | ||||
-rwxr-xr-x | tests/lifecycle.bats | 3 | ||||
-rwxr-xr-x | tests/updater_checks.bats | 3 |
4 files changed, 2 insertions, 6 deletions
diff --git a/tests/alarm_repetition/netdata.conf_with_repetition b/tests/alarm_repetition/netdata.conf_with_repetition index cb5da3110..dc3aef39b 100644 --- a/tests/alarm_repetition/netdata.conf_with_repetition +++ b/tests/alarm_repetition/netdata.conf_with_repetition @@ -34,7 +34,6 @@ enable running new plugins = no check for new plugins every = 60 go.d = no - node.d = no charts.d = no nfacct = no python.d = no diff --git a/tests/alarm_repetition/netdata.conf_without_repetition b/tests/alarm_repetition/netdata.conf_without_repetition index 6a728c926..27c7b86f7 100644 --- a/tests/alarm_repetition/netdata.conf_without_repetition +++ b/tests/alarm_repetition/netdata.conf_without_repetition @@ -34,7 +34,6 @@ enable running new plugins = no check for new plugins every = 60 go.d = no - node.d = no charts.d = no nfacct = no python.d = no diff --git a/tests/lifecycle.bats b/tests/lifecycle.bats index 728c570e3..bf626fe13 100755 --- a/tests/lifecycle.bats +++ b/tests/lifecycle.bats @@ -13,8 +13,7 @@ ENV="${INSTALLATION}/netdata/etc/netdata/.environment" # list of files which need to be checked. Path cannot start from '/' FILES="usr/libexec/netdata/plugins.d/go.d.plugin usr/libexec/netdata/plugins.d/charts.d.plugin - usr/libexec/netdata/plugins.d/python.d.plugin - usr/libexec/netdata/plugins.d/node.d.plugin" + usr/libexec/netdata/plugins.d/python.d.plugin" DIRS="usr/sbin/netdata etc/netdata diff --git a/tests/updater_checks.bats b/tests/updater_checks.bats index d9f4cc0ca..15ffce8fb 100755 --- a/tests/updater_checks.bats +++ b/tests/updater_checks.bats @@ -13,8 +13,7 @@ ENV="${INSTALLATION}/netdata/etc/netdata/.environment" # list of files which need to be checked. Path cannot start from '/' FILES="usr/libexec/netdata/plugins.d/go.d.plugin usr/libexec/netdata/plugins.d/charts.d.plugin - usr/libexec/netdata/plugins.d/python.d.plugin - usr/libexec/netdata/plugins.d/node.d.plugin" + usr/libexec/netdata/plugins.d/python.d.plugin" DIRS="usr/sbin/netdata etc/netdata |