Version 3 (modified by 11 years ago) ( diff ) | ,
---|
Image Validation Procedure
- Decide on the image name (e.g. team-image-name.ndz) and store it in /.orbit-image
- Run prepare.sh and let the node shut down
- Run "omf save" and save the image
omf save -n node2-1.grid.obit-lab.org
- ssh into repository1 and rename the image
ssh repository1 cd /export/omf/omf-images mv expf-id-based-image-name.ndz team-image-name.ndz
- go back to the grid console and load the image into one pair of match nodes i.e.:
omf load -i team-image-name.ndz -t system:topo:dsc-teamA
- turn the imaged nodes on
omf tell -a on -t system:topo:dsc-teamA
- Execute competitive match and receive at least one packet successfully
omf exec system:exp:dsc-match -- --mode COMP
- Execute cooperative match and receive at least one packet successfully
omf exec system:exp:dsc-match -- --mode COOP
- Not alter the image in any way (including renaming it) for the image you want to be used in the preliminary competition.
- If you have multiple images that were scored, tell the ORBIT team which one you want to be used otherwise last one that was successfully verified will be used.
Note:
See TracWiki
for help on using the wiki.