A Discrete-Event Network Simulator
API
Bug772ChainTest Class Reference

AODV deferred route lookup test case (see Bug 772) More...

#include "bug-772.h"

+ Inheritance diagram for Bug772ChainTest:
+ Collaboration diagram for Bug772ChainTest:

Public Member Functions

 Bug772ChainTest (const char *const prefix, const char *const proto, Time time, uint32_t size)
 Create test case. More...
 
 ~Bug772ChainTest ()
 
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()
 Destructor. More...
 
std::string GetName (void) const
 

Private Member Functions

void CheckResults ()
 Compare traces with reference ones. More...
 
void CreateDevices ()
 Create devices, install TCP/IP stack and applications. More...
 
void CreateNodes ()
 Create test topology. More...
 
void DoRun ()
 Go. More...
 
void HandleRead (Ptr< Socket > socket)
 Receive data function. More...
 
void SendData (Ptr< Socket > socket)
 Send data. More...
 

Private Attributes

NodeContainerm_nodes
 
const uint16_t m_port
 port number More...
 
const std::string m_prefix
 PCAP file names prefix. More...
 
const std::string m_proto
 Socket factory TID. More...
 
uint32_t m_receivedPackets
 Received packet count. More...
 
Ptr< Socketm_recvSocket
 Receiving socket. More...
 
Ptr< Socketm_sendSocket
 Transmitting socket. More...
 
const uint32_t m_size
 Chain size. More...
 
const double m_step
 Chain step, meters. More...
 
const Time m_time
 Total simulation time. 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

AODV deferred route lookup test case (see Bug 772)

UDP packet transfers are delayed while a route is found and then while ARP completes. Eight packets should be sent, queued until the path becomes functional, and then delivered.

Definition at line 40 of file bug-772.h.

Constructor & Destructor Documentation

◆ Bug772ChainTest()

Bug772ChainTest::Bug772ChainTest ( const char *const  prefix,
const char *const  proto,
Time  time,
uint32_t  size 
)

Create test case.

Parameters
prefixUnique file names prefix
protons3::UdpSocketFactory or ns3::TcpSocketFactory
sizeNumber of nodes in the chain
timeSimulation time

Definition at line 49 of file bug-772.cc.

◆ ~Bug772ChainTest()

Bug772ChainTest::~Bug772ChainTest ( )

Definition at line 62 of file bug-772.cc.

References m_nodes.

Member Function Documentation

◆ CheckResults()

void Bug772ChainTest::CheckResults ( )
private

Compare traces with reference ones.

Definition at line 182 of file bug-772.cc.

References m_receivedPackets, and NS_TEST_EXPECT_MSG_EQ.

Referenced by DoRun().

+ Here is the caller graph for this function:

◆ CreateDevices()

◆ CreateNodes()

void Bug772ChainTest::CreateNodes ( )
private

Create test topology.

Definition at line 106 of file bug-772.cc.

References ns3::NodeContainer::Create(), m_nodes, m_size, m_step, and third::mobility.

Referenced by DoRun().

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

◆ DoRun()

void Bug772ChainTest::DoRun ( void  )
privatevirtual

Go.

Implements ns3::TestCase.

Definition at line 85 of file bug-772.cc.

References CheckResults(), CreateDevices(), CreateNodes(), m_nodes, m_time, ns3::Seconds(), and ns3::Config::SetDefault().

+ Here is the call graph for this function:

◆ HandleRead()

void Bug772ChainTest::HandleRead ( Ptr< Socket socket)
private

Receive data function.

Parameters
socketthe socket to receive from

Definition at line 79 of file bug-772.cc.

References m_receivedPackets.

Referenced by CreateDevices().

+ Here is the caller graph for this function:

◆ SendData()

void Bug772ChainTest::SendData ( Ptr< Socket socket)
private

Send data.

Parameters
socketthe sending socket

Definition at line 68 of file bug-772.cc.

References ns3::Node::GetId(), ns3::Socket::GetNode(), m_time, ns3::Now(), ns3::Seconds(), and ns3::Socket::Send().

Referenced by CreateDevices().

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

Member Data Documentation

◆ m_nodes

NodeContainer* Bug772ChainTest::m_nodes
private
Internal: It is important to have pointers here

Definition at line 56 of file bug-772.h.

Referenced by CreateDevices(), CreateNodes(), DoRun(), and ~Bug772ChainTest().

◆ m_port

const uint16_t Bug772ChainTest::m_port
private

port number

Definition at line 69 of file bug-772.h.

Referenced by CreateDevices().

◆ m_prefix

const std::string Bug772ChainTest::m_prefix
private

PCAP file names prefix.

Definition at line 59 of file bug-772.h.

◆ m_proto

const std::string Bug772ChainTest::m_proto
private

Socket factory TID.

Definition at line 61 of file bug-772.h.

Referenced by CreateDevices().

◆ m_receivedPackets

uint32_t Bug772ChainTest::m_receivedPackets
private

Received packet count.

Definition at line 91 of file bug-772.h.

Referenced by CheckResults(), and HandleRead().

◆ m_recvSocket

Ptr<Socket> Bug772ChainTest::m_recvSocket
private

Receiving socket.

Definition at line 86 of file bug-772.h.

Referenced by CreateDevices().

◆ m_sendSocket

Ptr<Socket> Bug772ChainTest::m_sendSocket
private

Transmitting socket.

Definition at line 88 of file bug-772.h.

Referenced by CreateDevices().

◆ m_size

const uint32_t Bug772ChainTest::m_size
private

Chain size.

Definition at line 65 of file bug-772.h.

Referenced by CreateDevices(), and CreateNodes().

◆ m_step

const double Bug772ChainTest::m_step
private

Chain step, meters.

Definition at line 67 of file bug-772.h.

Referenced by CreateNodes().

◆ m_time

const Time Bug772ChainTest::m_time
private

Total simulation time.

Definition at line 63 of file bug-772.h.

Referenced by DoRun(), and SendData().


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