X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=examples%2Fomf%2Fnepi_omf6_plexus_ping.py;h=96ac2ef3fdac13a2586431943365ef0c9c08f158;hb=ecdd7ec5a216f5faf46ec9f1c7eb5c2454c14d27;hp=6674c212bddc9c9d7e40fc596ff8a4adf4cd65aa;hpb=f025a30a215310a9803067a25e244137b71f56f2;p=nepi.git diff --git a/examples/omf/nepi_omf6_plexus_ping.py b/examples/omf/nepi_omf6_plexus_ping.py index 6674c212..96ac2ef3 100644 --- a/examples/omf/nepi_omf6_plexus_ping.py +++ b/examples/omf/nepi_omf6_plexus_ping.py @@ -63,11 +63,11 @@ ec.set(chan, 'channel', "6") # Create and Configure the Application app1 = ec.register_resource("OMFApplication") -ec.set(app1, 'command', '/bin/ping 192.168.0.49') +ec.set(app1, 'command', '/bin/ping -c5 192.168.0.49') ec.set(app1, 'env', "") app2 = ec.register_resource("OMFApplication") -ec.set(app2, 'command', '/bin/ping 192.168.0.12') +ec.set(app2, 'command', '/bin/ping -c5 192.168.0.12') ec.set(app2, 'env', "")