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,
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,
148
157
testSuite.addTest(testSuite10)
149
158
testSuite.addTest(testSuite11)
150
159
testSuite.addTest(testSuite12)
160
testSuite.addTest(testSuite13)
153
162
if __name__ == '__main__':
154
163
# This is only evaluated if the script is called by hand