ns3 tests related to generic options More...
Public Member Functions | |
def | setUp (self) |
Clean configuration/build artifacts before common commands. More... | |
def | test_01_NoOption (self) |
Test not passing any arguments to. More... | |
def | test_02_NoTaskLines (self) |
Test only passing –quiet argument to ns3. More... | |
def | test_03_CheckConfig (self) |
Test only passing 'show config' argument to ns3. More... | |
def | test_04_CheckProfile (self) |
Test only passing 'show profile' argument to ns3. More... | |
def | test_05_CheckVersion (self) |
Test only passing 'show version' argument to ns3. More... | |
ns3 tests related to generic options
Definition at line 605 of file test-ns3.py.
def test-ns3.NS3CommonSettingsTestCase.setUp | ( | self | ) |
Clean configuration/build artifacts before common commands.
Definition at line 610 of file test-ns3.py.
References test-ns3.run_ns3().
def test-ns3.NS3CommonSettingsTestCase.test_01_NoOption | ( | self | ) |
Test not passing any arguments to.
Definition at line 619 of file test-ns3.py.
References test-ns3.run_ns3().
def test-ns3.NS3CommonSettingsTestCase.test_02_NoTaskLines | ( | self | ) |
Test only passing –quiet argument to ns3.
Definition at line 628 of file test-ns3.py.
References test-ns3.run_ns3().
def test-ns3.NS3CommonSettingsTestCase.test_03_CheckConfig | ( | self | ) |
Test only passing 'show config' argument to ns3.
Definition at line 637 of file test-ns3.py.
References test-ns3.run_ns3().
def test-ns3.NS3CommonSettingsTestCase.test_04_CheckProfile | ( | self | ) |
Test only passing 'show profile' argument to ns3.
Definition at line 646 of file test-ns3.py.
References test-ns3.run_ns3().
def test-ns3.NS3CommonSettingsTestCase.test_05_CheckVersion | ( | self | ) |
Test only passing 'show version' argument to ns3.
Definition at line 655 of file test-ns3.py.
References test-ns3.run_ns3().