Changes between Initial Version and Version 1 of DSC/zf_validation


Ignore:
Timestamp:
Aug 21, 2013, 8:09:34 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zf_validation

    v1 v1  
     1= Image Validation Procedure =
     2
     31.) Decide on the image name (e.g. team-image-name.ndz) and store it in /.orbit-image
     42.) Run prepare.sh and let the node shut down
     53.) Run "omf save" and save the image
     6      omf save -n node2-1.grid.obit-lab.org
     7  4.) ssh into repository1 and rename the image
     8{{{
     9  ssh repository1
     10  cd /export/omf/omf-images
     11  mv expf-id-based-image-name.ndz team-image-name.ndz
     12}}}
     13  5.) go back to the grid console and load the image into one pair of match nodes i.e.:
     14       omf load -i team-image-name.ndz -t system:topo:dsc-teamA
     15  6.) turn the imaged nodes on
     16       omf tell -a on -t system:topo:dsc-teamA
     17  7.) Execute competitive match and receive at least one packet successfully
     18       omf exec system:exp:dsc-match -- --mode COMP
     19  8.) Execute cooperative match and receive at least one packet successfully
     20       omf exec system:exp:dsc-match -- --mode COOP
     21  9.) Not alter the image in any way (including renaming it) for the image you want to be used in the preliminary competition.
     22  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.