A Discrete-Event Network Simulator
API
ns3::olsr::HelloRegressionTest Class Reference

Trivial (still useful) test of OLSR operation. More...

#include "hello-regression-test.h"

+ Inheritance diagram for ns3::olsr::HelloRegressionTest:
+ Collaboration diagram for ns3::olsr::HelloRegressionTest:

Public Member Functions

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

Private Member Functions

void CreateNodes ()
 Create & configure test network. More...
 
void DoRun ()
 Go. More...
 
void ReceivePktProbeA (Ptr< Socket > socket)
 Receive raw data on node A. More...
 
void ReceivePktProbeB (Ptr< Socket > socket)
 Receive raw data on node B. More...
 

Private Attributes

uint8_t m_countA
 Packet counter on node A. More...
 
uint8_t m_countB
 Packet counter on node B. More...
 
Ptr< Ipv4RawSocketImplm_rxSocketA
 Receiving socket on node A. More...
 
Ptr< Ipv4RawSocketImplm_rxSocketB
 Receiving socket on node B. 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, enum TestDuration duration)
 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

Trivial (still useful) test of OLSR operation.

This test creates 2 stations with point-to-point link and runs OLSR without any extra traffic. It is expected that only HELLO messages will be sent.

Expected trace (5 seconds):

 1       2
 |------>|   HELLO (empty) src = 10.1.1.1
 |<------|   HELLO (empty) src = 10.1.1.2
 |------>|   HELLO (Link type: Asymmetric link, Neighbor address: 10.1.1.2) src = 10.1.1.1
 |<------|   HELLO (Link type: Asymmetric link, Neighbor address: 10.1.1.1) src = 10.1.1.2
 |------>|   HELLO (Link type: Symmetric link, Neighbor address: 10.1.1.2) src = 10.1.1.1
 |<------|   HELLO (Link type: Symmetric link, Neighbor address: 10.1.1.1) src = 10.1.1.2

Definition at line 50 of file hello-regression-test.h.

Constructor & Destructor Documentation

ns3::olsr::HelloRegressionTest::HelloRegressionTest ( )

Definition at line 43 of file hello-regression-test.cc.

ns3::olsr::HelloRegressionTest::~HelloRegressionTest ( )

Definition at line 49 of file hello-regression-test.cc.

Member Function Documentation

void ns3::olsr::HelloRegressionTest::DoRun ( void  )
privatevirtual
void ns3::olsr::HelloRegressionTest::ReceivePktProbeA ( Ptr< Socket socket)
private
void ns3::olsr::HelloRegressionTest::ReceivePktProbeB ( Ptr< Socket socket)
private

Member Data Documentation

uint8_t ns3::olsr::HelloRegressionTest::m_countA
private

Packet counter on node A.

Definition at line 66 of file hello-regression-test.h.

Referenced by ReceivePktProbeA(), and ReceivePktProbeB().

uint8_t ns3::olsr::HelloRegressionTest::m_countB
private

Packet counter on node B.

Definition at line 72 of file hello-regression-test.h.

Referenced by ReceivePktProbeB().

Ptr<Ipv4RawSocketImpl> ns3::olsr::HelloRegressionTest::m_rxSocketA
private

Receiving socket on node A.

Definition at line 68 of file hello-regression-test.h.

Referenced by CreateNodes(), and DoRun().

Ptr<Ipv4RawSocketImpl> ns3::olsr::HelloRegressionTest::m_rxSocketB
private

Receiving socket on node B.

Definition at line 74 of file hello-regression-test.h.

Referenced by CreateNodes(), and DoRun().

const Time ns3::olsr::HelloRegressionTest::m_time
private

Total simulation time.

Definition at line 57 of file hello-regression-test.h.

Referenced by DoRun().


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