~comnets/openwns-systemtest-wifimac/systemtest-wifimac--main--1.0

« back to all changes in this revision

Viewing changes to configJEN.py

  • Committer: Maciej Muehleisen
  • Date: 2009-12-29 19:22:41 UTC
  • mfrom: (54.1.1 WiFiMAC-Tests--main--1.0)
  • Revision ID: mue@comnets.rwth-aachen.de-20091229192241-92gehj854bkug3co
Adjusted tests to new scenario interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
 
118
118
#################
119
119
# Create scenario
120
 
scenario = rise.Scenario.Scenario(xmin=0,ymin=0,xmax=distance, ymax=1)
 
120
scenario = rise.Scenario.Scenario()
121
121
 
122
122
riseConfig = WNS.modules.rise
123
123
riseConfig.debug.transmitter = (commonLoggerLevel > 1)