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>2019-09-20 15:46:36 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2019-09-25 14:08:59 +0300
commit80dc39b3093caf84d25f5198e4935bccb4e1a022 (patch)
tree4f1c17eaf6ddcdaec74d18dda55271baeeee309d /tests
parent586bc348b0c0c0602489ec4bd5e465edf6cb8397 (diff)
.......... [ZBX-16481] Spelling issues in the code for master
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxcommon/zbx_token_find.yaml2
-rw-r--r--tests/libs/zbxdbcache/zbx_vc_add_values.yaml2
-rw-r--r--tests/libs/zbxdbcache/zbx_vc_get_values.yaml4
-rw-r--r--tests/libs/zbxprometheus/prometheus_filter_init.yaml6
4 files changed, 7 insertions, 7 deletions
diff --git a/tests/libs/zbxcommon/zbx_token_find.yaml b/tests/libs/zbxcommon/zbx_token_find.yaml
index fe391c20c3d..5488ef53bdf 100644
--- a/tests/libs/zbxcommon/zbx_token_find.yaml
+++ b/tests/libs/zbxcommon/zbx_token_find.yaml
@@ -222,7 +222,7 @@ out:
name: 'VALUE'
return: 'SUCCEED'
---
-test case: "LLD function macro missing openning bracket"
+test case: "LLD function macro missing opening bracket"
in:
expression: '{{#VALUE}.regsub^[0-9]+, Problem)}'
out:
diff --git a/tests/libs/zbxdbcache/zbx_vc_add_values.yaml b/tests/libs/zbxdbcache/zbx_vc_add_values.yaml
index 6fcc2266e15..139e6c8d607 100644
--- a/tests/libs/zbxdbcache/zbx_vc_add_values.yaml
+++ b/tests/libs/zbxdbcache/zbx_vc_add_values.yaml
@@ -815,7 +815,7 @@ out:
---
# TC14
# Test that value cache is switched to low memory mode if value adding failed.
-test case: Try adding value wihout enough space in cache
+test case: Try adding value without enough space in cache
in:
history: []
precache:
diff --git a/tests/libs/zbxdbcache/zbx_vc_get_values.yaml b/tests/libs/zbxdbcache/zbx_vc_get_values.yaml
index 9def6a4b7e1..f18d13b3c2c 100644
--- a/tests/libs/zbxdbcache/zbx_vc_get_values.yaml
+++ b/tests/libs/zbxdbcache/zbx_vc_get_values.yaml
@@ -2563,7 +2563,7 @@ out:
misses: 1
---
# TC45
-# Test that values withing the interval end second but not matching nanoseconds are not returned */
+# Test that values within the interval end second but not matching nanoseconds are not returned */
test case: Get 1 value during interval when using nanoseconds in end time (2)
include: &include zbx_vc_get_values.inc.yaml
in:
@@ -2611,7 +2611,7 @@ out:
misses: 1
---
# TC46
-# Test that values withing the interval end second but not matching nanoseconds are not returned */
+# Test that values within the interval end second but not matching nanoseconds are not returned */
test case: Get 10 values during interval when using nanoseconds in end time
include: &include zbx_vc_get_values.inc.yaml
in:
diff --git a/tests/libs/zbxprometheus/prometheus_filter_init.yaml b/tests/libs/zbxprometheus/prometheus_filter_init.yaml
index 94606ce23b5..eae93b0715f 100644
--- a/tests/libs/zbxprometheus/prometheus_filter_init.yaml
+++ b/tests/libs/zbxprometheus/prometheus_filter_init.yaml
@@ -56,16 +56,16 @@ out:
pattern: 1
op: ==
---
-test case: 'cpu{decription="CPU \"Intel\""}'
+test case: 'cpu{description="CPU \"Intel\""}'
in:
- filter: 'cpu{decription=~"CPU \"Intel\""}'
+ filter: 'cpu{description=~"CPU \"Intel\""}'
out:
return: SUCCEED
metric:
pattern: cpu
op: =
labels:
- - key: decription
+ - key: description
pattern: CPU "Intel"
op: =~
---