summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2022-07-07 18:13:34 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2022-07-07 18:13:34 +0000
commit40adf40a7d07b70f5a9c5f17540ee0c42ce9323f (patch)
tree360a1eab4899374a095d93281e3b85dd55b3fffc
parent976e1df8ecf3445c6bc76ec3bb4f083086a2f55e (diff)
downloadvyos-1x-40adf40a7d07b70f5a9c5f17540ee0c42ce9323f.tar.gz
vyos-1x-40adf40a7d07b70f5a9c5f17540ee0c42ce9323f.zip
smoketest: T4411: Add influxdb node
-rwxr-xr-xsmoketest/scripts/cli/test_service_monitoring_telegraf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/smoketest/scripts/cli/test_service_monitoring_telegraf.py b/smoketest/scripts/cli/test_service_monitoring_telegraf.py
index 09937513e..f9d875e83 100755
--- a/smoketest/scripts/cli/test_service_monitoring_telegraf.py
+++ b/smoketest/scripts/cli/test_service_monitoring_telegraf.py
@@ -39,10 +39,10 @@ class TestMonitoringTelegraf(VyOSUnitTestSHIM.TestCase):
self.cli_commit()
def test_01_basic_config(self):
- self.cli_set(base_path + ['authentication', 'organization', org])
- self.cli_set(base_path + ['authentication', 'token', token])
- self.cli_set(base_path + ['port', port])
- self.cli_set(base_path + ['url', url])
+ self.cli_set(base_path + ['influxdb', 'authentication', 'organization', org])
+ self.cli_set(base_path + ['influxdb', 'authentication', 'token', token])
+ self.cli_set(base_path + ['influxdb', 'port', port])
+ self.cli_set(base_path + ['influxdb', 'url', url])
# commit changes
self.cli_commit()