Changes between Version 1 and Version 2 of DSC/zf_validation
- Timestamp:
- Aug 21, 2013, 8:11:42 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/zf_validation
v1 v2 1 1 = Image Validation Procedure = 2 2 3 1.) Decide on the image name (e.g. team-image-name.ndz) and store it in /.orbit-image 4 2.) Run prepare.sh and let the node shut down 5 3.) Run "omf save" and save the image 3 1.) Decide on the image name (e.g. team-image-name.ndz) and store it in /.orbit-image 4 2.) Run prepare.sh and let the node shut down 5 3.) Run "omf save" and save the image 6 {{{ 6 7 omf save -n node2-1.grid.obit-lab.org 8 }}} 7 9 4.) ssh into repository1 and rename the image 8 10 {{{ … … 12 14 }}} 13 15 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 16 {{{ 17 omf load -i team-image-name.ndz -t system:topo:dsc-teamA 18 }}} 15 19 6.) turn the imaged nodes on 16 omf tell -a on -t system:topo:dsc-teamA 20 {{{ 21 omf tell -a on -t system:topo:dsc-teamA 22 }}} 17 23 7.) Execute competitive match and receive at least one packet successfully 18 omf exec system:exp:dsc-match -- --mode COMP 24 {{{ 25 omf exec system:exp:dsc-match -- --mode COMP 19 26 8.) Execute cooperative match and receive at least one packet successfully 20 omf exec system:exp:dsc-match -- --mode COOP 27 {{{ 28 omf exec system:exp:dsc-match -- --mode COOP 29 }} 21 30 9.) Not alter the image in any way (including renaming it) for the image you want to be used in the preliminary competition. 22 31 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.