Changes between Version 4 and Version 5 of Internal/Maintenance


Ignore:
Timestamp:
Jun 27, 2013, 12:48:09 AM (11 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Maintenance

    v4 v5  
    2121----
    2222'''Darpa Challange Test'''[[BR]]
    23  4. A moidification of the steps listed [wiki:DSC/dc_trial2#Tournamentexperimentexample1 here]
     23 5. Load the bot image onto the arena:
     24    {{{
     25username@console.grid:~$ omf load -i dsc-bot.ndz -t system:topo:dsc-arena
     26    }}}
     27 1. Once completed turn nodes on
     28    {{{
     29username@console.grid:~$ omf tell -a on -t system:topo:dsc-arena
     30    }}}
     31 1. Goto the root directory and run the Expirment script:
     32    {{{
     33    cd /root
     34    omf exec dsc-wildcard.rb -- --team1 dsc-teamA --team2 dsc-teamC
     35    }}}
     36 1. Run 3 times, then swap team names.
    2437----