wiki:DSC/zf_validation

Version 3 (modified by seskar, 11 years ago) ( diff )

Image Validation Procedure

  1. Decide on the image name (e.g. team-image-name.ndz) and store it in /.orbit-image
  2. Run prepare.sh and let the node shut down
  3. Run "omf save" and save the image
          omf save -n node2-1.grid.obit-lab.org 
    
  4. 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
    
  5. 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
    
  6. turn the imaged nodes on
      omf tell -a on -t system:topo:dsc-teamA
    
  7. Execute competitive match and receive at least one packet successfully
      omf exec system:exp:dsc-match -- --mode COMP
    
  8. Execute cooperative match and receive at least one packet successfully
      omf exec system:exp:dsc-match -- --mode COOP
    
  9. Not alter the image in any way (including renaming it) for the image you want to be used in the preliminary competition.
  10. 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.