Changes between Version 9 and Version 10 of GENIFIRE/Labwiki/Part2a/Execute


Ignore:
Timestamp:
07/08/14 21:33:43 (10 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIFIRE/Labwiki/Part2a/Execute

    v9 v10  
    3939defApplication('iperfclient') do |app|
    4040  app.description = "manually run Iperf client"
    41   app.binary_path = "/usr/bin/iperf -c 192.168.1.15 -t 100 -P 2 -i 2"
     41  app.binary_path = "/usr/bin/iperf -c 192.168.1.15 -t 100 -i 2"
    4242end
    4343