~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: 2011-02-14 14:06:58 UTC
  • Revision ID: bmw@comnets.rwth-aachen.de-20110214140658-bfngxukgqd4nmj2h
add beamforming test

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                                           disabledReason = "",
60
60
                                           workingDir = 'configOFDMA')
61
61
##################################################################################
 
62
#~~~~~~~~~~~~~~~~~~~~~~  TEST-SUITE -- Beamforminmg Test ~~~~~~~~~~~~~~~~~~~~~~~~~
 
63
testSuite10 = pywns.WNSUnit.ProbesTestSuite( sandboxPath = os.path.join('..', '..', '..', 'sandbox'),
 
64
                                           configFile = 'config.py',
 
65
                                           shortDescription = 'Using SDMA',
 
66
                                           requireReferenceOutput = False,
 
67
                                           disabled = False,
 
68
                                           disabledReason = "",
 
69
                                           workingDir = 'configBeamforming')
 
70
                                           ##################################################################################
62
71
#~~~~~~~~~~~~~~~~~~~~~~  TEST-SUITE -- SDMA Test ~~~~~~~~~~~~~~~~~~~~~~~~~
63
 
testSuite10 = pywns.WNSUnit.ProbesTestSuite( sandboxPath = os.path.join('..', '..', '..', 'sandbox'),
64
 
                                           configFile = 'config.py',
 
72
testSuite13 = pywns.WNSUnit.ProbesTestSuite( sandboxPath = os.path.join('..', '..', '..', 'sandbox'),
 
73
                                           configFile = 'configSDMA.py',
65
74
                                           shortDescription = 'Using SDMA',
66
75
                                           requireReferenceOutput = False,
67
76
                                           disabled = False,
148
157
testSuite.addTest(testSuite10)
149
158
testSuite.addTest(testSuite11)
150
159
testSuite.addTest(testSuite12)
151
 
 
 
160
testSuite.addTest(testSuite13)
152
161
 
153
162
if __name__ == '__main__':
154
163
    # This is only evaluated if the script is called by hand