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
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tests/selenium/items/testItemTypeSelection.php')
-rw-r--r--ui/tests/selenium/items/testItemTypeSelection.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/ui/tests/selenium/items/testItemTypeSelection.php b/ui/tests/selenium/items/testItemTypeSelection.php
index 363f5a9960f..adb7d7140e6 100644
--- a/ui/tests/selenium/items/testItemTypeSelection.php
+++ b/ui/tests/selenium/items/testItemTypeSelection.php
@@ -49,7 +49,7 @@ class testItemTypeSelection extends CWebTest {
[
'fields' => [
'Name' => 'Character',
- 'Key' => 'agent.hostmetadata'
+ 'Key' => 'agent.hostmetadata[{#KEY}]'
],
'type' => 'Character'
]
@@ -58,7 +58,7 @@ class testItemTypeSelection extends CWebTest {
[
'fields' => [
'Name' => 'Numeric unsigned',
- 'Key' => 'agent.ping'
+ 'Key' => 'agent.ping[{#KEY}]'
],
'type' => 'Numeric (unsigned)'
]
@@ -68,7 +68,7 @@ class testItemTypeSelection extends CWebTest {
'fields' => [
'Name' => 'Numeric float',
- 'Key' => 'net.udp.service.perf[service]'
+ 'Key' => 'net.udp.service.perf[service,{#KEY}]'
],
'type' => 'Numeric (float)'
]
@@ -78,7 +78,7 @@ class testItemTypeSelection extends CWebTest {
'fields' => [
'Type' => 'Zabbix agent (active)',
'Name' => 'Log',
- 'Key' => 'eventlog[name]'
+ 'Key' => 'eventlog[name,{#KEY}]'
],
'type' => 'Log'
]
@@ -87,7 +87,7 @@ class testItemTypeSelection extends CWebTest {
[
'fields' => [
'Name' => 'Log',
- 'Key' => 'eventlog[agent]'
+ 'Key' => 'eventlog[agent,{#KEY}]'
],
'type' => 'Numeric (unsigned)'
]
@@ -96,7 +96,7 @@ class testItemTypeSelection extends CWebTest {
[
'fields' => [
'Name' => 'Text',
- 'Key' => 'net.if.discovery'
+ 'Key' => 'net.if.discovery[{#KEY}]'
],
'type' => 'Text'
]
@@ -105,7 +105,7 @@ class testItemTypeSelection extends CWebTest {
[
'fields' => [
'Name' => 'Custom key',
- 'Key' => 'custom.key'
+ 'Key' => 'custom.key[{#KEY}]'
],
'type' => 'Numeric (unsigned)'
]
@@ -114,7 +114,7 @@ class testItemTypeSelection extends CWebTest {
[
'fields' => [
'Name' => 'Custom key 2',
- 'Key' => 'custom.key2',
+ 'Key' => 'custom.key2[{#KEY}]',
'Type of information' => 'Text'
],
'type' => 'Text',
@@ -125,7 +125,7 @@ class testItemTypeSelection extends CWebTest {
[
'fields' => [
'Name' => 'Test Info Hint',
- 'Key' => 'net.if.list',
+ 'Key' => 'net.if.list[{#KEY}]',
'Type of information' => 'Log'
],
'hint' => true,