summaryrefslogtreecommitdiff
path: root/smoketest/scripts
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2023-08-11 20:56:57 +0100
committerGitHub <noreply@github.com>2023-08-11 20:56:57 +0100
commit142ace2a16fc9d2a0291db1ff27676a4691c1562 (patch)
tree9aea67faccfd7d741204b878d1cbaf05ef30c860 /smoketest/scripts
parentf8b60fff531e4e8cfe1bba99652343b0680f98ad (diff)
parent71148df948b95d9b5bcc1212d4ae29ad1215d182 (diff)
downloadvyos-1x-142ace2a16fc9d2a0291db1ff27676a4691c1562.tar.gz
vyos-1x-142ace2a16fc9d2a0291db1ff27676a4691c1562.zip
Merge pull request #2148 from sever-sever/T5448
T5448: Move zabbix-agent to node monitoring
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-xsmoketest/scripts/cli/test_service_monitoring_zabbix-agent.py (renamed from smoketest/scripts/cli/test_service_zabbix-agent.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_service_zabbix-agent.py b/smoketest/scripts/cli/test_service_monitoring_zabbix-agent.py
index 2a125bec6..7cc661688 100755
--- a/smoketest/scripts/cli/test_service_zabbix-agent.py
+++ b/smoketest/scripts/cli/test_service_monitoring_zabbix-agent.py
@@ -25,7 +25,7 @@ from vyos.utils.file import read_file
PROCESS_NAME = 'zabbix_agent2'
ZABBIX_AGENT_CONF = '/run/zabbix/zabbix-agent2.conf'
-base_path = ['service', 'zabbix-agent']
+base_path = ['service', 'monitoring', 'zabbix-agent']
class TestZabbixAgent(VyOSUnitTestSHIM.TestCase):