summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-09 04:52:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-09 04:52:57 +0000
commit00151562145df50cc65e9902d52d5fa77f89fe50 (patch)
tree2737716802f6725a5074d606ec8fe5422c58a83c /tests
parentReleasing debian version 1.34.1-1. (diff)
downloadnetdata-00151562145df50cc65e9902d52d5fa77f89fe50.tar.xz
netdata-00151562145df50cc65e9902d52d5fa77f89fe50.zip
Merging upstream version 1.35.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/alarm_repetition/netdata.conf_with_repetition1
-rw-r--r--tests/alarm_repetition/netdata.conf_without_repetition1
-rwxr-xr-xtests/lifecycle.bats3
-rwxr-xr-xtests/updater_checks.bats3
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 cb5da311..dc3aef39 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 6a728c92..27c7b86f 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 728c570e..bf626fe1 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 d9f4cc0c..15ffce8f 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