Signed-off-by: Jan Tluka jtluka@redhat.com --- test_modules/Icmp6Ping.py | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/test_modules/Icmp6Ping.py b/test_modules/Icmp6Ping.py index 5e05e90..9197b42 100644 --- a/test_modules/Icmp6Ping.py +++ b/test_modules/Icmp6Ping.py @@ -28,6 +28,10 @@ class Icmp6Ping(TestGeneric): if interval: cmd += " -i %s" % interval
+ size = self.get_opt("size") + if size: + cmd += " -s %s" % size + return cmd
def run(self):
Wed, Oct 01, 2014 at 04:13:03PM CEST, jtluka@redhat.com wrote:
Signed-off-by: Jan Tluka jtluka@redhat.com
applied
lnst-developers@lists.fedorahosted.org