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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-04-28 11:50:20 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-04-28 11:50:20 +0300
commitb3bfc8fd2bc061f4a903d7c18485794c729fa8fe (patch)
tree8eb34e2a513dd24dda67e8cc9350c30c17210593 /tests
parent569fe5adc549b6cc83c7d1bfe56d1786e5005147 (diff)
........S. [ZBXNEXT-114] fixed suffixes in range
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxserver/valuemaps.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/libs/zbxserver/valuemaps.yaml b/tests/libs/zbxserver/valuemaps.yaml
index 1d9098916fa..cd4708a4c2f 100644
--- a/tests/libs/zbxserver/valuemaps.yaml
+++ b/tests/libs/zbxserver/valuemaps.yaml
@@ -180,5 +180,16 @@ in:
out:
return: SUCCEED
value: "Range (4)"
+---
+test case: range with suffix
+in:
+ value: -400
+ valuemaps:
+ - type: 3
+ value: "-10--5,-3-1,32,44,9.0e-1- 6.0e0, -5e-1K - -3e2"
+ newvalue: "Range"
+out:
+ return: SUCCEED
+ value: "Range (-400)"
...