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

« back to all changes in this revision

Viewing changes to systemTest.py

  • Committer: Benedikt Wolz
  • Date: 2010-06-04 09:35:28 UTC
  • mto: This revision was merged to the branch mainline in revision 65.
  • Revision ID: bmw@comnets.rwth-aachen.de-20100604093528-l5oh7kcb7lv72opw
add beamforming test

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                                           disabled = False,
50
50
                                           disabledReason = "",
51
51
                                           workingDir = 'configOFDMA')
 
52
##################################################################################
 
53
#~~~~~~~~~~~~~~~~~~~~~~  TEST-SUITE -- SDMA Test ~~~~~~~~~~~~~~~~~~~~~~~~~
 
54
testSuite10 = pywns.WNSUnit.ProbesTestSuite( sandboxPath = os.path.join('..', '..', '..', 'sandbox'),
 
55
                                           configFile = 'configSDMA.py',
 
56
                                           shortDescription = 'Using SDMA',
 
57
                                           requireReferenceOutput = False,
 
58
                                           disabled = False,
 
59
                                           disabledReason = "",
 
60
                                           workingDir = 'configBeamforming')
52
61
 
53
62
##################################################################################
54
63
#~~~~~~~~~~~~~~~~~~~~~~  TEST-SUITE -- BypassQueue Test ~~~~~~~~~~~~~~~~~~~~~~~~~
118
127
testSuite.addTest(testSuite7)
119
128
testSuite.addTest(testSuite8)
120
129
testSuite.addTest(testSuite9)
 
130
testSuite.addTest(testSuite10)
121
131
 
122
132
if __name__ == '__main__':
123
133
    # This is only evaluated if the script is called by hand