A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
test-ns3.NS3CommonSettingsTestCase Class Reference

ns3 tests related to generic options More...

+ Inheritance diagram for test-ns3.NS3CommonSettingsTestCase:
+ Collaboration diagram for test-ns3.NS3CommonSettingsTestCase:

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.
 

Detailed Description

ns3 tests related to generic options

Definition at line 602 of file test-ns3.py.

Member Function Documentation

◆ setUp()

test-ns3.NS3CommonSettingsTestCase.setUp ( self)

Clean configuration/build artifacts before common commands.

Returns
None

Definition at line 607 of file test-ns3.py.

References test-ns3.run_ns3(), and test-ns3.NS3CommonSettingsTestCase.setUp().

Referenced by test-ns3.NS3CommonSettingsTestCase.setUp().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ test_01_NoOption()

test-ns3.NS3CommonSettingsTestCase.test_01_NoOption ( self)

Test not passing any arguments to.

Returns
None

Definition at line 616 of file test-ns3.py.

References test-ns3.run_ns3().

+ Here is the call graph for this function:

◆ test_02_NoTaskLines()

test-ns3.NS3CommonSettingsTestCase.test_02_NoTaskLines ( self)

Test only passing –quiet argument to ns3.

Returns
None

Definition at line 625 of file test-ns3.py.

References test-ns3.run_ns3().

+ Here is the call graph for this function:

◆ test_03_CheckConfig()

test-ns3.NS3CommonSettingsTestCase.test_03_CheckConfig ( self)

Test only passing 'show config' argument to ns3.

Returns
None

Definition at line 634 of file test-ns3.py.

References test-ns3.run_ns3().

+ Here is the call graph for this function:

◆ test_04_CheckProfile()

test-ns3.NS3CommonSettingsTestCase.test_04_CheckProfile ( self)

Test only passing 'show profile' argument to ns3.

Returns
None

Definition at line 643 of file test-ns3.py.

References test-ns3.run_ns3().

+ Here is the call graph for this function:

◆ test_05_CheckVersion()

test-ns3.NS3CommonSettingsTestCase.test_05_CheckVersion ( self)

Test only passing 'show version' argument to ns3.

Returns
None

Definition at line 652 of file test-ns3.py.

References test-ns3.run_ns3().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: