From af58fff1faa2a3480c8e8ac442c1fdf8a8ec2c2e Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Tue, 7 Jul 2020 15:29:59 +0300 Subject: [PATCH] [add] more duration tests --- tests/all.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/all.sh b/tests/all.sh index 9509449..32b949d 100644 --- a/tests/all.sh +++ b/tests/all.sh @@ -465,5 +465,13 @@ testZabbixDiscoverManyPools() { testZabbixDiscoverReturnsData } +testDiscoverScriptManyPoolsRunDuration() { + testDiscoverScriptRunDuration +} + +testZabbixDiscoverManyPoolsRunDuration() { + testZabbixDiscoverRunDuration +} + # Load shUnit2. . shunit2