Changes between Version 2 and Version 3 of DSC/zf_validation


Ignore:
Timestamp:
Aug 21, 2013, 9:18:46 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zf_validation

    v2 v3  
    11= Image Validation Procedure =
    22
    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  1. Run prepare.sh and let the node shut down
     5  1. Run "omf save" and save the image
    66{{{
    77      omf save -n node2-1.grid.obit-lab.org
    88}}}
    9   4.) ssh into repository1 and rename the image
     9  1. ssh into repository1 and rename the image
    1010{{{
    1111  ssh repository1
     
    1313  mv expf-id-based-image-name.ndz team-image-name.ndz
    1414}}}
    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.:
    1616{{{
    1717  omf load -i team-image-name.ndz -t system:topo:dsc-teamA
    1818}}}
    19   6.) turn the imaged nodes on
     19  1. turn the imaged nodes on
    2020{{{
    2121  omf tell -a on -t system:topo:dsc-teamA
    2222}}}
    23   7.) Execute competitive match and receive at least one packet successfully
     23  1. Execute competitive match and receive at least one packet successfully
    2424{{{
    2525  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
    2728{{{
    2829  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   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.
     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.