23 | | 4. A moidification of the steps listed [wiki:DSC/dc_trial2#Tournamentexperimentexample1 here] |
| 23 | 5. Load the bot image onto the arena: |
| 24 | {{{ |
| 25 | username@console.grid:~$ omf load -i dsc-bot.ndz -t system:topo:dsc-arena |
| 26 | }}} |
| 27 | 1. Once completed turn nodes on |
| 28 | {{{ |
| 29 | username@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. |