mirror of
https://github.com/rvalitov/zabbix-php-fpm.git
synced 2023-11-05 03:30:27 +01:00
[add] script timeout test
This commit is contained in:
parent
47d0caf212
commit
22c3a06523
@ -365,12 +365,16 @@ testZabbixDiscoverNumberOfPortPools() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#This test should be last in Zabbix tests
|
#This test should be last in Zabbix tests
|
||||||
testZabbixDiscoverTimeout() {
|
testDiscoverScriptTimeout() {
|
||||||
#Create lots of pools
|
#Create lots of pools
|
||||||
MAX_POOLS=20
|
MAX_POOLS=20
|
||||||
MAX_PORTS=20
|
MAX_PORTS=20
|
||||||
setupPools
|
setupPools
|
||||||
|
|
||||||
|
testDiscoverScriptReturnsData
|
||||||
|
}
|
||||||
|
|
||||||
|
testZabbixDiscoverTimeout() {
|
||||||
testZabbixDiscoverReturnsData
|
testZabbixDiscoverReturnsData
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user