A Discrete-Event Network Simulator
API
CobaltQueueDiscCeThresholdTest Class Reference

Test 4: Cobalt Queue Disc CE Threshold marking Test Item. More...

+ Inheritance diagram for CobaltQueueDiscCeThresholdTest:
+ Collaboration diagram for CobaltQueueDiscCeThresholdTest:

Public Member Functions

 CobaltQueueDiscCeThresholdTest (QueueSizeUnit mode)
 
virtual ~CobaltQueueDiscCeThresholdTest ()
 
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()
 Destructor. More...
 
std::string GetName (void) const
 

Private Member Functions

void Dequeue (Ptr< CobaltQueueDisc > queue, uint32_t modeSize)
 Dequeue function. More...
 
void DequeueWithDelay (Ptr< CobaltQueueDisc > queue, uint32_t modeSize, uint32_t nPkt, Time delay)
 Dequeue with delay function. More...
 
virtual void DoRun (void)
 Implementation to actually run this TestCase. More...
 
void Enqueue (Ptr< CobaltQueueDisc > queue, uint32_t size, uint32_t nPkt)
 Enqueue function. More...
 
void EnqueueWithDelay (Ptr< CobaltQueueDisc > queue, uint32_t size, uint32_t nPkt, Time delay)
 Enqueue with delay function. More...
 

Private Attributes

QueueSizeUnit m_mode
 mode More...
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum  TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
 
- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor. More...
 
void AddTestCase (TestCase *testCase, TestDuration duration=QUICK)
 Add an individual child TestCase to this test suite. More...
 
TestCaseGetParent () const
 Get the parent of this TestCsse. More...
 
bool IsStatusFailure (void) const
 Check if any tests failed. More...
 
bool IsStatusSuccess (void) const
 Check if all tests passed. More...
 
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found. More...
 
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
 Log the failure of this TestCase. More...
 
bool MustAssertOnFailure (void) const
 Check if this run should assert on failure. More...
 
bool MustContinueOnFailure (void) const
 Check if this run should continue on failure. More...
 
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory. More...
 
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory. More...
 

Detailed Description

Test 4: Cobalt Queue Disc CE Threshold marking Test Item.

Definition at line 652 of file cobalt-queue-disc-test-suite.cc.

Constructor & Destructor Documentation

◆ CobaltQueueDiscCeThresholdTest()

CobaltQueueDiscCeThresholdTest::CobaltQueueDiscCeThresholdTest ( QueueSizeUnit  mode)

Definition at line 692 of file cobalt-queue-disc-test-suite.cc.

References m_mode.

◆ ~CobaltQueueDiscCeThresholdTest()

CobaltQueueDiscCeThresholdTest::~CobaltQueueDiscCeThresholdTest ( )
virtual

Definition at line 698 of file cobalt-queue-disc-test-suite.cc.

Member Function Documentation

◆ Dequeue()

void CobaltQueueDiscCeThresholdTest::Dequeue ( Ptr< CobaltQueueDisc queue,
uint32_t  modeSize 
)
private

Dequeue function.

Parameters
queuethe queue disc
modeSizethe mode size

Definition at line 722 of file cobalt-queue-disc-test-suite.cc.

References ns3::QueueDisc::Dequeue(), ns3::QueueDisc::Stats::GetNMarkedPackets(), ns3::QueueDisc::GetStats(), ns3::MilliSeconds(), ns3::Now(), and NS_TEST_EXPECT_MSG_EQ.

Referenced by DequeueWithDelay().

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

◆ DequeueWithDelay()

void CobaltQueueDiscCeThresholdTest::DequeueWithDelay ( Ptr< CobaltQueueDisc queue,
uint32_t  modeSize,
uint32_t  nPkt,
Time  delay 
)
private

Dequeue with delay function.

Parameters
queuethe queue disc
modeSizethe mode size
nPktthe number of packets
delaythe delay between the enqueueing of the packets

Definition at line 744 of file cobalt-queue-disc-test-suite.cc.

References Dequeue(), ns3::Time::GetSeconds(), and ns3::Seconds().

Referenced by DoRun().

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

◆ DoRun()

void CobaltQueueDiscCeThresholdTest::DoRun ( void  )
privatevirtual

Implementation to actually run this TestCase.

Subclasses should override this method to conduct their tests.

Implements ns3::TestCase.

Definition at line 753 of file cobalt-queue-disc-test-suite.cc.

References ns3::BYTES, DequeueWithDelay(), EnqueueWithDelay(), ns3::Object::Initialize(), m_mode, Max, ns3::MicroSeconds(), ns3::MilliSeconds(), NS_TEST_EXPECT_MSG_EQ, ns3::PACKETS, pktSize, and ns3::ObjectBase::SetAttributeFailSafe().

+ Here is the call graph for this function:

◆ Enqueue()

void CobaltQueueDiscCeThresholdTest::Enqueue ( Ptr< CobaltQueueDisc queue,
uint32_t  size,
uint32_t  nPkt 
)
private

Enqueue function.

Parameters
queuethe queue disc
sizethe size
nPktthe number of packets

Definition at line 703 of file cobalt-queue-disc-test-suite.cc.

References ns3::QueueDisc::Enqueue().

Referenced by EnqueueWithDelay().

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

◆ EnqueueWithDelay()

void CobaltQueueDiscCeThresholdTest::EnqueueWithDelay ( Ptr< CobaltQueueDisc queue,
uint32_t  size,
uint32_t  nPkt,
Time  delay 
)
private

Enqueue with delay function.

Parameters
queuethe queue disc
sizethe size
nPktthe number of packets
delaythe delay between the enqueueing of the packets

Definition at line 713 of file cobalt-queue-disc-test-suite.cc.

References Enqueue(), ns3::Time::GetSeconds(), and ns3::Seconds().

Referenced by DoRun().

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

Member Data Documentation

◆ m_mode

QueueSizeUnit CobaltQueueDiscCeThresholdTest::m_mode
private

mode

Definition at line 689 of file cobalt-queue-disc-test-suite.cc.

Referenced by CobaltQueueDiscCeThresholdTest(), and DoRun().


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