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

ns-3 complementary tests, allowed to fail, to help control the quality of the repository over time, by checking the state of URLs listed and more More...

Inheritance diagram for test-ns3.NS3QualityControlThatCanFailTestCase:
Collaboration diagram for test-ns3.NS3QualityControlThatCanFailTestCase:

Public Member Functions

 test_01_CheckForDeadLinksInSources (self)
 Test if all urls in source files are alive.
 test_02_MemoryCheckWithSanitizers (self)
 Test if all tests can be executed without hitting major memory bugs.

Detailed Description

ns-3 complementary tests, allowed to fail, to help control the quality of the repository over time, by checking the state of URLs listed and more

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

Member Function Documentation

◆ test_01_CheckForDeadLinksInSources()

test-ns3.NS3QualityControlThatCanFailTestCase.test_01_CheckForDeadLinksInSources ( self)

Test if all urls in source files are alive.

Returns
None

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

◆ test_02_MemoryCheckWithSanitizers()

test-ns3.NS3QualityControlThatCanFailTestCase.test_02_MemoryCheckWithSanitizers ( self)

Test if all tests can be executed without hitting major memory bugs.

Returns
None

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

References test-ns3.run_ns3(), and test-ns3.run_program().

Here is the call graph for this function:

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