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:
authorAndris Mednis <Andris.Mednis@zabbix.com>2021-04-29 23:17:14 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2021-04-29 23:17:14 +0300
commitb0e412a0f3e098cf67b3b77edd78bdadcb17b14e (patch)
tree2af0bf7dcd570cd8b38e775bb64b400a24b83001 /tests
parent143ec9cdb88dccd50d29effc93350e489f8e2d58 (diff)
parent5359e133a4cd3620e75bb5f992db9d888a3b5ff7 (diff)
.......... [ZBXNEXT-6547] updated from the latest feature/ZBXNEXT-6452-5.3 (no conflicts)
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxserver/evaluate_function.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/libs/zbxserver/evaluate_function.yaml b/tests/libs/zbxserver/evaluate_function.yaml
index fb10072641f..435bbb4e47f 100644
--- a/tests/libs/zbxserver/evaluate_function.yaml
+++ b/tests/libs/zbxserver/evaluate_function.yaml
@@ -935,7 +935,7 @@ out:
return: SUCCEED
value: 1
---
-test case: Evaluate logeventid("^12")
+test case: Evaluate logeventid(,"^12")
in:
history:
- itemid: 1
@@ -949,12 +949,12 @@ in:
ts: 2017-01-10 10:00:00.000000000 +00:00
time: 2017-01-10 10:10:00.000000000 +00:00
function: logeventid
- params: '"^12"'
+ params: ',"^12"'
out:
return: SUCCEED
value: 1
---
-test case: Evaluate logeventid("^34")
+test case: Evaluate logeventid(,"^34")
in:
history:
- itemid: 1
@@ -968,7 +968,7 @@ in:
ts: 2017-01-10 10:00:00.000000000 +00:00
time: 2017-01-10 10:10:00.000000000 +00:00
function: logeventid
- params: '"^34"'
+ params: ',"^34"'
out:
return: SUCCEED
value: 0
@@ -992,7 +992,7 @@ out:
return: SUCCEED
value: 4
---
-test case: Evaluate logsource("(Application|System)") <- Application
+test case: Evaluate logsource(,"(Application|System)") <- Application
in:
history:
- itemid: 1
@@ -1006,12 +1006,12 @@ in:
ts: 2017-01-10 10:00:00.000000000 +00:00
time: 2017-01-10 10:10:00.000000000 +00:00
function: logsource
- params: '"(Application|System)"'
+ params: ',"(Application|System)"'
out:
return: SUCCEED
value: 1
---
-test case: Evaluate logsource("(Application|System)") <- Security
+test case: Evaluate logsource(,"(Application|System)") <- Security
in:
history:
- itemid: 1
@@ -1025,7 +1025,7 @@ in:
ts: 2017-01-10 10:00:00.000000000 +00:00
time: 2017-01-10 10:10:00.000000000 +00:00
function: logsource
- params: '"(Application|System)"'
+ params: ',"(Application|System)"'
out:
return: SUCCEED
value: 0