ns3 tests related to build profiles More...
Public Member Functions | |
def | setUp (self) |
Clean configuration/build artifacts before testing configuration settings. More... | |
def | test_01_Debug (self) |
Test the debug build. More... | |
def | test_02_Release (self) |
Test the release build. More... | |
def | test_03_Optimized (self) |
Test the optimized build. More... | |
def | test_04_Typo (self) |
Test a build type with a typo. More... | |
def | test_05_TYPO (self) |
Test a build type with another typo. More... | |
def | test_06_OverwriteDefaultSettings (self) |
Replace settings set by default (e.g. More... | |
ns3 tests related to build profiles
Definition at line 665 of file test-ns3.py.
def test-ns3.NS3ConfigureBuildProfileTestCase.setUp | ( | self | ) |
Clean configuration/build artifacts before testing configuration settings.
Definition at line 670 of file test-ns3.py.
References test-ns3.run_ns3().
def test-ns3.NS3ConfigureBuildProfileTestCase.test_01_Debug | ( | self | ) |
Test the debug build.
Definition at line 679 of file test-ns3.py.
References test-ns3.get_libraries_list(), and test-ns3.run_ns3().
def test-ns3.NS3ConfigureBuildProfileTestCase.test_02_Release | ( | self | ) |
Test the release build.
Definition at line 700 of file test-ns3.py.
References test-ns3.run_ns3().
def test-ns3.NS3ConfigureBuildProfileTestCase.test_03_Optimized | ( | self | ) |
Test the optimized build.
Definition at line 710 of file test-ns3.py.
References test-ns3.get_libraries_list(), and test-ns3.run_ns3().
def test-ns3.NS3ConfigureBuildProfileTestCase.test_04_Typo | ( | self | ) |
Test a build type with a typo.
Definition at line 731 of file test-ns3.py.
References test-ns3.run_ns3().
def test-ns3.NS3ConfigureBuildProfileTestCase.test_05_TYPO | ( | self | ) |
Test a build type with another typo.
Definition at line 740 of file test-ns3.py.
References test-ns3.run_ns3().
def test-ns3.NS3ConfigureBuildProfileTestCase.test_06_OverwriteDefaultSettings | ( | self | ) |
Replace settings set by default (e.g.
ASSERT/LOGs enabled in debug builds and disabled in default ones)
Definition at line 749 of file test-ns3.py.
References test-ns3.run_ns3().