Ignore:
Timestamp:
11 Jun 2012, 13:24:39 (12 years ago)
Author:
uli
Message:

Consider instance mode when starting/stopping instances.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.stress/trunk/kofa01/pre_run.py

    r8675 r8681  
    1414
    1515instance=cfg_opts['instance']
     16mode = cfg_opts['instance_mode']
     17
    1618print "PRE-RUN.PY: using instance: waeup.%s" % instance
    1719
     
    2325
    2426## starts an instance as daemon
    25 waeup.stress.start_instance(instance)
     27waeup.stress.start_instance(instance, mode=mode)
    2628## wait for instance to come up
    2729waeup.stress.wait_for_startup(cfg_opts['host'], int(cfg_opts['baseport']))
Note: See TracChangeset for help on using the changeset viewer.