Changes between Version 13 and Version 14 of GEC20Agenda/LabWiki/ModuleE/Execute


Ignore:
Timestamp:
06/22/14 17:25:41 (10 years ago)
Author:
dbhat@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC20Agenda/LabWiki/ModuleE/Execute

    v13 v14  
    1717==== 3.1.2a. Start Trema controllers on the two switch nodes in the topology shown in [http://groups.geni.net/geni/wiki/GEC20Agenda/LabWiki/ModuleC/DesignSetup ModuleC] ====
    1818
    19 {{{
    20 defApplication('trema') do |app|
    21   app.description = 'This app runs trema from command line'
    22   app.binary_path = '/usr/bin/trema run /root/learning-switch.rb'
    23 end
    24 defGroup('Source2', property.source1,property.source2) do |node|
    25   node.addApplication("trema")
    26 end
    27 }}}
     19Done in Module C
    2820
    2921==== 3.1.2b. Start an Iperf server on nodef ====