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

« back to all changes in this revision

Viewing changes to systemTest.py

  • Committer: Ould Abidine Abdellahi
  • Date: 2010-12-22 12:40:27 UTC
  • Revision ID: abd@beast-20101222124027-ij7kxhab60ro6i6l
Added new femto cell test (InH NLoS scenario).

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
                                           disabledReason = "",
127
127
                                           workingDir = 'configIMTA')
128
128
 
 
129
testSuite12 = pywns.WNSUnit.ProbesTestSuite( sandboxPath = os.path.join('..', '..', '..', 'sandbox'),
 
130
                                           
 
131
                                           configFile = 'config.py',
 
132
                                           shortDescription = "InH like coexistence scenario.",
 
133
                                           requireReferenceOutput = False,
 
134
                                           disabled = False,
 
135
                                           disabledReason = "",
 
136
                                           workingDir = 'configFemto')
 
137
 
129
138
 
130
139
testSuite.addTest(testSuite9)
131
140
testSuite.addTest(testSuite2)
138
147
testSuite.addTest(testSuite1)
139
148
testSuite.addTest(testSuite10)
140
149
testSuite.addTest(testSuite11)
 
150
testSuite.addTest(testSuite12)
 
151
 
141
152
 
142
153
if __name__ == '__main__':
143
154
    # This is only evaluated if the script is called by hand