A Discrete-Event Network Simulator
API
FqCobaltQueueDiscEcnMarking Class Reference

This class tests ECN marking The test is divided into 3 sub test cases. More...

+ Inheritance diagram for FqCobaltQueueDiscEcnMarking:
+ Collaboration diagram for FqCobaltQueueDiscEcnMarking:

Public Member Functions

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

Private Member Functions

void AddPacket (Ptr< FqCobaltQueueDisc > queue, Ipv4Header hdr, u_int32_t nPkt, u_int32_t nPktEnqueued, u_int32_t nQueueFlows)
 
void Dequeue (Ptr< FqCobaltQueueDisc > queue, uint32_t nPkt)
 
void DequeueWithDelay (Ptr< FqCobaltQueueDisc > queue, double delay, uint32_t nPkt)
 
virtual void DoRun (void)
 Implementation to actually run this TestCase. More...
 
void DropNextTracer (int64_t oldVal, int64_t newVal)
 

Private Attributes

uint32_t m_dropNextCount
 count the number of times m_dropNext is recalculated 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

This class tests ECN marking The test is divided into 3 sub test cases.

1) CE threshold disabled This test enqueues 100 packets in the beginning of the test and dequeues 60 (some packets are dropped too) packets with the delay of 110ms. This test checks that ECT0 packets are marked and are marked appropriately and NotECT packets are dropped.

2) CE threshold enabled. This test enqueues 100 packets in the beginning of the test and dequeues 60 packets with delay of 1ms. This test checks that the ECT0 packets are marked appropriately at CE threshold.

3) CE threshold enabled with higher queue delay. This test is similar to the 2nd sub test cases just with higher queue delay and aims to test that the packets are not marked twice Any future classifier options (e.g. SetAssociativehash) should be disabled to prevent a hash collision on this test case.

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

Constructor & Destructor Documentation

◆ FqCobaltQueueDiscEcnMarking()

FqCobaltQueueDiscEcnMarking::FqCobaltQueueDiscEcnMarking ( )

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

References m_dropNextCount.

◆ ~FqCobaltQueueDiscEcnMarking()

FqCobaltQueueDiscEcnMarking::~FqCobaltQueueDiscEcnMarking ( )
virtual

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

Member Function Documentation

◆ AddPacket()

void FqCobaltQueueDiscEcnMarking::AddPacket ( Ptr< FqCobaltQueueDisc queue,
Ipv4Header  hdr,
u_int32_t  nPkt,
u_int32_t  nPktEnqueued,
u_int32_t  nQueueFlows 
)
private

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

References ns3::QueueDisc::Enqueue(), ns3::QueueDisc::GetNPackets(), ns3::QueueDisc::GetNQueueDiscClasses(), and NS_TEST_EXPECT_MSG_EQ.

Referenced by DoRun().

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

◆ Dequeue()

void FqCobaltQueueDiscEcnMarking::Dequeue ( Ptr< FqCobaltQueueDisc queue,
uint32_t  nPkt 
)
private

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

References ns3::QueueDisc::Dequeue(), DropNextTracer(), ns3::QueueDisc::GetNPackets(), ns3::QueueDisc::GetQueueDiscClass(), ns3::MakeCallback(), and ns3::ObjectBase::TraceConnectWithoutContext().

Referenced by DequeueWithDelay().

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

◆ DequeueWithDelay()

void FqCobaltQueueDiscEcnMarking::DequeueWithDelay ( Ptr< FqCobaltQueueDisc queue,
double  delay,
uint32_t  nPkt 
)
private

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

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

Referenced by DoRun().

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

◆ DoRun()

◆ DropNextTracer()

void FqCobaltQueueDiscEcnMarking::DropNextTracer ( int64_t  oldVal,
int64_t  newVal 
)
private

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

References m_dropNextCount, and NS_UNUSED.

Referenced by Dequeue().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_dropNextCount

uint32_t FqCobaltQueueDiscEcnMarking::m_dropNextCount
private

count the number of times m_dropNext is recalculated

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

Referenced by DoRun(), DropNextTracer(), and FqCobaltQueueDiscEcnMarking().


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