Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libs/zbxsysinfo/process_http.yaml')
-rw-r--r--tests/libs/zbxsysinfo/process_http.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/libs/zbxsysinfo/process_http.yaml b/tests/libs/zbxsysinfo/process_http.yaml
new file mode 100644
index 00000000000..b2fd1b62caf
--- /dev/null
+++ b/tests/libs/zbxsysinfo/process_http.yaml
@@ -0,0 +1,16 @@
+---
+test case: successfully called WEB_PAGE_GET function
+in:
+ in_command: web.page.get[localhost,,80]
+ flags: 4
+---
+test case: successfully called WEB_PAGE_PERF function
+in:
+ in_command: web.page.perf[localhost,,80]
+ flags: 4
+---
+test case: successfully called WEB_PAGE_REGEXP function
+in:
+ in_command: web.page.regexp[localhost,,80,OK]
+ flags: 4
+...