summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-08-11 09:11:03 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2023-08-11 09:11:03 +0000
commit71148df948b95d9b5bcc1212d4ae29ad1215d182 (patch)
treed656d7633895ca25f00d9fd135c8ed73e37c5f6a /smoketest
parent43294da10313198c4f71f46eb39c4276551ad118 (diff)
downloadvyos-1x-71148df948b95d9b5bcc1212d4ae29ad1215d182.tar.gz
vyos-1x-71148df948b95d9b5bcc1212d4ae29ad1215d182.zip
T5448: Move zabbix-agent to node monitoring
Move 'service zabbix-agent' => 'service monitoring zabbix-agent'
Diffstat (limited to 'smoketest')
-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):