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>2022-01-10 18:53:57 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-01-10 18:53:57 +0300
commitc9d8c05f6b3cf35f7802fd57e9dab6e4e8b58941 (patch)
tree2025171834758765d988cec0a70a9e8365ba6c1e /tests
parent19021489c7261943d0312199f141e841d0329e3e (diff)
parent2c159f4afa735500b49f970801a13f7277834318 (diff)
.......... [DEV-2053] rebased on master
Diffstat (limited to 'tests')
-rw-r--r--tests/conf_tests.m42
-rw-r--r--tests/libs/zbxalgo/evaluate.c2
-rw-r--r--tests/libs/zbxalgo/evaluate_unknown.c2
-rw-r--r--tests/libs/zbxalgo/queue.c2
-rw-r--r--tests/libs/zbxcommon/calculate_item_nextcheck.c2
-rw-r--r--tests/libs/zbxcommon/calculate_item_nextcheck_unreachable.c2
-rw-r--r--tests/libs/zbxcommon/convert_to_utf8.c2
-rw-r--r--tests/libs/zbxcommon/is_double.c2
-rw-r--r--tests/libs/zbxcommon/is_double_suffix.c2
-rw-r--r--tests/libs/zbxcommon/parse_key.c2
-rw-r--r--tests/libs/zbxcommon/replace_key_params_dyn.c2
-rw-r--r--tests/libs/zbxcommon/zbx_dyn_escape_string.c2
-rw-r--r--tests/libs/zbxcommon/zbx_function_find.c2
-rw-r--r--tests/libs/zbxcommon/zbx_function_get_param_dyn.c2
-rw-r--r--tests/libs/zbxcommon/zbx_get_report_nextcheck.c2
-rw-r--r--tests/libs/zbxcommon/zbx_get_week_number.c2
-rw-r--r--tests/libs/zbxcommon/zbx_interval_preproc.c2
-rw-r--r--tests/libs/zbxcommon/zbx_json_to_xml.c2
-rw-r--r--tests/libs/zbxcommon/zbx_ltrim_utf8.c2
-rw-r--r--tests/libs/zbxcommon/zbx_rtrim_utf8.c2
-rw-r--r--tests/libs/zbxcommon/zbx_str_extract.c2
-rw-r--r--tests/libs/zbxcommon/zbx_tm_add.c2
-rw-r--r--tests/libs/zbxcommon/zbx_tm_round_down.c2
-rw-r--r--tests/libs/zbxcommon/zbx_tm_round_up.c2
-rw-r--r--tests/libs/zbxcommon/zbx_tm_sub.c2
-rw-r--r--tests/libs/zbxcommon/zbx_token_find.c2
-rw-r--r--tests/libs/zbxcommon/zbx_trim_float.c2
-rw-r--r--tests/libs/zbxcommon/zbx_trim_integer.c2
-rw-r--r--tests/libs/zbxcommon/zbx_truncate_itemkey.c2
-rw-r--r--tests/libs/zbxcommon/zbx_truncate_value.c2
-rw-r--r--tests/libs/zbxcommon/zbx_user_macro_parse.c2
-rw-r--r--tests/libs/zbxcommon/zbx_validate_interval.c2
-rw-r--r--tests/libs/zbxcommon/zbx_variant_compare.c2
-rw-r--r--tests/libs/zbxcommon/zbx_xml_to_json.c2
-rw-r--r--tests/libs/zbxcomms/zbx_tcp_check_allowed_peers.c2
-rw-r--r--tests/libs/zbxcomms/zbx_tcp_check_allowed_peers_ipv4.c2
-rw-r--r--tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c2
-rw-r--r--tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c2
-rw-r--r--tests/libs/zbxconf/parse_cfg_file.c2
-rw-r--r--tests/libs/zbxdbcache/dbconfig_maintenance_test.c2
-rw-r--r--tests/libs/zbxdbcache/dbconfig_maintenance_test.h2
-rw-r--r--tests/libs/zbxdbcache/dc_check_maintenance_period.c2
-rw-r--r--tests/libs/zbxdbcache/dc_expand_user_macros_in_func_params.c2
-rw-r--r--tests/libs/zbxdbcache/dc_function_calculate_nextcheck.c2
-rw-r--r--tests/libs/zbxdbcache/dc_item_poller_type_update.c4
-rw-r--r--tests/libs/zbxdbcache/dc_item_poller_type_update.yaml35
-rw-r--r--tests/libs/zbxdbcache/dc_item_poller_type_update_test.c2
-rw-r--r--tests/libs/zbxdbcache/dc_item_poller_type_update_test.h2
-rw-r--r--tests/libs/zbxdbcache/dc_maintenance_match_tags.c2
-rw-r--r--tests/libs/zbxdbcache/is_item_processed_by_server.c2
-rw-r--r--tests/libs/zbxdbcache/valuecache_test.c2
-rw-r--r--tests/libs/zbxdbcache/valuecache_test.h2
-rw-r--r--tests/libs/zbxdbcache/zbx_vc_add_values.c2
-rw-r--r--tests/libs/zbxdbcache/zbx_vc_get_value.c2
-rw-r--r--tests/libs/zbxdbcache/zbx_vc_get_values.c2
-rw-r--r--tests/libs/zbxdbhigh/DBadd_condition_alloc.c2
-rw-r--r--tests/libs/zbxdbhigh/DBselect_uint64.c2
-rw-r--r--tests/libs/zbxeval/mock_eval.c2
-rw-r--r--tests/libs/zbxeval/mock_eval.h2
-rw-r--r--tests/libs/zbxeval/zbx_eval_compose_expression.c2
-rw-r--r--tests/libs/zbxeval/zbx_eval_execute.c2
-rw-r--r--tests/libs/zbxeval/zbx_eval_execute_ext.c2
-rwxr-xr-xtests/libs/zbxeval/zbx_eval_get_constant.c2
-rw-r--r--tests/libs/zbxeval/zbx_eval_get_group_filter.c2
-rw-r--r--tests/libs/zbxeval/zbx_eval_parse_expression.c2
-rwxr-xr-xtests/libs/zbxeval/zbx_eval_parse_query.c2
-rw-r--r--tests/libs/zbxeval/zbx_eval_prepare_filter.c2
-rw-r--r--tests/libs/zbxeval/zbx_eval_serialize.c2
-rw-r--r--tests/libs/zbxhistory/zbx_history_get_values.c2
-rw-r--r--tests/libs/zbxjson/mock_json.c2
-rw-r--r--tests/libs/zbxjson/mock_json.h2
-rw-r--r--tests/libs/zbxjson/zbx_json_decodevalue.c2
-rw-r--r--tests/libs/zbxjson/zbx_json_decodevalue_dyn.c2
-rw-r--r--tests/libs/zbxjson/zbx_json_open_path.c2
-rw-r--r--tests/libs/zbxjson/zbx_jsonpath_compile.c2
-rw-r--r--tests/libs/zbxjson/zbx_jsonpath_query.c2
-rw-r--r--tests/libs/zbxprometheus/prometheus_filter_init.c2
-rw-r--r--tests/libs/zbxprometheus/prometheus_parse_row.c2
-rw-r--r--tests/libs/zbxprometheus/prometheus_test.c2
-rw-r--r--tests/libs/zbxprometheus/prometheus_test.h2
-rw-r--r--tests/libs/zbxprometheus/zbx_prometheus_pattern.c2
-rw-r--r--tests/libs/zbxprometheus/zbx_prometheus_to_json.c2
-rw-r--r--tests/libs/zbxregexp/wildcard_match.c2
-rw-r--r--tests/libs/zbxserver/evaluate_function.c2
-rw-r--r--tests/libs/zbxserver/evaluate_percentage_deviations_in_remainder.c2
-rw-r--r--tests/libs/zbxserver/evaluate_stl.c2
-rw-r--r--tests/libs/zbxserver/macro_fmttime.c2
-rw-r--r--tests/libs/zbxserver/substitute_lld_macros.c2
-rw-r--r--tests/libs/zbxserver/valuemaps.c2
-rw-r--r--tests/libs/zbxserver/valuemaps_test.c2
-rw-r--r--tests/libs/zbxserver/valuemaps_test.h2
-rw-r--r--tests/libs/zbxsysinfo/check_key_access_rules.c2
-rw-r--r--tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c2
-rw-r--r--tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c2
-rw-r--r--tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/NET_IF_IN.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/NET_IF_OUT.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/NET_IF_TOTAL.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.c2
-rw-r--r--tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.yaml6
-rw-r--r--tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c2
-rw-r--r--tests/libs/zbxsysinfo/parse_item_key.c2
-rw-r--r--tests/libs/zbxsysinfo/process.c2
-rw-r--r--tests/libs/zbxsysinfo/process_http.c2
-rw-r--r--tests/libs/zbxtrends/zbx_baseline_get_data.c2
-rw-r--r--tests/libs/zbxtrends/zbx_trends_parse_range.c2
-rw-r--r--tests/mocks/configcache/configcache.c2
-rw-r--r--tests/mocks/configcache/configcache.h2
-rw-r--r--tests/mocks/configcache/configcache_mock.h2
-rw-r--r--tests/mocks/configcache/hosts.c2
-rw-r--r--tests/mocks/configcache/usermacros.c2
-rw-r--r--tests/mocks/valuecache/valuecache_mock.c2
-rw-r--r--tests/mocks/valuecache/valuecache_mock.h2
-rw-r--r--tests/zabbix_server/preprocessor/item_preproc_csv_to_json.c2
-rw-r--r--tests/zabbix_server/preprocessor/item_preproc_test.c2
-rw-r--r--tests/zabbix_server/preprocessor/item_preproc_test.h2
-rw-r--r--tests/zabbix_server/preprocessor/item_preproc_xpath.c2
-rw-r--r--tests/zabbix_server/preprocessor/zbx_item_preproc.c2
-rw-r--r--tests/zabbix_server/service/mock_service.c2
-rw-r--r--tests/zabbix_server/service/mock_service.h2
-rw-r--r--tests/zabbix_server/service/service_get_main_status.c2
-rw-r--r--tests/zabbix_server/service/service_get_rootcause_eventids.c2
-rw-r--r--tests/zabbix_server/service/service_get_rule_status.c2
-rw-r--r--tests/zabbix_server/service/service_get_status.c2
-rw-r--r--tests/zabbix_server/trapper/trapper_preproc_test_run.c2
-rw-r--r--tests/zabbix_server/trapper/trapper_preproc_test_run.h2
-rw-r--r--tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c2
-rw-r--r--tests/zbxmockassert.c2
-rw-r--r--tests/zbxmockassert.h2
-rw-r--r--tests/zbxmockdata.c2
-rw-r--r--tests/zbxmockdata.h2
-rw-r--r--tests/zbxmockdb.c2
-rw-r--r--tests/zbxmockdb.h2
-rw-r--r--tests/zbxmockdir.c2
-rw-r--r--tests/zbxmockexit.c2
-rw-r--r--tests/zbxmockfile.c2
-rw-r--r--tests/zbxmockhelper.c2
-rw-r--r--tests/zbxmockhelper.h2
-rw-r--r--tests/zbxmockjson.c2
-rw-r--r--tests/zbxmockjson.h2
-rw-r--r--tests/zbxmocklog.c2
-rw-r--r--tests/zbxmocktest.c3
-rw-r--r--tests/zbxmocktest.h2
-rw-r--r--tests/zbxmocktime.c2
-rw-r--r--tests/zbxmockutil.c2
-rw-r--r--tests/zbxmockutil.h2
151 files changed, 175 insertions, 167 deletions
diff --git a/tests/conf_tests.m4 b/tests/conf_tests.m4
index 2a37377f9fd..84b091db560 100644
--- a/tests/conf_tests.m4
+++ b/tests/conf_tests.m4
@@ -1,6 +1,6 @@
#
# Zabbix
-# Copyright (C) 2001-2021 Zabbix SIA
+# Copyright (C) 2001-2022 Zabbix SIA
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxalgo/evaluate.c b/tests/libs/zbxalgo/evaluate.c
index 0bd3a2c7eea..53f0c5531cf 100644
--- a/tests/libs/zbxalgo/evaluate.c
+++ b/tests/libs/zbxalgo/evaluate.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxalgo/evaluate_unknown.c b/tests/libs/zbxalgo/evaluate_unknown.c
index 007492e8e24..d669390f8b3 100644
--- a/tests/libs/zbxalgo/evaluate_unknown.c
+++ b/tests/libs/zbxalgo/evaluate_unknown.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxalgo/queue.c b/tests/libs/zbxalgo/queue.c
index 321cc85fa68..014e97d0568 100644
--- a/tests/libs/zbxalgo/queue.c
+++ b/tests/libs/zbxalgo/queue.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/calculate_item_nextcheck.c b/tests/libs/zbxcommon/calculate_item_nextcheck.c
index 38a11660b87..13b1d5cd425 100644
--- a/tests/libs/zbxcommon/calculate_item_nextcheck.c
+++ b/tests/libs/zbxcommon/calculate_item_nextcheck.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/calculate_item_nextcheck_unreachable.c b/tests/libs/zbxcommon/calculate_item_nextcheck_unreachable.c
index f2520c03f00..b17aceeb98e 100644
--- a/tests/libs/zbxcommon/calculate_item_nextcheck_unreachable.c
+++ b/tests/libs/zbxcommon/calculate_item_nextcheck_unreachable.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/convert_to_utf8.c b/tests/libs/zbxcommon/convert_to_utf8.c
index f836716cb2e..cebb0bb59df 100644
--- a/tests/libs/zbxcommon/convert_to_utf8.c
+++ b/tests/libs/zbxcommon/convert_to_utf8.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/is_double.c b/tests/libs/zbxcommon/is_double.c
index 485891ceb90..8494da2b77b 100644
--- a/tests/libs/zbxcommon/is_double.c
+++ b/tests/libs/zbxcommon/is_double.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/is_double_suffix.c b/tests/libs/zbxcommon/is_double_suffix.c
index 68131923a0a..f5bb5c6a1ac 100644
--- a/tests/libs/zbxcommon/is_double_suffix.c
+++ b/tests/libs/zbxcommon/is_double_suffix.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/parse_key.c b/tests/libs/zbxcommon/parse_key.c
index 4c3ee021151..58ea269a1c7 100644
--- a/tests/libs/zbxcommon/parse_key.c
+++ b/tests/libs/zbxcommon/parse_key.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/replace_key_params_dyn.c b/tests/libs/zbxcommon/replace_key_params_dyn.c
index 8164261bb10..94a32550070 100644
--- a/tests/libs/zbxcommon/replace_key_params_dyn.c
+++ b/tests/libs/zbxcommon/replace_key_params_dyn.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_dyn_escape_string.c b/tests/libs/zbxcommon/zbx_dyn_escape_string.c
index b89a1002521..97a453a5b1b 100644
--- a/tests/libs/zbxcommon/zbx_dyn_escape_string.c
+++ b/tests/libs/zbxcommon/zbx_dyn_escape_string.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_function_find.c b/tests/libs/zbxcommon/zbx_function_find.c
index 266f003b290..0d5855cbcd8 100644
--- a/tests/libs/zbxcommon/zbx_function_find.c
+++ b/tests/libs/zbxcommon/zbx_function_find.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_function_get_param_dyn.c b/tests/libs/zbxcommon/zbx_function_get_param_dyn.c
index 670939344ff..2b408c3784b 100644
--- a/tests/libs/zbxcommon/zbx_function_get_param_dyn.c
+++ b/tests/libs/zbxcommon/zbx_function_get_param_dyn.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_get_report_nextcheck.c b/tests/libs/zbxcommon/zbx_get_report_nextcheck.c
index a87ba63b337..d2c4908981d 100644
--- a/tests/libs/zbxcommon/zbx_get_report_nextcheck.c
+++ b/tests/libs/zbxcommon/zbx_get_report_nextcheck.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_get_week_number.c b/tests/libs/zbxcommon/zbx_get_week_number.c
index 39c3b8b1074..3fc30383209 100644
--- a/tests/libs/zbxcommon/zbx_get_week_number.c
+++ b/tests/libs/zbxcommon/zbx_get_week_number.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_interval_preproc.c b/tests/libs/zbxcommon/zbx_interval_preproc.c
index aa588547c1e..059fda17fb2 100644
--- a/tests/libs/zbxcommon/zbx_interval_preproc.c
+++ b/tests/libs/zbxcommon/zbx_interval_preproc.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_json_to_xml.c b/tests/libs/zbxcommon/zbx_json_to_xml.c
index 78785ad51a6..0f9972b65eb 100644
--- a/tests/libs/zbxcommon/zbx_json_to_xml.c
+++ b/tests/libs/zbxcommon/zbx_json_to_xml.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_ltrim_utf8.c b/tests/libs/zbxcommon/zbx_ltrim_utf8.c
index 877428c484e..96e09683f99 100644
--- a/tests/libs/zbxcommon/zbx_ltrim_utf8.c
+++ b/tests/libs/zbxcommon/zbx_ltrim_utf8.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_rtrim_utf8.c b/tests/libs/zbxcommon/zbx_rtrim_utf8.c
index fec0950f80c..8d12212b81d 100644
--- a/tests/libs/zbxcommon/zbx_rtrim_utf8.c
+++ b/tests/libs/zbxcommon/zbx_rtrim_utf8.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_str_extract.c b/tests/libs/zbxcommon/zbx_str_extract.c
index e86ee906cfd..a5c14945dda 100644
--- a/tests/libs/zbxcommon/zbx_str_extract.c
+++ b/tests/libs/zbxcommon/zbx_str_extract.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_tm_add.c b/tests/libs/zbxcommon/zbx_tm_add.c
index 5d1d159db4b..3db91a7948c 100644
--- a/tests/libs/zbxcommon/zbx_tm_add.c
+++ b/tests/libs/zbxcommon/zbx_tm_add.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_tm_round_down.c b/tests/libs/zbxcommon/zbx_tm_round_down.c
index 3c4135fb5c4..27310017179 100644
--- a/tests/libs/zbxcommon/zbx_tm_round_down.c
+++ b/tests/libs/zbxcommon/zbx_tm_round_down.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_tm_round_up.c b/tests/libs/zbxcommon/zbx_tm_round_up.c
index 419e3b92ffe..c38f2a299c3 100644
--- a/tests/libs/zbxcommon/zbx_tm_round_up.c
+++ b/tests/libs/zbxcommon/zbx_tm_round_up.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_tm_sub.c b/tests/libs/zbxcommon/zbx_tm_sub.c
index 9b2bf5aa2f6..d4300c6e547 100644
--- a/tests/libs/zbxcommon/zbx_tm_sub.c
+++ b/tests/libs/zbxcommon/zbx_tm_sub.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_token_find.c b/tests/libs/zbxcommon/zbx_token_find.c
index ed4c42eaedc..4cbc54aca95 100644
--- a/tests/libs/zbxcommon/zbx_token_find.c
+++ b/tests/libs/zbxcommon/zbx_token_find.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_trim_float.c b/tests/libs/zbxcommon/zbx_trim_float.c
index 5bbd55f22e1..7f287d81c55 100644
--- a/tests/libs/zbxcommon/zbx_trim_float.c
+++ b/tests/libs/zbxcommon/zbx_trim_float.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_trim_integer.c b/tests/libs/zbxcommon/zbx_trim_integer.c
index 802a87e4201..71c451f1984 100644
--- a/tests/libs/zbxcommon/zbx_trim_integer.c
+++ b/tests/libs/zbxcommon/zbx_trim_integer.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_truncate_itemkey.c b/tests/libs/zbxcommon/zbx_truncate_itemkey.c
index b56b6334c7f..55e42d04799 100644
--- a/tests/libs/zbxcommon/zbx_truncate_itemkey.c
+++ b/tests/libs/zbxcommon/zbx_truncate_itemkey.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_truncate_value.c b/tests/libs/zbxcommon/zbx_truncate_value.c
index 03e8c09190a..a743252cb9e 100644
--- a/tests/libs/zbxcommon/zbx_truncate_value.c
+++ b/tests/libs/zbxcommon/zbx_truncate_value.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_user_macro_parse.c b/tests/libs/zbxcommon/zbx_user_macro_parse.c
index 0fe61554b77..6dd8460cc8d 100644
--- a/tests/libs/zbxcommon/zbx_user_macro_parse.c
+++ b/tests/libs/zbxcommon/zbx_user_macro_parse.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_validate_interval.c b/tests/libs/zbxcommon/zbx_validate_interval.c
index 0e653d1567a..0b8d0d41a4c 100644
--- a/tests/libs/zbxcommon/zbx_validate_interval.c
+++ b/tests/libs/zbxcommon/zbx_validate_interval.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_variant_compare.c b/tests/libs/zbxcommon/zbx_variant_compare.c
index 70d710b509b..840376de7fa 100644
--- a/tests/libs/zbxcommon/zbx_variant_compare.c
+++ b/tests/libs/zbxcommon/zbx_variant_compare.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommon/zbx_xml_to_json.c b/tests/libs/zbxcommon/zbx_xml_to_json.c
index f5c95dcc38a..9ed16045f2b 100644
--- a/tests/libs/zbxcommon/zbx_xml_to_json.c
+++ b/tests/libs/zbxcommon/zbx_xml_to_json.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcomms/zbx_tcp_check_allowed_peers.c b/tests/libs/zbxcomms/zbx_tcp_check_allowed_peers.c
index 94a4902e8a8..83684cf51cf 100644
--- a/tests/libs/zbxcomms/zbx_tcp_check_allowed_peers.c
+++ b/tests/libs/zbxcomms/zbx_tcp_check_allowed_peers.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcomms/zbx_tcp_check_allowed_peers_ipv4.c b/tests/libs/zbxcomms/zbx_tcp_check_allowed_peers_ipv4.c
index 234b960e0d2..1dbd2ed544e 100644
--- a/tests/libs/zbxcomms/zbx_tcp_check_allowed_peers_ipv4.c
+++ b/tests/libs/zbxcomms/zbx_tcp_check_allowed_peers_ipv4.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c b/tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c
index 56a5dbeba31..999823a76f4 100644
--- a/tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c
+++ b/tests/libs/zbxcommshigh/zbx_tcp_recv_ext.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c b/tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c
index 672b7dacd89..9b14905848d 100644
--- a/tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c
+++ b/tests/libs/zbxcommshigh/zbx_tcp_recv_raw_ext.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxconf/parse_cfg_file.c b/tests/libs/zbxconf/parse_cfg_file.c
index 7311da01aee..bd40a605a55 100644
--- a/tests/libs/zbxconf/parse_cfg_file.c
+++ b/tests/libs/zbxconf/parse_cfg_file.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/dbconfig_maintenance_test.c b/tests/libs/zbxdbcache/dbconfig_maintenance_test.c
index 1d2c942c5af..e3467fb2e8e 100644
--- a/tests/libs/zbxdbcache/dbconfig_maintenance_test.c
+++ b/tests/libs/zbxdbcache/dbconfig_maintenance_test.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/dbconfig_maintenance_test.h b/tests/libs/zbxdbcache/dbconfig_maintenance_test.h
index 19e5109702a..ad40a8edc66 100644
--- a/tests/libs/zbxdbcache/dbconfig_maintenance_test.h
+++ b/tests/libs/zbxdbcache/dbconfig_maintenance_test.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/dc_check_maintenance_period.c b/tests/libs/zbxdbcache/dc_check_maintenance_period.c
index e04cb599e34..e8c899d7b78 100644
--- a/tests/libs/zbxdbcache/dc_check_maintenance_period.c
+++ b/tests/libs/zbxdbcache/dc_check_maintenance_period.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/dc_expand_user_macros_in_func_params.c b/tests/libs/zbxdbcache/dc_expand_user_macros_in_func_params.c
index 3a51f11a263..f6e4d413fa6 100644
--- a/tests/libs/zbxdbcache/dc_expand_user_macros_in_func_params.c
+++ b/tests/libs/zbxdbcache/dc_expand_user_macros_in_func_params.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/dc_function_calculate_nextcheck.c b/tests/libs/zbxdbcache/dc_function_calculate_nextcheck.c
index 0eadec95d61..e5adff7c4b8 100644
--- a/tests/libs/zbxdbcache/dc_function_calculate_nextcheck.c
+++ b/tests/libs/zbxdbcache/dc_function_calculate_nextcheck.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/dc_item_poller_type_update.c b/tests/libs/zbxdbcache/dc_item_poller_type_update.c
index 9d76d63b619..8fd604fc728 100644
--- a/tests/libs/zbxdbcache/dc_item_poller_type_update.c
+++ b/tests/libs/zbxdbcache/dc_item_poller_type_update.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@@ -94,7 +94,7 @@ static unsigned char str2pollertype(const char *str)
_ZBX_MKMAP(ZBX_NO_POLLER), _ZBX_MKMAP(ZBX_POLLER_TYPE_NORMAL),
_ZBX_MKMAP(ZBX_POLLER_TYPE_UNREACHABLE), _ZBX_MKMAP(ZBX_POLLER_TYPE_IPMI),
_ZBX_MKMAP(ZBX_POLLER_TYPE_PINGER), _ZBX_MKMAP(ZBX_POLLER_TYPE_JAVA),
- _ZBX_MKMAP(ZBX_POLLER_TYPE_HISTORY),
+ _ZBX_MKMAP(ZBX_POLLER_TYPE_HISTORY), _ZBX_MKMAP(ZBX_POLLER_TYPE_ODBC),
{ 0 }
};
diff --git a/tests/libs/zbxdbcache/dc_item_poller_type_update.yaml b/tests/libs/zbxdbcache/dc_item_poller_type_update.yaml
index 203c5ac7e2a..6f3970463a7 100644
--- a/tests/libs/zbxdbcache/dc_item_poller_type_update.yaml
+++ b/tests/libs/zbxdbcache/dc_item_poller_type_update.yaml
@@ -1102,84 +1102,91 @@ in:
key: k
poller: ZBX_NO_POLLER
flags: 0
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 206
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
poller: ZBX_NO_POLLER
flags: ZBX_ITEM_COLLECTED
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 207
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
- poller: ZBX_POLLER_TYPE_NORMAL
+ poller: ZBX_POLLER_TYPE_ODBC
flags: 0
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 208
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
- poller: ZBX_POLLER_TYPE_NORMAL
+ poller: ZBX_POLLER_TYPE_ODBC
flags: ZBX_ITEM_COLLECTED
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 209
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
poller: ZBX_POLLER_TYPE_IPMI
flags: 0
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 210
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
poller: ZBX_POLLER_TYPE_IPMI
flags: ZBX_ITEM_COLLECTED
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 211
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
poller: ZBX_POLLER_TYPE_PINGER
flags: 0
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 212
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
poller: ZBX_POLLER_TYPE_PINGER
flags: ZBX_ITEM_COLLECTED
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 213
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
poller: ZBX_POLLER_TYPE_JAVA
flags: 0
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 214
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
poller: ZBX_POLLER_TYPE_JAVA
flags: ZBX_ITEM_COLLECTED
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 215
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
poller: ZBX_POLLER_TYPE_UNREACHABLE
flags: 0
- result: ZBX_POLLER_TYPE_UNREACHABLE
+ result: ZBX_POLLER_TYPE_ODBC
+ - ref: 2151
+ access: DIRECT
+ type: ITEM_TYPE_DB_MONITOR
+ key: k
+ poller: ZBX_POLLER_TYPE_JAVA
+ flags: ZBX_HOST_UNREACHABLE
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 216
access: DIRECT
type: ITEM_TYPE_DB_MONITOR
key: k
poller: ZBX_POLLER_TYPE_UNREACHABLE
flags: ZBX_ITEM_COLLECTED
- result: ZBX_POLLER_TYPE_NORMAL
+ result: ZBX_POLLER_TYPE_ODBC
- ref: 217
access: DIRECT
type: ITEM_TYPE_IPMI
diff --git a/tests/libs/zbxdbcache/dc_item_poller_type_update_test.c b/tests/libs/zbxdbcache/dc_item_poller_type_update_test.c
index 6dfeba80ff3..2ff991a9674 100644
--- a/tests/libs/zbxdbcache/dc_item_poller_type_update_test.c
+++ b/tests/libs/zbxdbcache/dc_item_poller_type_update_test.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/dc_item_poller_type_update_test.h b/tests/libs/zbxdbcache/dc_item_poller_type_update_test.h
index a331ecdd197..82ae179aa13 100644
--- a/tests/libs/zbxdbcache/dc_item_poller_type_update_test.h
+++ b/tests/libs/zbxdbcache/dc_item_poller_type_update_test.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/dc_maintenance_match_tags.c b/tests/libs/zbxdbcache/dc_maintenance_match_tags.c
index d1158931260..29f1bed54d4 100644
--- a/tests/libs/zbxdbcache/dc_maintenance_match_tags.c
+++ b/tests/libs/zbxdbcache/dc_maintenance_match_tags.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/is_item_processed_by_server.c b/tests/libs/zbxdbcache/is_item_processed_by_server.c
index f10fb24a86d..76082c022b2 100644
--- a/tests/libs/zbxdbcache/is_item_processed_by_server.c
+++ b/tests/libs/zbxdbcache/is_item_processed_by_server.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/valuecache_test.c b/tests/libs/zbxdbcache/valuecache_test.c
index d85bdf04273..ea6d66cb0cc 100644
--- a/tests/libs/zbxdbcache/valuecache_test.c
+++ b/tests/libs/zbxdbcache/valuecache_test.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/valuecache_test.h b/tests/libs/zbxdbcache/valuecache_test.h
index d30497f84a2..b29f6a50636 100644
--- a/tests/libs/zbxdbcache/valuecache_test.h
+++ b/tests/libs/zbxdbcache/valuecache_test.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/zbx_vc_add_values.c b/tests/libs/zbxdbcache/zbx_vc_add_values.c
index a83a8c7fee0..c9501bf57e2 100644
--- a/tests/libs/zbxdbcache/zbx_vc_add_values.c
+++ b/tests/libs/zbxdbcache/zbx_vc_add_values.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/zbx_vc_get_value.c b/tests/libs/zbxdbcache/zbx_vc_get_value.c
index aa7ea5bde3d..0f7d323b8b6 100644
--- a/tests/libs/zbxdbcache/zbx_vc_get_value.c
+++ b/tests/libs/zbxdbcache/zbx_vc_get_value.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbcache/zbx_vc_get_values.c b/tests/libs/zbxdbcache/zbx_vc_get_values.c
index cbff161a96e..254992a1e07 100644
--- a/tests/libs/zbxdbcache/zbx_vc_get_values.c
+++ b/tests/libs/zbxdbcache/zbx_vc_get_values.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbhigh/DBadd_condition_alloc.c b/tests/libs/zbxdbhigh/DBadd_condition_alloc.c
index 9a85623ed5c..17695f0d9cd 100644
--- a/tests/libs/zbxdbhigh/DBadd_condition_alloc.c
+++ b/tests/libs/zbxdbhigh/DBadd_condition_alloc.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxdbhigh/DBselect_uint64.c b/tests/libs/zbxdbhigh/DBselect_uint64.c
index 0fc974ade34..0d3b56c271b 100644
--- a/tests/libs/zbxdbhigh/DBselect_uint64.c
+++ b/tests/libs/zbxdbhigh/DBselect_uint64.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/mock_eval.c b/tests/libs/zbxeval/mock_eval.c
index 9cb2c883ea1..1248274278c 100644
--- a/tests/libs/zbxeval/mock_eval.c
+++ b/tests/libs/zbxeval/mock_eval.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/mock_eval.h b/tests/libs/zbxeval/mock_eval.h
index 0b8e1110f8d..e488f2f61c5 100644
--- a/tests/libs/zbxeval/mock_eval.h
+++ b/tests/libs/zbxeval/mock_eval.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/zbx_eval_compose_expression.c b/tests/libs/zbxeval/zbx_eval_compose_expression.c
index 6a542312f3f..226ee834fd1 100644
--- a/tests/libs/zbxeval/zbx_eval_compose_expression.c
+++ b/tests/libs/zbxeval/zbx_eval_compose_expression.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/zbx_eval_execute.c b/tests/libs/zbxeval/zbx_eval_execute.c
index 00ed0477108..e52f15dea88 100644
--- a/tests/libs/zbxeval/zbx_eval_execute.c
+++ b/tests/libs/zbxeval/zbx_eval_execute.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/zbx_eval_execute_ext.c b/tests/libs/zbxeval/zbx_eval_execute_ext.c
index 444d0612a5b..547b28ecb03 100644
--- a/tests/libs/zbxeval/zbx_eval_execute_ext.c
+++ b/tests/libs/zbxeval/zbx_eval_execute_ext.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/zbx_eval_get_constant.c b/tests/libs/zbxeval/zbx_eval_get_constant.c
index f7e9a3f576a..8d03da7b8c5 100755
--- a/tests/libs/zbxeval/zbx_eval_get_constant.c
+++ b/tests/libs/zbxeval/zbx_eval_get_constant.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/zbx_eval_get_group_filter.c b/tests/libs/zbxeval/zbx_eval_get_group_filter.c
index 8862be39ee5..2475257ba20 100644
--- a/tests/libs/zbxeval/zbx_eval_get_group_filter.c
+++ b/tests/libs/zbxeval/zbx_eval_get_group_filter.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/zbx_eval_parse_expression.c b/tests/libs/zbxeval/zbx_eval_parse_expression.c
index 57039021875..43c6bf80703 100644
--- a/tests/libs/zbxeval/zbx_eval_parse_expression.c
+++ b/tests/libs/zbxeval/zbx_eval_parse_expression.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/zbx_eval_parse_query.c b/tests/libs/zbxeval/zbx_eval_parse_query.c
index db10cd3ec3a..01c597172fd 100755
--- a/tests/libs/zbxeval/zbx_eval_parse_query.c
+++ b/tests/libs/zbxeval/zbx_eval_parse_query.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/zbx_eval_prepare_filter.c b/tests/libs/zbxeval/zbx_eval_prepare_filter.c
index fc1665ac6e8..5f32773a687 100644
--- a/tests/libs/zbxeval/zbx_eval_prepare_filter.c
+++ b/tests/libs/zbxeval/zbx_eval_prepare_filter.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxeval/zbx_eval_serialize.c b/tests/libs/zbxeval/zbx_eval_serialize.c
index 1086e70f1b2..79eeeda9251 100644
--- a/tests/libs/zbxeval/zbx_eval_serialize.c
+++ b/tests/libs/zbxeval/zbx_eval_serialize.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxhistory/zbx_history_get_values.c b/tests/libs/zbxhistory/zbx_history_get_values.c
index ab4b03d4f56..e4bab02157e 100644
--- a/tests/libs/zbxhistory/zbx_history_get_values.c
+++ b/tests/libs/zbxhistory/zbx_history_get_values.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxjson/mock_json.c b/tests/libs/zbxjson/mock_json.c
index 322b3101e6f..36dac8b6adf 100644
--- a/tests/libs/zbxjson/mock_json.c
+++ b/tests/libs/zbxjson/mock_json.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxjson/mock_json.h b/tests/libs/zbxjson/mock_json.h
index 78c8cd7be71..6a8986e46a3 100644
--- a/tests/libs/zbxjson/mock_json.h
+++ b/tests/libs/zbxjson/mock_json.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxjson/zbx_json_decodevalue.c b/tests/libs/zbxjson/zbx_json_decodevalue.c
index fa731b37217..314cdcbeadb 100644
--- a/tests/libs/zbxjson/zbx_json_decodevalue.c
+++ b/tests/libs/zbxjson/zbx_json_decodevalue.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxjson/zbx_json_decodevalue_dyn.c b/tests/libs/zbxjson/zbx_json_decodevalue_dyn.c
index ffabbbdc053..c73796064bd 100644
--- a/tests/libs/zbxjson/zbx_json_decodevalue_dyn.c
+++ b/tests/libs/zbxjson/zbx_json_decodevalue_dyn.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxjson/zbx_json_open_path.c b/tests/libs/zbxjson/zbx_json_open_path.c
index 9b5ba14588e..c5beba1499d 100644
--- a/tests/libs/zbxjson/zbx_json_open_path.c
+++ b/tests/libs/zbxjson/zbx_json_open_path.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxjson/zbx_jsonpath_compile.c b/tests/libs/zbxjson/zbx_jsonpath_compile.c
index 074f3d14dfa..f83987ada58 100644
--- a/tests/libs/zbxjson/zbx_jsonpath_compile.c
+++ b/tests/libs/zbxjson/zbx_jsonpath_compile.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxjson/zbx_jsonpath_query.c b/tests/libs/zbxjson/zbx_jsonpath_query.c
index d35b9106efd..0beb97d1503 100644
--- a/tests/libs/zbxjson/zbx_jsonpath_query.c
+++ b/tests/libs/zbxjson/zbx_jsonpath_query.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxprometheus/prometheus_filter_init.c b/tests/libs/zbxprometheus/prometheus_filter_init.c
index 3e81057167f..d6f1b21cc06 100644
--- a/tests/libs/zbxprometheus/prometheus_filter_init.c
+++ b/tests/libs/zbxprometheus/prometheus_filter_init.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxprometheus/prometheus_parse_row.c b/tests/libs/zbxprometheus/prometheus_parse_row.c
index fbe4bdf02b3..01f97270f65 100644
--- a/tests/libs/zbxprometheus/prometheus_parse_row.c
+++ b/tests/libs/zbxprometheus/prometheus_parse_row.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxprometheus/prometheus_test.c b/tests/libs/zbxprometheus/prometheus_test.c
index 776b3a473c3..8d614f4d233 100644
--- a/tests/libs/zbxprometheus/prometheus_test.c
+++ b/tests/libs/zbxprometheus/prometheus_test.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxprometheus/prometheus_test.h b/tests/libs/zbxprometheus/prometheus_test.h
index 2c6e794524b..e190acc6c41 100644
--- a/tests/libs/zbxprometheus/prometheus_test.h
+++ b/tests/libs/zbxprometheus/prometheus_test.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxprometheus/zbx_prometheus_pattern.c b/tests/libs/zbxprometheus/zbx_prometheus_pattern.c
index cb1b6d305ce..04819ef1ef6 100644
--- a/tests/libs/zbxprometheus/zbx_prometheus_pattern.c
+++ b/tests/libs/zbxprometheus/zbx_prometheus_pattern.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxprometheus/zbx_prometheus_to_json.c b/tests/libs/zbxprometheus/zbx_prometheus_to_json.c
index 1b4213450f8..906ebc5e177 100644
--- a/tests/libs/zbxprometheus/zbx_prometheus_to_json.c
+++ b/tests/libs/zbxprometheus/zbx_prometheus_to_json.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxregexp/wildcard_match.c b/tests/libs/zbxregexp/wildcard_match.c
index 52f62a40942..a10541c530e 100644
--- a/tests/libs/zbxregexp/wildcard_match.c
+++ b/tests/libs/zbxregexp/wildcard_match.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxserver/evaluate_function.c b/tests/libs/zbxserver/evaluate_function.c
index d60777cff5b..3a110805484 100644
--- a/tests/libs/zbxserver/evaluate_function.c
+++ b/tests/libs/zbxserver/evaluate_function.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxserver/evaluate_percentage_deviations_in_remainder.c b/tests/libs/zbxserver/evaluate_percentage_deviations_in_remainder.c
index 2cb748f15a1..ca0f34ec1dd 100644
--- a/tests/libs/zbxserver/evaluate_percentage_deviations_in_remainder.c
+++ b/tests/libs/zbxserver/evaluate_percentage_deviations_in_remainder.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxserver/evaluate_stl.c b/tests/libs/zbxserver/evaluate_stl.c
index fce264abcc9..51973149236 100644
--- a/tests/libs/zbxserver/evaluate_stl.c
+++ b/tests/libs/zbxserver/evaluate_stl.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxserver/macro_fmttime.c b/tests/libs/zbxserver/macro_fmttime.c
index 48181d755a3..6ff357093b9 100644
--- a/tests/libs/zbxserver/macro_fmttime.c
+++ b/tests/libs/zbxserver/macro_fmttime.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxserver/substitute_lld_macros.c b/tests/libs/zbxserver/substitute_lld_macros.c
index 111fb439017..736bb1b7d72 100644
--- a/tests/libs/zbxserver/substitute_lld_macros.c
+++ b/tests/libs/zbxserver/substitute_lld_macros.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxserver/valuemaps.c b/tests/libs/zbxserver/valuemaps.c
index 383b9c92ad4..42a534642f7 100644
--- a/tests/libs/zbxserver/valuemaps.c
+++ b/tests/libs/zbxserver/valuemaps.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxserver/valuemaps_test.c b/tests/libs/zbxserver/valuemaps_test.c
index 34559b45cab..2cc7e52d0ca 100644
--- a/tests/libs/zbxserver/valuemaps_test.c
+++ b/tests/libs/zbxserver/valuemaps_test.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxserver/valuemaps_test.h b/tests/libs/zbxserver/valuemaps_test.h
index 8ad43bfe5d7..df1f91dcd2f 100644
--- a/tests/libs/zbxserver/valuemaps_test.h
+++ b/tests/libs/zbxserver/valuemaps_test.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/check_key_access_rules.c b/tests/libs/zbxsysinfo/check_key_access_rules.c
index 5f74d96d324..e1f4491d64d 100644
--- a/tests/libs/zbxsysinfo/check_key_access_rules.c
+++ b/tests/libs/zbxsysinfo/check_key_access_rules.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c b/tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c
index 7995aad48ba..bf1da909813 100644
--- a/tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c
+++ b/tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c b/tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c
index a67115eb6d3..6a90b15951c 100644
--- a/tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c
+++ b/tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c b/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c
index 55ea1b51c05..9226f24cc8d 100644
--- a/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c
+++ b/tests/libs/zbxsysinfo/common/WEB_PAGE_GET.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c b/tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c
index 691221084d5..3472cdc141e 100644
--- a/tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c
+++ b/tests/libs/zbxsysinfo/linux/KERNEL_MAXFILES.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c b/tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c
index 747c0c30b77..692a4345f5d 100644
--- a/tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c
+++ b/tests/libs/zbxsysinfo/linux/KERNEL_MAXPROC.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c b/tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c
index 215494be2c9..092c40e0177 100644
--- a/tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c
+++ b/tests/libs/zbxsysinfo/linux/NET_IF_DISCOVERY.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/NET_IF_IN.c b/tests/libs/zbxsysinfo/linux/NET_IF_IN.c
index a8aa723dd58..d1d673e9d89 100644
--- a/tests/libs/zbxsysinfo/linux/NET_IF_IN.c
+++ b/tests/libs/zbxsysinfo/linux/NET_IF_IN.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/NET_IF_OUT.c b/tests/libs/zbxsysinfo/linux/NET_IF_OUT.c
index da6492ad267..d4f74061e7b 100644
--- a/tests/libs/zbxsysinfo/linux/NET_IF_OUT.c
+++ b/tests/libs/zbxsysinfo/linux/NET_IF_OUT.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/NET_IF_TOTAL.c b/tests/libs/zbxsysinfo/linux/NET_IF_TOTAL.c
index ef87f2c672c..8d014cf7bf5 100644
--- a/tests/libs/zbxsysinfo/linux/NET_IF_TOTAL.c
+++ b/tests/libs/zbxsysinfo/linux/NET_IF_TOTAL.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c b/tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c
index 44cbaf09fea..4ac858c15c0 100644
--- a/tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c
+++ b/tests/libs/zbxsysinfo/linux/SYSTEM_BOOTTIME.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c b/tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c
index 098e1421f31..c81671f9403 100644
--- a/tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c
+++ b/tests/libs/zbxsysinfo/linux/SYSTEM_CPU_SWITCHES.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.c b/tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.c
index c5c127d4b5b..e14e4845fd9 100644
--- a/tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.c
+++ b/tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.yaml b/tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.yaml
index 6a6c05c7ce1..9ca6b795fcd 100644
--- a/tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.yaml
+++ b/tests/libs/zbxsysinfo/linux/SYSTEM_HW_CHASSIS.yaml
@@ -102,7 +102,7 @@ in:
fragments:
- '\x10\x17\x00\x00\x03\x03\x03\x00\x00\x00\x02\xFE\xFF\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x13\x1F\x03\x00\x00\x00\x00\x00\xFF\xFF\xFF\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1A\x04\x00\x01\x02\x00\xF0\x03\xFF\x80\x99\x09\x3C\x10\x00\x20\x00\x03\x0F\x02\x10\x06\x21\x00\x00\x48\x50\x00\x50\x32\x31\x20\x56\x65\x72\x2E\x20\x30\x32\x2E\x31\x36\x00\x30\x33\x2F\x32\x39\x2F\x32\x30\x31\x38\x00\x00\x01\x1B\x05\x00\x01\x02\x03\x04\x9E\x29\x02\x80\xB9\xD7\x28\x87\xD2\x24\x76\x00\x4B\xBB\x61\x00\x06\x05\x06\x48\x50\x00\x48\x50\x20\x45\x6C\x69\x74\x65\x44\x65\x73\x6B\x20\x38\x30\x30\x20\x47\x33\x20\x44\x4D\x20\x36\x35\x57\x00\x20\x00\x38\x43\x47\x37\x31\x33\x35\x38\x35\x48\x00\x59\x33\x41\x31\x38\x41\x56\x00\x31\x30\x33\x43\x5F\x35\x33\x33\x30\x37\x46\x20\x48\x50\x20\x45\x6C\x69\x74\x65\x44\x65\x73\x6B\x00\x00\x02\x11\x06\x00\x01\x02\x03\x04\x05\x01\x06\x00\x00\x0A\x00\x00\x00\x48\x50\x00\x38\x32\x39\x41\x00\x4B\x42\x43\x20\x56\x65\x72\x73\x69\x6F\x6E\x20\x30\x36\x2E\x32\x31\x00\x50\x47\x41\x54\x55\x30\x42\x4B\x39\x37\x31\x41\x49\x41\x00\x20\x00\x20\x00\x00\x03\x18\x07\x00\x01\x23\x02\x03\x04\x03\x03\x03\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x48\x50\x00\x20\x00\x38\x43\x47\x37\x31\x33\x35\x38\x35\x48\x00\x38\x43\x47\x37\x31\x33\x35\x38\x35\x48\x00\x00\x0B\x05\x08\x00\x04\x46\x42\x59\x54\x45\x23\x33\x45\x33\x59\x35\x4B\x36\x45\x36\x4A\x36\x53\x36\x61\x37\x48\x37\x4D\x37\x51\x37\x54\x37\x57\x37\x61\x37\x64\x37\x6A\x37\x6D\x62\x68\x63\x41\x2E\x72\x41\x3B\x00\x42\x55\x49\x4C\x44\x49\x44\x23\x31\x36\x57\x57\x57\x36\x41\x44\x33\x30\x32\x23\x53\x41\x42\x42\x23\x44\x41\x42\x42\x3B\x00\x45\x44\x4B\x32\x5F\x31\x00\x42\x75\x66\x66\x3D\x32\x00\x00\x0D\x16\x09\x00\x0E\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x65\x6E\x55\x53\x00\x64\x61\x44\x4B\x00\x6E\x6C\x4E\x4C\x00\x66\x69\x46\x49\x00\x66\x72\x46\x52\x00\x64\x65\x44\x45\x00\x69\x74\x49\x54\x00\x6A\x61\x4A\x50\x00\x6E\x6F\x4E\x4F\x00\x70\x74\x50\x54\x00\x65\x73\x45\x53\x00\x73\x76\x53\x45\x00\x7A\x68\x43\x4E\x00\x7A\x68\x54\x57\x00\x00\x07\x1B\x0A\x00\x01\x80\x01\x00\x01\x00\x01\x20\x00\x20\x00\x00\x04\x05\x07\x00\x00\x00\x00\x00\x00\x00\x00\x4C\x31\x20\x43\x61\x63\x68\x65\x00\x00\x07\x1B\x0B\x00\x01\x81\x01\x00\x04\x00\x04\x20\x00\x20\x00\x00\x05\x05\x05\x00\x00\x00\x00\x00\x00\x00\x00\x4C\x32\x20\x43\x61\x63\x68\x65\x00\x00\x07\x1B\x0C\x00\x01\x82\x01\x00\x20\x00\x20\x20\x00\x20\x00\x00\x06\x05\x08\x00\x00\x00\x00\x00\x00\x00\x00\x4C\x33\x20\x43\x61\x63\x68\x65\x00\x00\x04\x30\x0D\x00\x01\x03\xC6\x02\xE9\x06\x09\x00\xFF\xFB\xEB\xBF\x03\x8A\x64\x00\x10\x0E\x10\x0E\x41\x32\x0A\x00\x0B\x00\x0C\x00\x04\x05\x06\x04\x04\x08\xFC\x00\xC6\x00\x04\x00\x04\x00\x08\x00\x55\x33\x45\x31\x00\x49\x6E\x74\x65\x6C\x28\x52\x29\x20\x43\x6F\x72\x70\x6F\x72\x61\x74\x69\x6F\x6E\x00\x49\x6E\x74\x65\x6C\x28\x52\x29\x20\x43\x6F\x72\x65\x28\x54\x4D\x29\x20\x69\x37\x2D\x37\x37\x30\x30\x20\x43\x50\x55\x20\x40\x20\x33\x2E\x36\x30\x47\x48\x7A\x00\x54\x6F\x20\x42\x65\x20\x46\x69\x6C\x6C\x65\x64\x20\x42\x79\x20\x4F\x2E\x45\x2E\x4D\x2E\x00\x54\x6F\x20\x42\x65\x20\x46\x69\x6C\x6C\x65\x64\x20\x42\x79\x20\x4F\x2E\x45\x2E\x4D\x2E\x00\x54\x6F\x20\x42\x65\x20\x46\x69\x6C\x6C\x65\x64\x20\x42\x79\x20\x4F\x2E\x45\x2E\x4D\x2E\x00\x00\xCF\x09\x0E\x00\x00\x00\x00\x00\x42\x00\x00\x1B\x0F\x0F\x00\xFF\xFF\x65\x00\x00\x00\x00\x00\x00\x80\x01\x43\x50\x55\x20\x46\x61\x6E\x00\x00\x1B\x0F\x10\x00\xFF\xFF\x66\x00\x00\x00\x00\x00\x00\x80\x01\x43\x68\x61\x73\x73\x69\x73\x20\x46\x61\x6E\x00\x00\x08\x09\x11\x00\x01\x00\x02\xFF\x1C\x44\x69\x73\x70\x6C\x61\x79\x50\x6F\x72\x74\x00\x44\x69\x73\x70\x6C\x61\x79\x50\x6F\x72\x74\x20\x31\x00\x00\x08\x09\x12\x00\x01\x00\x02\xFF\x1C\x44\x69\x73\x70\x6C\x61\x79\x50\x6F\x72\x74\x00\x44\x69\x73\x70\x6C\x61\x79\x50\x6F\x72\x74\x20\x32\x00\x00\x08\x09\x13\x00\x01\x0B\x02\x0B\x1F\x52\x4A\x34\x35\x2F\x55\x53\x42\x00\x4C\x41\x4E\x00\x00\x08\x09\x14\x00\x01\x00\x02\x0D\x1D\x46\x52\x4F\x4E\x54\x20\x41\x55\x44\x00\x46\x72\x6F\x6E\x74\x20\x68\x65\x61\x64\x70\x68\x6F\x6E\x65\x20\x6F\x75\x74\x00\x00\x08\x09\x15\x00\x01\xFF\x02\x00\x1D\x53\x50\x4B\x52\x00\x53\x70\x65\x61\x6B\x65\x72\x00\x00\x08\x09\x16\x00\x01\x03\x02\x12\x10\x46\x52\x4F\x4E\x54\x20\x55\x53\x42\x20\x33\x2E\x31\x00\x46\x52\x4F\x4E\x54\x20\x54\x59\x50\x45\x20\x43\x00\x00\x08\x09\x17\x00\x01\x03\x02\x12\x10\x46\x52\x4F\x4E\x54\x20\x55\x53\x42\x20\x33\x2E\x30\x00\x46\x72\x6F\x6E\x74\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x31\x00\x00\x08\x09\x18\x00\x01\x03\x02\x12\x10\x46\x52\x4F\x4E\x54\x20\x55\x53\x42\x20\x33\x2E\x30\x00\x46\x72\x6F\x6E\x74\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x32\x00\x00\x08\x09\x19\x00\x01\x00\x02\x12\x10\x55\x53\x42\x00\x52\x65\x61\x72\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x31\x00\x00\x08\x09\x1A\x00\x01\x00\x02\x12\x10\x55\x53\x42\x00\x52\x65\x61\x72\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x32\x00\x00\x08\x09\x1B\x00\x01\x00\x02\x12\x10\x55\x53\x42\x00\x52\x65\x61\x72\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x33\x00\x00\x08\x09\x1C\x00\x01\x00\x02\x12\x10\x55\x53\x42\x00\x52\x65\x61\x72\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x34\x00\x00\x08\x09\x1D\x00\x01\x03\x02\x00\x10\x4D\x45\x44\x49\x41\x00\x41\x75\x78\x20\x55\x53\x42\x20\x70\x6F\x72\x74\x00\x00\x08\x09\x1E\x00\x01\x22\x02\x22\x20\x43\x74\x72\x6C\x30\x50\x6F\x72\x74\x31\x00\x53\x41\x54\x41\x31\x00\x00\x08\x09\x1F\x00\x01\xFF\x02\x00\xFF\x50\x57\x52\x00\x4D\x61\x69\x6E\x20\x70\x6F\x77\x65\x72\x00\x00\x08\x09\x20\x00\x01\xFF\x02\x00\xFF\x50\x57\x52\x43\x50\x55\x00\x43\x50\x55\x20\x70\x6F\x77\x65\x72\x00\x00\x08\x09\x21\x00\x01\xFF\x02\x00\xFF\x53\x41\x54\x41\x50\x57\x52\x30\x00\x53\x41\x54\x41\x20\x70\x6F\x77\x65\x72\x00\x00\x08\x09\x22\x00\x01\xFF\x02\x00\xFF\x43\x48\x46\x41\x4E\x32\x00\x52\x65\x61\x72\x20\x63\x68\x61\x73\x73\x69\x73\x20\x66\x61\x6E\x00\x00\x08\x09\x23\x00\x01\xFF\x02\x00\xFF\x43\x50\x55\x46\x41\x4E\x00\x43\x50\x55\x20\x66\x61\x6E\x00\x00\x08\x09\x24\x00\x01\x03\x02\x00\xFF\x50\x42\x2F\x4C\x45\x44\x00\x50\x6F\x77\x65\x72\x20\x42\x75\x74\x74\x6F\x6E\x20\x61\x6E\x64\x20\x46\x72\x6F\x6E\x74\x20\x4C\x45\x44\x00\x00\x08\x09\x25\x00\x01\x03\x02\x00\xFF\x48\x4C\x43\x4B\x00\x48\x6F\x6F\x64\x20\x6C\x6F\x63\x6B\x00\x00\x08\x09\x26\x00\x01\x03\x02\x00\xFF\x48\x53\x4E\x52\x00\x48\x6F\x6F\x64\x20\x73\x65\x6E\x73\x65\x00\x00\x09\x11\x27\x00\x01\xB2\x08\x03\x04\x05\x00\x04\x05\x00\x00\x00\xE0\x53\x6C\x6F\x74\x35\x20\x2F\x20\x4D\x32\x20\x57\x4C\x41\x4E\x2F\x42\x54\x00\x00\x09\x11\x28\x00\x01\xB4\x0A\x04\x04\x06\x00\x04\x05\x00\x00\x00\xE8\x53\x6C\x6F\x74\x36\x20\x2F\x20\x4D\x32\x20\x53\x53\x44\x00\x00\x27\x16\x29\x00\x00\x01\x02\x03\x04\x05\x06\x07\x00\x80\x12\x09\xFF\xFF\xFF\xFF\xFF\xFF\x4E\x55\x4C\x4C\x00\x4E\x55\x4C\x4C\x00\x4E\x55\x4C\x4C\x00\x4E\x55\x4C\x4C\x00\x4E\x55\x4C\x4C\x00\x48\x69\x67\x68\x20\x45\x66\x66\x69\x63\x69\x65\x6E\x63\x79\x00\x4E\x55\x4C\x4C\x00\x00\x29\x0B\x2A\x00\x01\x83\x01\x00\x00\x00\x10\x4F\x6E\x62\x6F\x61\x72\x64\x20\x49\x47\x44\x00\x00\x29\x0B\x2B\x00\x01\x85\x01\x00\x00\x00\xFE\x4F\x6E\x62\x6F\x61\x72\x64\x20\x4C\x61\x6E\x00\x00\x82\x14\x2C\x00\x24\x41\x4D\x54\x01\x01\x01\x01\x01\xA5\xBF\x02\xC0\x00\x01\x00\x00\x00\x83\x40\x2D\x00\x35\x00\x00\x00\x0B\x00\x00\x00\x00\x00\x0A\x00\xF8\x00\xC6\xA2\x00\x00\x00\x00\x09\xC0\x00\x00\x06\x00\x0B\x00\xB1\x04\x0C\x00\x00\x00\x00\x00\xFE\x00\xE3\x15\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x00\x00\x76\x50\x72\x6F\x00\x00\x00\x00\x00\x00\x11\x28\x2E\x00\x00\x00\xFE\xFF\x40\x00\x40\x00\x00\x20\x0D\x00\x01\x02\x1A\x80\x40\x60\x09\x03\x04\x05\x06\x01\x00\x00\x00\x00\x60\x09\x00\x00\x00\x00\xB0\x04\x44\x49\x4D\x4D\x31\x00\x43\x68\x61\x6E\x6E\x65\x6C\x42\x00\x53\x61\x6D\x73\x75\x6E\x67\x00\x31\x38\x37\x39\x38\x41\x38\x35\x00\x20\x00\x4D\x34\x37\x31\x41\x31\x4B\x34\x33\x43\x42\x31\x2D\x43\x52\x43\x20\x20\x20\x20\x00\x00\x11\x28\x02\x00\x00\x00\xFE\xFF\x40\x00\x40\x00\x00\x20\x0D\x00\x01\x02\x1A\x80\x40\x60\x09\x03\x04\x05\x06\x01\x00\x00\x00\x00\x60\x09\x00\x00\x00\x00\xB0\x04\x44\x49\x4D\x4D\x33\x00\x43\x68\x61\x6E\x6E\x65\x6C\x41\x00\x53\x61\x6D\x73\x75\x6E\x67\x00\x31\x38\x37\x39\x38\x36\x35\x46\x00\x20\x00\x4D\x34\x37\x31\x41\x31\x4B\x34\x33\x43\x42\x31\x2D\x43\x52\x43\x20\x20\x20\x20\x00\x00\x14\x23\x01\x00\x00\x00\x00\x00\xFF\xFF\x7F\x00\x2E\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x14\x23\x2F\x00\x00\x00\x80\x00\xFF\xFF\xFF\x00\x02\x00\x03\x00\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18\x05\x30\x00\x00\x00\x00\x20\x0B\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xDD\x1A\x32\x00\x03\x01\x00\x02\x06\x00\x00\x00\x02\x00\x00\x00\x00\x84\x00\x03\x00\x00\x05\x00\x00\x00\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x43\x50\x55\x00\x75\x43\x6F\x64\x65\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x54\x58\x54\x20\x41\x43\x4D\x20\x76\x65\x72\x73\x69\x6F\x6E\x00\x00\xDD\x1A\x33\x00\x03\x01\x00\x02\x06\x00\x00\x00\x02\x00\x0B\x00\x00\x0A\x00\x03\x04\x0B\x06\x0C\xB1\x04\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x4D\x45\x20\x31\x31\x2E\x30\x00\x4D\x45\x42\x78\x20\x76\x65\x72\x73\x69\x6F\x6E\x00\x4D\x45\x20\x46\x69\x72\x6D\x77\x61\x72\x65\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x43\x6F\x72\x70\x6F\x72\x61\x74\x65\x20\x53\x4B\x55\x00\x00\xDD\x4B\x34\x00\x0A\x01\x00\x02\x06\x00\x00\x00\x02\x03\xFF\xFF\xFF\xFF\xFF\x04\x00\xFF\xFF\xFF\x00\x00\x05\x00\xFF\xFF\xFF\x00\x00\x06\x00\xFF\xFF\xFF\xFF\xFF\x07\x00\x3E\x00\x00\x00\x00\x08\x00\x34\x00\x00\x00\x00\x09\x00\x0B\x00\x00\x00\x00\x0A\x00\x3E\x00\x00\x00\x00\x0B\x00\x34\x00\x00\x00\x00\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x53\x4B\x4C\x20\x50\x43\x48\x00\x50\x43\x48\x2D\x43\x52\x49\x44\x20\x53\x74\x61\x74\x75\x73\x00\x44\x69\x73\x61\x62\x6C\x65\x64\x00\x50\x43\x48\x2D\x43\x52\x49\x44\x20\x4F\x72\x69\x67\x69\x6E\x61\x6C\x20\x56\x61\x6C\x75\x65\x00\x50\x43\x48\x2D\x43\x52\x49\x44\x20\x4E\x65\x77\x20\x56\x61\x6C\x75\x65\x00\x4F\x50\x52\x4F\x4D\x20\x2D\x20\x52\x53\x54\x20\x2D\x20\x52\x41\x49\x44\x00\x53\x4B\x4C\x20\x50\x43\x48\x20\x48\x20\x42\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x53\x4B\x4C\x20\x50\x43\x48\x20\x48\x20\x44\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x4B\x42\x4C\x20\x50\x43\x48\x20\x48\x20\x41\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x53\x4B\x4C\x20\x50\x43\x48\x20\x4C\x50\x20\x42\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x53\x4B\x4C\x20\x50\x43\x48\x20\x4C\x50\x20\x43\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x00\xDD\x36\x35\x00\x07\x01\x00\x02\x06\x00\x00\x00\x02\x00\x02\x06\x00\x00\x00\x03\x00\x02\x06\x00\x00\x00\x04\x05\xFF\xFF\xFF\xFF\xFF\x06\x00\xFF\xFF\xFF\x05\x00\x07\x00\xFF\xFF\xFF\x05\x00\x08\x00\xFF\xFF\xFF\x04\x02\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x53\x41\x20\x2D\x20\x53\x79\x73\x74\x65\x6D\x20\x41\x67\x65\x6E\x74\x00\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x4D\x52\x43\x00\x53\x41\x20\x2D\x20\x50\x43\x49\x65\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x53\x41\x2D\x43\x52\x49\x44\x20\x53\x74\x61\x74\x75\x73\x00\x44\x69\x73\x61\x62\x6C\x65\x64\x00\x53\x41\x2D\x43\x52\x49\x44\x20\x4F\x72\x69\x67\x69\x6E\x61\x6C\x20\x56\x61\x6C\x75\x65\x00\x53\x41\x2D\x43\x52\x49\x44\x20\x4E\x65\x77\x20\x56\x61\x6C\x75\x65\x00\x4F\x50\x52\x4F\x4D\x20\x2D\x20\x56\x42\x49\x4F\x53\x00\x00\x0A\x06\x36\x00\x83\x01\x33\x32\x20\x4D\x42\x00\x00\x0E\x08\x37\x00\x01\xDB\x00\x00\x24\x4D\x45\x49\x00\x00\xDB\x51\x38\x00\x01\x03\x01\x45\x02\x00\x90\x06\x81\x10\x89\x30\x00\x00\x00\x00\x40\x08\x00\x00\x00\x00\x00\x00\x00\x00\x40\x02\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x03\x00\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4D\x45\x49\x31\x00\x4D\x45\x49\x32\x00\x4D\x45\x49\x33\x00\x00\x7F\x04\xFF\xFE\x00\x00'
out:
- value: 'HP HP EliteDesk 800 G3 DM 65W 8CG713585H'
+ value: 'HP HP EliteDesk 800 G3 DM 65W 8CG713585H Mini PC'
return: 'SYSINFO_RET_OK'
---
test case: "#2.1 unsuccessfully read 'type'"
@@ -112,8 +112,8 @@ in:
fragments:
- '\x10\x17\x00\x00\x03\x03\x03\x00\x00\x00\x02\xFE\xFF\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x13\x1F\x03\x00\x00\x00\x00\x00\xFF\xFF\xFF\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1A\x04\x00\x01\x02\x00\xF0\x03\xFF\x80\x99\x09\x3C\x10\x00\x20\x00\x03\x0F\x02\x10\x06\x21\x00\x00\x48\x50\x00\x50\x32\x31\x20\x56\x65\x72\x2E\x20\x30\x32\x2E\x31\x36\x00\x30\x33\x2F\x32\x39\x2F\x32\x30\x31\x38\x00\x00\x01\x1B\x05\x00\x01\x02\x03\x04\x9E\x29\x02\x80\xB9\xD7\x28\x87\xD2\x24\x76\x00\x4B\xBB\x61\x00\x06\x05\x06\x48\x50\x00\x48\x50\x20\x45\x6C\x69\x74\x65\x44\x65\x73\x6B\x20\x38\x30\x30\x20\x47\x33\x20\x44\x4D\x20\x36\x35\x57\x00\x20\x00\x38\x43\x47\x37\x31\x33\x35\x38\x35\x48\x00\x59\x33\x41\x31\x38\x41\x56\x00\x31\x30\x33\x43\x5F\x35\x33\x33\x30\x37\x46\x20\x48\x50\x20\x45\x6C\x69\x74\x65\x44\x65\x73\x6B\x00\x00\x02\x11\x06\x00\x01\x02\x03\x04\x05\x01\x06\x00\x00\x0A\x00\x00\x00\x48\x50\x00\x38\x32\x39\x41\x00\x4B\x42\x43\x20\x56\x65\x72\x73\x69\x6F\x6E\x20\x30\x36\x2E\x32\x31\x00\x50\x47\x41\x54\x55\x30\x42\x4B\x39\x37\x31\x41\x49\x41\x00\x20\x00\x20\x00\x00\x03\x18\x07\x00\x01\x23\x02\x03\x04\x03\x03\x03\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x48\x50\x00\x20\x00\x38\x43\x47\x37\x31\x33\x35\x38\x35\x48\x00\x38\x43\x47\x37\x31\x33\x35\x38\x35\x48\x00\x00\x0B\x05\x08\x00\x04\x46\x42\x59\x54\x45\x23\x33\x45\x33\x59\x35\x4B\x36\x45\x36\x4A\x36\x53\x36\x61\x37\x48\x37\x4D\x37\x51\x37\x54\x37\x57\x37\x61\x37\x64\x37\x6A\x37\x6D\x62\x68\x63\x41\x2E\x72\x41\x3B\x00\x42\x55\x49\x4C\x44\x49\x44\x23\x31\x36\x57\x57\x57\x36\x41\x44\x33\x30\x32\x23\x53\x41\x42\x42\x23\x44\x41\x42\x42\x3B\x00\x45\x44\x4B\x32\x5F\x31\x00\x42\x75\x66\x66\x3D\x32\x00\x00\x0D\x16\x09\x00\x0E\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x65\x6E\x55\x53\x00\x64\x61\x44\x4B\x00\x6E\x6C\x4E\x4C\x00\x66\x69\x46\x49\x00\x66\x72\x46\x52\x00\x64\x65\x44\x45\x00\x69\x74\x49\x54\x00\x6A\x61\x4A\x50\x00\x6E\x6F\x4E\x4F\x00\x70\x74\x50\x54\x00\x65\x73\x45\x53\x00\x73\x76\x53\x45\x00\x7A\x68\x43\x4E\x00\x7A\x68\x54\x57\x00\x00\x07\x1B\x0A\x00\x01\x80\x01\x00\x01\x00\x01\x20\x00\x20\x00\x00\x04\x05\x07\x00\x00\x00\x00\x00\x00\x00\x00\x4C\x31\x20\x43\x61\x63\x68\x65\x00\x00\x07\x1B\x0B\x00\x01\x81\x01\x00\x04\x00\x04\x20\x00\x20\x00\x00\x05\x05\x05\x00\x00\x00\x00\x00\x00\x00\x00\x4C\x32\x20\x43\x61\x63\x68\x65\x00\x00\x07\x1B\x0C\x00\x01\x82\x01\x00\x20\x00\x20\x20\x00\x20\x00\x00\x06\x05\x08\x00\x00\x00\x00\x00\x00\x00\x00\x4C\x33\x20\x43\x61\x63\x68\x65\x00\x00\x04\x30\x0D\x00\x01\x03\xC6\x02\xE9\x06\x09\x00\xFF\xFB\xEB\xBF\x03\x8A\x64\x00\x10\x0E\x10\x0E\x41\x32\x0A\x00\x0B\x00\x0C\x00\x04\x05\x06\x04\x04\x08\xFC\x00\xC6\x00\x04\x00\x04\x00\x08\x00\x55\x33\x45\x31\x00\x49\x6E\x74\x65\x6C\x28\x52\x29\x20\x43\x6F\x72\x70\x6F\x72\x61\x74\x69\x6F\x6E\x00\x49\x6E\x74\x65\x6C\x28\x52\x29\x20\x43\x6F\x72\x65\x28\x54\x4D\x29\x20\x69\x37\x2D\x37\x37\x30\x30\x20\x43\x50\x55\x20\x40\x20\x33\x2E\x36\x30\x47\x48\x7A\x00\x54\x6F\x20\x42\x65\x20\x46\x69\x6C\x6C\x65\x64\x20\x42\x79\x20\x4F\x2E\x45\x2E\x4D\x2E\x00\x54\x6F\x20\x42\x65\x20\x46\x69\x6C\x6C\x65\x64\x20\x42\x79\x20\x4F\x2E\x45\x2E\x4D\x2E\x00\x54\x6F\x20\x42\x65\x20\x46\x69\x6C\x6C\x65\x64\x20\x42\x79\x20\x4F\x2E\x45\x2E\x4D\x2E\x00\x00\xCF\x09\x0E\x00\x00\x00\x00\x00\x42\x00\x00\x1B\x0F\x0F\x00\xFF\xFF\x65\x00\x00\x00\x00\x00\x00\x80\x01\x43\x50\x55\x20\x46\x61\x6E\x00\x00\x1B\x0F\x10\x00\xFF\xFF\x66\x00\x00\x00\x00\x00\x00\x80\x01\x43\x68\x61\x73\x73\x69\x73\x20\x46\x61\x6E\x00\x00\x08\x09\x11\x00\x01\x00\x02\xFF\x1C\x44\x69\x73\x70\x6C\x61\x79\x50\x6F\x72\x74\x00\x44\x69\x73\x70\x6C\x61\x79\x50\x6F\x72\x74\x20\x31\x00\x00\x08\x09\x12\x00\x01\x00\x02\xFF\x1C\x44\x69\x73\x70\x6C\x61\x79\x50\x6F\x72\x74\x00\x44\x69\x73\x70\x6C\x61\x79\x50\x6F\x72\x74\x20\x32\x00\x00\x08\x09\x13\x00\x01\x0B\x02\x0B\x1F\x52\x4A\x34\x35\x2F\x55\x53\x42\x00\x4C\x41\x4E\x00\x00\x08\x09\x14\x00\x01\x00\x02\x0D\x1D\x46\x52\x4F\x4E\x54\x20\x41\x55\x44\x00\x46\x72\x6F\x6E\x74\x20\x68\x65\x61\x64\x70\x68\x6F\x6E\x65\x20\x6F\x75\x74\x00\x00\x08\x09\x15\x00\x01\xFF\x02\x00\x1D\x53\x50\x4B\x52\x00\x53\x70\x65\x61\x6B\x65\x72\x00\x00\x08\x09\x16\x00\x01\x03\x02\x12\x10\x46\x52\x4F\x4E\x54\x20\x55\x53\x42\x20\x33\x2E\x31\x00\x46\x52\x4F\x4E\x54\x20\x54\x59\x50\x45\x20\x43\x00\x00\x08\x09\x17\x00\x01\x03\x02\x12\x10\x46\x52\x4F\x4E\x54\x20\x55\x53\x42\x20\x33\x2E\x30\x00\x46\x72\x6F\x6E\x74\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x31\x00\x00\x08\x09\x18\x00\x01\x03\x02\x12\x10\x46\x52\x4F\x4E\x54\x20\x55\x53\x42\x20\x33\x2E\x30\x00\x46\x72\x6F\x6E\x74\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x32\x00\x00\x08\x09\x19\x00\x01\x00\x02\x12\x10\x55\x53\x42\x00\x52\x65\x61\x72\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x31\x00\x00\x08\x09\x1A\x00\x01\x00\x02\x12\x10\x55\x53\x42\x00\x52\x65\x61\x72\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x32\x00\x00\x08\x09\x1B\x00\x01\x00\x02\x12\x10\x55\x53\x42\x00\x52\x65\x61\x72\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x33\x00\x00\x08\x09\x1C\x00\x01\x00\x02\x12\x10\x55\x53\x42\x00\x52\x65\x61\x72\x20\x55\x53\x42\x20\x33\x2E\x30\x20\x50\x6F\x72\x74\x20\x34\x00\x00\x08\x09\x1D\x00\x01\x03\x02\x00\x10\x4D\x45\x44\x49\x41\x00\x41\x75\x78\x20\x55\x53\x42\x20\x70\x6F\x72\x74\x00\x00\x08\x09\x1E\x00\x01\x22\x02\x22\x20\x43\x74\x72\x6C\x30\x50\x6F\x72\x74\x31\x00\x53\x41\x54\x41\x31\x00\x00\x08\x09\x1F\x00\x01\xFF\x02\x00\xFF\x50\x57\x52\x00\x4D\x61\x69\x6E\x20\x70\x6F\x77\x65\x72\x00\x00\x08\x09\x20\x00\x01\xFF\x02\x00\xFF\x50\x57\x52\x43\x50\x55\x00\x43\x50\x55\x20\x70\x6F\x77\x65\x72\x00\x00\x08\x09\x21\x00\x01\xFF\x02\x00\xFF\x53\x41\x54\x41\x50\x57\x52\x30\x00\x53\x41\x54\x41\x20\x70\x6F\x77\x65\x72\x00\x00\x08\x09\x22\x00\x01\xFF\x02\x00\xFF\x43\x48\x46\x41\x4E\x32\x00\x52\x65\x61\x72\x20\x63\x68\x61\x73\x73\x69\x73\x20\x66\x61\x6E\x00\x00\x08\x09\x23\x00\x01\xFF\x02\x00\xFF\x43\x50\x55\x46\x41\x4E\x00\x43\x50\x55\x20\x66\x61\x6E\x00\x00\x08\x09\x24\x00\x01\x03\x02\x00\xFF\x50\x42\x2F\x4C\x45\x44\x00\x50\x6F\x77\x65\x72\x20\x42\x75\x74\x74\x6F\x6E\x20\x61\x6E\x64\x20\x46\x72\x6F\x6E\x74\x20\x4C\x45\x44\x00\x00\x08\x09\x25\x00\x01\x03\x02\x00\xFF\x48\x4C\x43\x4B\x00\x48\x6F\x6F\x64\x20\x6C\x6F\x63\x6B\x00\x00\x08\x09\x26\x00\x01\x03\x02\x00\xFF\x48\x53\x4E\x52\x00\x48\x6F\x6F\x64\x20\x73\x65\x6E\x73\x65\x00\x00\x09\x11\x27\x00\x01\xB2\x08\x03\x04\x05\x00\x04\x05\x00\x00\x00\xE0\x53\x6C\x6F\x74\x35\x20\x2F\x20\x4D\x32\x20\x57\x4C\x41\x4E\x2F\x42\x54\x00\x00\x09\x11\x28\x00\x01\xB4\x0A\x04\x04\x06\x00\x04\x05\x00\x00\x00\xE8\x53\x6C\x6F\x74\x36\x20\x2F\x20\x4D\x32\x20\x53\x53\x44\x00\x00\x27\x16\x29\x00\x00\x01\x02\x03\x04\x05\x06\x07\x00\x80\x12\x09\xFF\xFF\xFF\xFF\xFF\xFF\x4E\x55\x4C\x4C\x00\x4E\x55\x4C\x4C\x00\x4E\x55\x4C\x4C\x00\x4E\x55\x4C\x4C\x00\x4E\x55\x4C\x4C\x00\x48\x69\x67\x68\x20\x45\x66\x66\x69\x63\x69\x65\x6E\x63\x79\x00\x4E\x55\x4C\x4C\x00\x00\x29\x0B\x2A\x00\x01\x83\x01\x00\x00\x00\x10\x4F\x6E\x62\x6F\x61\x72\x64\x20\x49\x47\x44\x00\x00\x29\x0B\x2B\x00\x01\x85\x01\x00\x00\x00\xFE\x4F\x6E\x62\x6F\x61\x72\x64\x20\x4C\x61\x6E\x00\x00\x82\x14\x2C\x00\x24\x41\x4D\x54\x01\x01\x01\x01\x01\xA5\xBF\x02\xC0\x00\x01\x00\x00\x00\x83\x40\x2D\x00\x35\x00\x00\x00\x0B\x00\x00\x00\x00\x00\x0A\x00\xF8\x00\xC6\xA2\x00\x00\x00\x00\x09\xC0\x00\x00\x06\x00\x0B\x00\xB1\x04\x0C\x00\x00\x00\x00\x00\xFE\x00\xE3\x15\x00\x00\x00\x00\x00\x00\x00\x00\x26\x00\x00\x00\x76\x50\x72\x6F\x00\x00\x00\x00\x00\x00\x11\x28\x2E\x00\x00\x00\xFE\xFF\x40\x00\x40\x00\x00\x20\x0D\x00\x01\x02\x1A\x80\x40\x60\x09\x03\x04\x05\x06\x01\x00\x00\x00\x00\x60\x09\x00\x00\x00\x00\xB0\x04\x44\x49\x4D\x4D\x31\x00\x43\x68\x61\x6E\x6E\x65\x6C\x42\x00\x53\x61\x6D\x73\x75\x6E\x67\x00\x31\x38\x37\x39\x38\x41\x38\x35\x00\x20\x00\x4D\x34\x37\x31\x41\x31\x4B\x34\x33\x43\x42\x31\x2D\x43\x52\x43\x20\x20\x20\x20\x00\x00\x11\x28\x02\x00\x00\x00\xFE\xFF\x40\x00\x40\x00\x00\x20\x0D\x00\x01\x02\x1A\x80\x40\x60\x09\x03\x04\x05\x06\x01\x00\x00\x00\x00\x60\x09\x00\x00\x00\x00\xB0\x04\x44\x49\x4D\x4D\x33\x00\x43\x68\x61\x6E\x6E\x65\x6C\x41\x00\x53\x61\x6D\x73\x75\x6E\x67\x00\x31\x38\x37\x39\x38\x36\x35\x46\x00\x20\x00\x4D\x34\x37\x31\x41\x31\x4B\x34\x33\x43\x42\x31\x2D\x43\x52\x43\x20\x20\x20\x20\x00\x00\x14\x23\x01\x00\x00\x00\x00\x00\xFF\xFF\x7F\x00\x2E\x00\x03\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x14\x23\x2F\x00\x00\x00\x80\x00\xFF\xFF\xFF\x00\x02\x00\x03\x00\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x18\x05\x30\x00\x00\x00\x00\x20\x0B\x31\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xDD\x1A\x32\x00\x03\x01\x00\x02\x06\x00\x00\x00\x02\x00\x00\x00\x00\x84\x00\x03\x00\x00\x05\x00\x00\x00\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x43\x50\x55\x00\x75\x43\x6F\x64\x65\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x54\x58\x54\x20\x41\x43\x4D\x20\x76\x65\x72\x73\x69\x6F\x6E\x00\x00\xDD\x1A\x33\x00\x03\x01\x00\x02\x06\x00\x00\x00\x02\x00\x0B\x00\x00\x0A\x00\x03\x04\x0B\x06\x0C\xB1\x04\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x4D\x45\x20\x31\x31\x2E\x30\x00\x4D\x45\x42\x78\x20\x76\x65\x72\x73\x69\x6F\x6E\x00\x4D\x45\x20\x46\x69\x72\x6D\x77\x61\x72\x65\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x43\x6F\x72\x70\x6F\x72\x61\x74\x65\x20\x53\x4B\x55\x00\x00\xDD\x4B\x34\x00\x0A\x01\x00\x02\x06\x00\x00\x00\x02\x03\xFF\xFF\xFF\xFF\xFF\x04\x00\xFF\xFF\xFF\x00\x00\x05\x00\xFF\xFF\xFF\x00\x00\x06\x00\xFF\xFF\xFF\xFF\xFF\x07\x00\x3E\x00\x00\x00\x00\x08\x00\x34\x00\x00\x00\x00\x09\x00\x0B\x00\x00\x00\x00\x0A\x00\x3E\x00\x00\x00\x00\x0B\x00\x34\x00\x00\x00\x00\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x53\x4B\x4C\x20\x50\x43\x48\x00\x50\x43\x48\x2D\x43\x52\x49\x44\x20\x53\x74\x61\x74\x75\x73\x00\x44\x69\x73\x61\x62\x6C\x65\x64\x00\x50\x43\x48\x2D\x43\x52\x49\x44\x20\x4F\x72\x69\x67\x69\x6E\x61\x6C\x20\x56\x61\x6C\x75\x65\x00\x50\x43\x48\x2D\x43\x52\x49\x44\x20\x4E\x65\x77\x20\x56\x61\x6C\x75\x65\x00\x4F\x50\x52\x4F\x4D\x20\x2D\x20\x52\x53\x54\x20\x2D\x20\x52\x41\x49\x44\x00\x53\x4B\x4C\x20\x50\x43\x48\x20\x48\x20\x42\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x53\x4B\x4C\x20\x50\x43\x48\x20\x48\x20\x44\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x4B\x42\x4C\x20\x50\x43\x48\x20\x48\x20\x41\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x53\x4B\x4C\x20\x50\x43\x48\x20\x4C\x50\x20\x42\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x53\x4B\x4C\x20\x50\x43\x48\x20\x4C\x50\x20\x43\x78\x20\x48\x73\x69\x6F\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x00\xDD\x36\x35\x00\x07\x01\x00\x02\x06\x00\x00\x00\x02\x00\x02\x06\x00\x00\x00\x03\x00\x02\x06\x00\x00\x00\x04\x05\xFF\xFF\xFF\xFF\xFF\x06\x00\xFF\xFF\xFF\x05\x00\x07\x00\xFF\xFF\xFF\x05\x00\x08\x00\xFF\xFF\xFF\x04\x02\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x53\x41\x20\x2D\x20\x53\x79\x73\x74\x65\x6D\x20\x41\x67\x65\x6E\x74\x00\x52\x65\x66\x65\x72\x65\x6E\x63\x65\x20\x43\x6F\x64\x65\x20\x2D\x20\x4D\x52\x43\x00\x53\x41\x20\x2D\x20\x50\x43\x49\x65\x20\x56\x65\x72\x73\x69\x6F\x6E\x00\x53\x41\x2D\x43\x52\x49\x44\x20\x53\x74\x61\x74\x75\x73\x00\x44\x69\x73\x61\x62\x6C\x65\x64\x00\x53\x41\x2D\x43\x52\x49\x44\x20\x4F\x72\x69\x67\x69\x6E\x61\x6C\x20\x56\x61\x6C\x75\x65\x00\x53\x41\x2D\x43\x52\x49\x44\x20\x4E\x65\x77\x20\x56\x61\x6C\x75\x65\x00\x4F\x50\x52\x4F\x4D\x20\x2D\x20\x56\x42\x49\x4F\x53\x00\x00\x0A\x06\x36\x00\x83\x01\x33\x32\x20\x4D\x42\x00\x00\x0E\x08\x37\x00\x01\xDB\x00\x00\x24\x4D\x45\x49\x00\x00\xDB\x51\x38\x00\x01\x03\x01\x45\x02\x00\x90\x06\x81\x10\x89\x30\x00\x00\x00\x00\x40\x08\x00\x00\x00\x00\x00\x00\x00\x00\x40\x02\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF\x03\x00\x00\x00\x80\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4D\x45\x49\x31\x00\x4D\x45\x49\x32\x00\x4D\x45\x49\x33\x00\x00\x7F\x04\xFF\xFE\x00\x00'
out:
- value: 'Cannot obtain hardware information.'
- return: 'SYSINFO_RET_FAIL'
+ value: 'Mini PC'
+ return: 'SYSINFO_RET_OK'
---
test case: "#2.2 unsuccessfully read"
in:
diff --git a/tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c b/tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c
index dc7b7cebd3e..e70363b8168 100644
--- a/tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c
+++ b/tests/libs/zbxsysinfo/linux/VFS_FS_DISCOVERY.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/parse_item_key.c b/tests/libs/zbxsysinfo/parse_item_key.c
index 6f34887627e..4966d36511c 100644
--- a/tests/libs/zbxsysinfo/parse_item_key.c
+++ b/tests/libs/zbxsysinfo/parse_item_key.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/process.c b/tests/libs/zbxsysinfo/process.c
index 048bd9dbc4e..4321bb7e85c 100644
--- a/tests/libs/zbxsysinfo/process.c
+++ b/tests/libs/zbxsysinfo/process.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxsysinfo/process_http.c b/tests/libs/zbxsysinfo/process_http.c
index f29e35544af..497435c1771 100644
--- a/tests/libs/zbxsysinfo/process_http.c
+++ b/tests/libs/zbxsysinfo/process_http.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxtrends/zbx_baseline_get_data.c b/tests/libs/zbxtrends/zbx_baseline_get_data.c
index 71910809f69..c253dac6bcb 100644
--- a/tests/libs/zbxtrends/zbx_baseline_get_data.c
+++ b/tests/libs/zbxtrends/zbx_baseline_get_data.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/libs/zbxtrends/zbx_trends_parse_range.c b/tests/libs/zbxtrends/zbx_trends_parse_range.c
index f1d6c1fea55..f66d01d4f99 100644
--- a/tests/libs/zbxtrends/zbx_trends_parse_range.c
+++ b/tests/libs/zbxtrends/zbx_trends_parse_range.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/mocks/configcache/configcache.c b/tests/mocks/configcache/configcache.c
index 92d91187ee1..4319cca2f23 100644
--- a/tests/mocks/configcache/configcache.c
+++ b/tests/mocks/configcache/configcache.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/mocks/configcache/configcache.h b/tests/mocks/configcache/configcache.h
index 84bee2c2e30..944e98730a0 100644
--- a/tests/mocks/configcache/configcache.h
+++ b/tests/mocks/configcache/configcache.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/mocks/configcache/configcache_mock.h b/tests/mocks/configcache/configcache_mock.h
index 2a4952a683b..4a11e1f2b81 100644
--- a/tests/mocks/configcache/configcache_mock.h
+++ b/tests/mocks/configcache/configcache_mock.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/mocks/configcache/hosts.c b/tests/mocks/configcache/hosts.c
index 6cd4242b99c..ea67b094aa2 100644
--- a/tests/mocks/configcache/hosts.c
+++ b/tests/mocks/configcache/hosts.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/mocks/configcache/usermacros.c b/tests/mocks/configcache/usermacros.c
index 84098498ba3..fb80e499d58 100644
--- a/tests/mocks/configcache/usermacros.c
+++ b/tests/mocks/configcache/usermacros.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/mocks/valuecache/valuecache_mock.c b/tests/mocks/valuecache/valuecache_mock.c
index 32b64d33bd9..829dd651e23 100644
--- a/tests/mocks/valuecache/valuecache_mock.c
+++ b/tests/mocks/valuecache/valuecache_mock.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/mocks/valuecache/valuecache_mock.h b/tests/mocks/valuecache/valuecache_mock.h
index 230157dff58..122a1b11c07 100644
--- a/tests/mocks/valuecache/valuecache_mock.h
+++ b/tests/mocks/valuecache/valuecache_mock.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/preprocessor/item_preproc_csv_to_json.c b/tests/zabbix_server/preprocessor/item_preproc_csv_to_json.c
index 7ad8c3dfd7c..75110c50ab7 100644
--- a/tests/zabbix_server/preprocessor/item_preproc_csv_to_json.c
+++ b/tests/zabbix_server/preprocessor/item_preproc_csv_to_json.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/preprocessor/item_preproc_test.c b/tests/zabbix_server/preprocessor/item_preproc_test.c
index b6e75cfdab1..4399d644091 100644
--- a/tests/zabbix_server/preprocessor/item_preproc_test.c
+++ b/tests/zabbix_server/preprocessor/item_preproc_test.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/preprocessor/item_preproc_test.h b/tests/zabbix_server/preprocessor/item_preproc_test.h
index 40abe4faa27..834adef18c6 100644
--- a/tests/zabbix_server/preprocessor/item_preproc_test.h
+++ b/tests/zabbix_server/preprocessor/item_preproc_test.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/preprocessor/item_preproc_xpath.c b/tests/zabbix_server/preprocessor/item_preproc_xpath.c
index c5b8d4b0a75..6cb8fad5512 100644
--- a/tests/zabbix_server/preprocessor/item_preproc_xpath.c
+++ b/tests/zabbix_server/preprocessor/item_preproc_xpath.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/preprocessor/zbx_item_preproc.c b/tests/zabbix_server/preprocessor/zbx_item_preproc.c
index f0308e71393..4152cebb021 100644
--- a/tests/zabbix_server/preprocessor/zbx_item_preproc.c
+++ b/tests/zabbix_server/preprocessor/zbx_item_preproc.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/service/mock_service.c b/tests/zabbix_server/service/mock_service.c
index 3caeaf73186..d350e69a8a1 100644
--- a/tests/zabbix_server/service/mock_service.c
+++ b/tests/zabbix_server/service/mock_service.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/service/mock_service.h b/tests/zabbix_server/service/mock_service.h
index b9369238a05..8e148015c41 100644
--- a/tests/zabbix_server/service/mock_service.h
+++ b/tests/zabbix_server/service/mock_service.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/service/service_get_main_status.c b/tests/zabbix_server/service/service_get_main_status.c
index 94fca174387..17ea20de745 100644
--- a/tests/zabbix_server/service/service_get_main_status.c
+++ b/tests/zabbix_server/service/service_get_main_status.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/service/service_get_rootcause_eventids.c b/tests/zabbix_server/service/service_get_rootcause_eventids.c
index 8f855a94110..a63719056a0 100644
--- a/tests/zabbix_server/service/service_get_rootcause_eventids.c
+++ b/tests/zabbix_server/service/service_get_rootcause_eventids.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/service/service_get_rule_status.c b/tests/zabbix_server/service/service_get_rule_status.c
index 89c9c10f7e6..54cc1e2bbc8 100644
--- a/tests/zabbix_server/service/service_get_rule_status.c
+++ b/tests/zabbix_server/service/service_get_rule_status.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/service/service_get_status.c b/tests/zabbix_server/service/service_get_status.c
index f49ce79b82c..61cb43fa709 100644
--- a/tests/zabbix_server/service/service_get_status.c
+++ b/tests/zabbix_server/service/service_get_status.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/trapper/trapper_preproc_test_run.c b/tests/zabbix_server/trapper/trapper_preproc_test_run.c
index b1f9a9531cb..8db37e05cd7 100644
--- a/tests/zabbix_server/trapper/trapper_preproc_test_run.c
+++ b/tests/zabbix_server/trapper/trapper_preproc_test_run.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/trapper/trapper_preproc_test_run.h b/tests/zabbix_server/trapper/trapper_preproc_test_run.h
index fae6ea33b19..809a9ef72de 100644
--- a/tests/zabbix_server/trapper/trapper_preproc_test_run.h
+++ b/tests/zabbix_server/trapper/trapper_preproc_test_run.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c b/tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c
index 79a5bcafa8c..3dddaa33981 100644
--- a/tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c
+++ b/tests/zabbix_server/trapper/zbx_trapper_preproc_test_run.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockassert.c b/tests/zbxmockassert.c
index 6def8d2d4a3..82a54505df0 100644
--- a/tests/zbxmockassert.c
+++ b/tests/zbxmockassert.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockassert.h b/tests/zbxmockassert.h
index 2af6c2ad17a..7d3f07d212f 100644
--- a/tests/zbxmockassert.h
+++ b/tests/zbxmockassert.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU Ge_neral Public License as published by
diff --git a/tests/zbxmockdata.c b/tests/zbxmockdata.c
index 7879b4a18bb..e22dd438050 100644
--- a/tests/zbxmockdata.c
+++ b/tests/zbxmockdata.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockdata.h b/tests/zbxmockdata.h
index fc6df697e00..8ad3e16c4d1 100644
--- a/tests/zbxmockdata.h
+++ b/tests/zbxmockdata.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockdb.c b/tests/zbxmockdb.c
index d75940da80c..4a5cd3893cc 100644
--- a/tests/zbxmockdb.c
+++ b/tests/zbxmockdb.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockdb.h b/tests/zbxmockdb.h
index 20b9ad11cab..ceb4336b3b4 100644
--- a/tests/zbxmockdb.h
+++ b/tests/zbxmockdb.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockdir.c b/tests/zbxmockdir.c
index ad054d6f1fa..ab9ce4e0f50 100644
--- a/tests/zbxmockdir.c
+++ b/tests/zbxmockdir.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockexit.c b/tests/zbxmockexit.c
index ac230dc729d..932aa63bec6 100644
--- a/tests/zbxmockexit.c
+++ b/tests/zbxmockexit.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockfile.c b/tests/zbxmockfile.c
index 4664c87c99d..de129859439 100644
--- a/tests/zbxmockfile.c
+++ b/tests/zbxmockfile.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockhelper.c b/tests/zbxmockhelper.c
index 3ca5ff22711..faaaea5dcb5 100644
--- a/tests/zbxmockhelper.c
+++ b/tests/zbxmockhelper.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockhelper.h b/tests/zbxmockhelper.h
index d0c174aac52..6827d5cb646 100644
--- a/tests/zbxmockhelper.h
+++ b/tests/zbxmockhelper.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockjson.c b/tests/zbxmockjson.c
index fa226da08df..0f85d7bcd09 100644
--- a/tests/zbxmockjson.c
+++ b/tests/zbxmockjson.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockjson.h b/tests/zbxmockjson.h
index bac92c5c7e8..29e7ec41c95 100644
--- a/tests/zbxmockjson.h
+++ b/tests/zbxmockjson.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmocklog.c b/tests/zbxmocklog.c
index 225cff65836..d8e0fc6c432 100644
--- a/tests/zbxmocklog.c
+++ b/tests/zbxmocklog.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmocktest.c b/tests/zbxmocktest.c
index 9a7408af15e..13c844c3d07 100644
--- a/tests/zbxmocktest.c
+++ b/tests/zbxmocktest.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@@ -58,6 +58,7 @@ int CONFIG_HISTORYPOLLER_FORKS = 5;
int CONFIG_AVAILMAN_FORKS = 1;
int CONFIG_SERVICEMAN_FORKS = 0;
int CONFIG_PROBLEMHOUSEKEEPER_FORKS = 0;
+int CONFIG_ODBCPOLLER_FORKS = 5;
int CONFIG_LISTEN_PORT = 0;
char *CONFIG_LISTEN_IP = NULL;
diff --git a/tests/zbxmocktest.h b/tests/zbxmocktest.h
index ec662210473..6e34920ffa9 100644
--- a/tests/zbxmocktest.h
+++ b/tests/zbxmocktest.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmocktime.c b/tests/zbxmocktime.c
index 1c8c621b28e..6e38fcf2de6 100644
--- a/tests/zbxmocktime.c
+++ b/tests/zbxmocktime.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockutil.c b/tests/zbxmockutil.c
index 783ade0ed61..ab56f896079 100644
--- a/tests/zbxmockutil.c
+++ b/tests/zbxmockutil.c
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
diff --git a/tests/zbxmockutil.h b/tests/zbxmockutil.h
index 95908341ea1..2fa54633c6f 100644
--- a/tests/zbxmockutil.h
+++ b/tests/zbxmockutil.h
@@ -1,6 +1,6 @@
/*
** Zabbix
-** Copyright (C) 2001-2021 Zabbix SIA
+** Copyright (C) 2001-2022 Zabbix SIA
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by