Megatest

Ticket Change Details
Login
Overview

Artifact ID: 22401d8aadf1f722f861e140532ccf8aa81354fd
Ticket: dbaf0cc7fc007ecacdcdeeb163d656ac395121e3
Overriding config values on commandline
User & Date: matt on 2013-05-07 10:59:28
Changes

  1. comment changed to:
    <verbatim>
    megatest -set-mvals setup::max_concurrent_jobs=20,server::timeout=0.1 -set-rvals p1271/6/r2.3/iftag::FDKSETUP=’ fdk71 cfdk71.6_r2.3 qa -ot iftag.ot’
    
    -set-mvals is megatest.config overrides
    -set-rvals is runconfigs.config overrides
    
    Syntax is:
    
    section1::VAR1=VAL1,section2::VAR2=VAL2
    
    Limitations:
    
    1.	No commas, ever.
    2.	No equals, ever.
    3.	No double colons, ever.
    4.	Values get applied once, we have to decide when.
    
    </verbatim>
    
  2. severity changed to: "Critical"
  3. status changed to: "Open"
  4. title changed to: "Overriding config values on commandline"
  5. type changed to: "Feature_Request"