ns3 tests related to generic options More...
Public Member Functions | |
| setUp (self) | |
| Clean configuration/build artifacts before common commands. | |
| test_01_NoOption (self) | |
| Test not passing any arguments to. | |
| test_02_NoTaskLines (self) | |
| Test only passing –quiet argument to ns3. | |
| test_03_CheckConfig (self) | |
| Test only passing 'show config' argument to ns3. | |
| test_04_CheckProfile (self) | |
| Test only passing 'show profile' argument to ns3. | |
| test_05_CheckVersion (self) | |
| Test only passing 'show version' argument to ns3. | |
ns3 tests related to generic options
Definition at line 609 of file test-ns3.py.
| test-ns3.NS3CommonSettingsTestCase.setUp | ( | self | ) |
Clean configuration/build artifacts before common commands.
Definition at line 614 of file test-ns3.py.
References test-ns3.run_ns3(), and setUp().
Referenced by setUp().
| test-ns3.NS3CommonSettingsTestCase.test_01_NoOption | ( | self | ) |
Test not passing any arguments to.
Definition at line 623 of file test-ns3.py.
References test-ns3.run_ns3().
| test-ns3.NS3CommonSettingsTestCase.test_02_NoTaskLines | ( | self | ) |
Test only passing –quiet argument to ns3.
Definition at line 632 of file test-ns3.py.
References test-ns3.run_ns3().
| test-ns3.NS3CommonSettingsTestCase.test_03_CheckConfig | ( | self | ) |
Test only passing 'show config' argument to ns3.
Definition at line 641 of file test-ns3.py.
References test-ns3.run_ns3().
| test-ns3.NS3CommonSettingsTestCase.test_04_CheckProfile | ( | self | ) |
Test only passing 'show profile' argument to ns3.
Definition at line 650 of file test-ns3.py.
References test-ns3.run_ns3().
| test-ns3.NS3CommonSettingsTestCase.test_05_CheckVersion | ( | self | ) |
Test only passing 'show version' argument to ns3.
Definition at line 659 of file test-ns3.py.
References test-ns3.run_ns3().