commit 5f81681cc571a83e505a45f1bd642167a5981de2 Author: Jan Tluka jtluka@redhat.com Date: Fri Jun 27 10:55:25 2014 +0200
IcmpPing: Fix string typos in ping test modules
Signed-off-by: Jan Tluka jtluka@redhat.com Signed-off-by: Jiri Pirko jiri@resnulli.us
test_modules/Icmp6Ping.py | 2 +- test_modules/IcmpPing.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/test_modules/Icmp6Ping.py b/test_modules/Icmp6Ping.py index 3c5c994..5e05e90 100644 --- a/test_modules/Icmp6Ping.py +++ b/test_modules/Icmp6Ping.py @@ -64,7 +64,7 @@ class Icmp6Ping(TestGeneric): res_data["rtt_max"] = tmax
if rate < limit_rate : - res_data["msg"] = "rate is lower that limit" + res_data["msg"] = "rate is lower than limit" return self.set_fail(res_data)
return self.set_pass(res_data) diff --git a/test_modules/IcmpPing.py b/test_modules/IcmpPing.py index 6f7380c..5dfc5b2 100644 --- a/test_modules/IcmpPing.py +++ b/test_modules/IcmpPing.py @@ -62,7 +62,7 @@ class IcmpPing(TestGeneric): res_data["rtt_max"] = tmax
if rate < limit_rate: - res_data["msg"] = "rate is lower that limit" + res_data["msg"] = "rate is lower than limit" return self.set_fail(res_data)
return self.set_pass(res_data)
lnst-developers@lists.fedorahosted.org