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

« back to all changes in this revision

Viewing changes to systemTest.py

  • Committer: Maciej Muehleisen
  • Date: 2010-05-26 20:12:45 UTC
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: mue@comnets.rwth-aachen.de-20100526201245-18g45454981e2yjy
Reduced OFDMA tests to one test at 5MHz BW. Added IMT-A UMa test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                                           shortDescription = 'Using multiple subchannels',
48
48
                                           requireReferenceOutput = False,
49
49
                                           disabled = False,
50
 
                                           disabledReason = "OFDMA needs to be enabled",
 
50
                                           disabledReason = "",
51
51
                                           workingDir = 'configOFDMA')
52
52
 
 
53
##################################################################################
 
54
#~~~~~~~~~~~~~~~~~~~~~~  TEST-SUITE -- BypassQueue Test ~~~~~~~~~~~~~~~~~~~~~~~~~
53
55
testSuite4 = pywns.WNSUnit.ProbesTestSuite( sandboxPath = os.path.join('..', '..', '..', 'sandbox'),
54
56
                                           
55
 
                                           configFile = 'config5MHz.py',
56
 
                                           shortDescription = 'Using multiple subchannels',
57
 
                                           requireReferenceOutput = False,
58
 
                                           disabled = False,
59
 
                                           disabledReason = "OFDMA needs to be enabled",
60
 
                                           workingDir = 'configOFDMA')
61
 
 
62
 
 
63
 
##################################################################################
64
 
#~~~~~~~~~~~~~~~~~~~~~~  TEST-SUITE -- BypassQueue Test ~~~~~~~~~~~~~~~~~~~~~~~~~
65
 
testSuite5 = pywns.WNSUnit.ProbesTestSuite( sandboxPath = os.path.join('..', '..', '..', 'sandbox'),
66
 
                                           
67
57
                                           configFile = 'config.py',
68
58
                                           shortDescription = 'Same as basic test but with bypass queue',
69
59
                                           requireReferenceOutput = True,
71
61
                                           disabledReason = "",
72
62
                                           workingDir = 'configBypass')
73
63
 
 
64
##################################################################################
 
65
#~~~~~~~~~~~~~~~~~~~~~~  TEST-SUITE -- IMT-Advanced Tests ~~~~~~~~~~~~~~~~~~~~~~~~~
 
66
testSuite5 = pywns.WNSUnit.ProbesTestSuite( sandboxPath = os.path.join('..', '..', '..', 'sandbox'),
 
67
                                           
 
68
                                           configFile = 'configUMa.py',
 
69
                                           shortDescription = "IMT-A Urban Macro Scenario with 5MHz BW in 3 sectors.",
 
70
                                           requireReferenceOutput = False,
 
71
                                           disabled = False,
 
72
                                           disabledReason = "",
 
73
                                           workingDir = 'configIMTA')
 
74
 
 
75
 
74
76
testSuite.addTest(testSuite1)
75
77
testSuite.addTest(testSuite2)
76
78
testSuite.addTest(testSuite3)