Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-10-14 15:11:49 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-10-26 11:08:11 +0300
commit3e0a119de64d3b440b164ec7c74b7b8397e4880b (patch)
tree8555d6bb050d6087e562c48126626f6e30ac5521 /tests
parent2dbf71c160d1f380a6cf92672a8837edae47424f (diff)
.......... [DEV-2176] added various go fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxsysinfo/common/Makefile.am2
-rw-r--r--tests/libs/zbxsysinfo/zbx_execute_agent_check.yaml28
2 files changed, 15 insertions, 15 deletions
diff --git a/tests/libs/zbxsysinfo/common/Makefile.am b/tests/libs/zbxsysinfo/common/Makefile.am
index c8df69e5244..b2b2eb589c2 100644
--- a/tests/libs/zbxsysinfo/common/Makefile.am
+++ b/tests/libs/zbxsysinfo/common/Makefile.am
@@ -70,7 +70,7 @@ system_localtime_LDADD = \
system_localtime_LDADD += @AGENT_LIBS@
-system_localtime_LDFLAGS = @AGENT_LDFLAGS@ $(SYSTEM_LOCALTIME_WRAP_FUNCS)
+system_localtime_LDFLAGS = @AGENT_LDFLAGS@ $(system_localtime_WRAP_FUNCS)
system_localtime_CFLAGS = $(COMMON_COMPILER_FLAGS)
diff --git a/tests/libs/zbxsysinfo/zbx_execute_agent_check.yaml b/tests/libs/zbxsysinfo/zbx_execute_agent_check.yaml
index 49655beebed..69a7b377d15 100644
--- a/tests/libs/zbxsysinfo/zbx_execute_agent_check.yaml
+++ b/tests/libs/zbxsysinfo/zbx_execute_agent_check.yaml
@@ -1,71 +1,71 @@
---
-test case: successfully called SYSTEM_LOCALTIME function
+test case: successfully called system_localtime function
in:
in_command: system.localtime[utc]
flags: 4
---
-test case: successfully called VFS_FILE_SIZE function
+test case: successfully called vfs_file_size function
in:
in_command: vfs.file.size[/etc/passwd]
flags: 4
---
-test case: successfully called VFS_FILE_TIME function
+test case: successfully called vfs_file_time function
in:
in_command: vfs.file.time[/etc/passwd,modify]
flags: 4
---
-test case: successfully called VFS_FILE_EXISTS function
+test case: successfully called vfs_file_exists function
in:
in_command: vfs.file.exists[/etc/passwd]
flags: 4
---
-test case: successfully called VFS_FILE_CONTENTS function
+test case: successfully called vfs_file_contents function
in:
in_command: vfs.file.contents[/etc/passwd]
flags: 4
---
# This case doesn't work
-#test case: successfully called VFS_FILE_REGEXP function
+#test case: successfully called vfs_file_regexp function
#in:
# in_command: vfs.file.regexp[/etc/passwd,root]
# flags: 4
#---
-test case: successfully called VFS_FILE_REGMATCH function
+test case: successfully called vfs_file_regmatch function
in:
in_command: vfs.file.regmatch[/etc/passwd,root]
flags: 4
---
-test case: successfully called VFS_FILE_MD5SUM function
+test case: successfully called vfs_file_md5sum function
in:
in_command: vfs.file.md5sum[/etc/passwd]
flags: 4
---
-test case: successfully called VFS_FILE_CKSUM function
+test case: successfully called vfs_file_cksum function
in:
in_command: vfs.file.cksum[/etc/passwd]
flags: 4
---
-test case: successfully called VFS_DIR_SIZE function
+test case: successfully called vfs_dir_size function
in:
in_command: vfs.dir.size[/var/log]
flags: 4
---
-test case: successfully called NET_DNS function
+test case: successfully called net_dns function
in:
in_command: net.dns[,zabbix.com]
flags: 4
---
-test case: successfully called NET_DNS_RECORD function
+test case: successfully called net_dns_record function
in:
in_command: net.dns.record[,zabbix.com]
flags: 4
---
-test case: successfully called NET_TCP_PORT function
+test case: successfully called net_tcp_port function
in:
in_command: net.tcp.port[,80]
flags: 4
---
-test case: successfully called SYSTEM_USERS_NUM function
+test case: successfully called system_users_num function
in:
in_command: system.users.num
flags: 4