---
test case: successfully called SYSTEM_LOCALTIME function
in:
  in_command: system.localtime[utc]
  flags: 4
---
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
in:
  in_command: vfs.file.time[/etc/passwd,modify]
  flags: 4
---
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
in:
  in_command: vfs.file.contents[/etc/passwd]
  flags: 4
---
# This case doesn't work
#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
in:
  in_command: vfs.file.regmatch[/etc/passwd,root]
  flags: 4
---
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
in:
  in_command: vfs.file.cksum[/etc/passwd]
  flags: 4
---
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
in:
  in_command: net.dns[,zabbix.com]
  flags: 4
---
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
in:
  in_command: net.tcp.port[,80]
  flags: 4
---
test case: successfully called SYSTEM_USERS_NUM function
in:
  in_command: system.users.num
  flags: 4
...