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