IPv6 dual stack Test. More...
Public Member Functions | |
DualStackTestCase () | |
Public Member Functions inherited from ns3::TestCase | |
TestCase (const TestCase &)=delete | |
virtual | ~TestCase () |
Destructor. | |
std::string | GetName () const |
TestCase & | operator= (const TestCase &)=delete |
Private Member Functions | |
void | DoRun () override |
Implementation to actually run this TestCase. | |
void | DoTeardown () override |
Implementation to do any local setup required for this TestCase. | |
void | ServerHandleConnectionCreated1 (Ptr< Socket > s, const Address &addr) |
Handle connection created (1). | |
void | ServerHandleConnectionCreated2 (Ptr< Socket > s, const Address &addr) |
Handle connection created (2). | |
void | ServerHandleConnectionCreated3 (Ptr< Socket > s, const Address &addr) |
Handle connection created (3). | |
void | ServerHandleConnectionCreated4 (Ptr< Socket > s, const Address &addr) |
Handle connection created (4). | |
void | SetUpSim () |
Setup the test. | |
Private Attributes | |
Ptr< Node > | node0 |
Node 0. | |
Ptr< Node > | node1 |
Node 1. | |
Address | receivedAddr1 |
Received address (1). | |
Address | receivedAddr2 |
Received address (2). | |
Address | receivedAddr3 |
Received address (3). | |
Address | receivedAddr4 |
Received address (4). | |
Ptr< Socket > | server1 |
Server socket (1). | |
Ptr< Socket > | server2 |
Server socket (2). | |
Ptr< Socket > | server3 |
Server socket (3). | |
Ptr< Socket > | server4 |
Server socket (4). | |
Ptr< Socket > | source1 |
Sending socket (1). | |
Ptr< Socket > | source2 |
Sending socket (2). | |
Ptr< Socket > | source3 |
Sending socket (3). | |
Ptr< Socket > | source4 |
Sending socket (4). | |
Additional Inherited Members | |
Public Types inherited from ns3::TestCase | |
enum class | Duration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
Static Public Attributes inherited from ns3::TestCase | |
static constexpr auto | QUICK = Duration::QUICK |
Deprecated test duration simple enums. | |
static constexpr auto | EXTENSIVE = Duration::EXTENSIVE |
static constexpr auto | TAKES_FOREVER = Duration::TAKES_FOREVER |
Protected Member Functions inherited from ns3::TestCase | |
TestCase (std::string name) | |
Constructor. | |
void | AddTestCase (TestCase *testCase, Duration duration=Duration::QUICK) |
Add an individual child TestCase to this test suite. | |
TestCase * | GetParent () const |
Get the parent of this TestCase. | |
bool | IsStatusFailure () const |
Check if any tests failed. | |
bool | IsStatusSuccess () const |
Check if all tests passed. | |
void | SetDataDir (std::string directory) |
Set the data directory where reference trace files can be found. | |
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. | |
bool | MustAssertOnFailure () const |
Check if this run should assert on failure. | |
bool | MustContinueOnFailure () const |
Check if this run should continue on failure. | |
std::string | CreateDataDirFilename (std::string filename) |
Construct the full path to a file in the data directory. | |
std::string | CreateTempDirFilename (std::string filename) |
Construct the full path to a file in a temporary directory. | |
IPv6 dual stack Test.
Definition at line 47 of file ipv6-dual-stack-test-suite.cc.
DualStackTestCase::DualStackTestCase | ( | ) |
Definition at line 246 of file ipv6-dual-stack-test-suite.cc.
References receivedAddr1, receivedAddr2, receivedAddr3, and receivedAddr4.
|
overrideprivatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 256 of file ipv6-dual-stack-test-suite.cc.
References ns3::Socket::Bind(), ns3::Socket::Connect(), ns3::Inet6SocketAddress::ConvertFrom(), ns3::InetSocketAddress::ConvertFrom(), ns3::Ipv4Address::GetAny(), ns3::Ipv6Address::GetAny(), ns3::Address::IsInvalid(), ns3::Inet6SocketAddress::IsMatchingType(), ns3::InetSocketAddress::IsMatchingType(), ns3::Socket::Listen(), ns3::MakeCallback(), ns3::MakeNullCallback(), NS_TEST_EXPECT_MSG_EQ, receivedAddr1, receivedAddr2, receivedAddr3, receivedAddr4, ns3::Simulator::Run(), server1, server2, server3, server4, ServerHandleConnectionCreated1(), ServerHandleConnectionCreated2(), ServerHandleConnectionCreated3(), ServerHandleConnectionCreated4(), ns3::Socket::SetAcceptCallback(), SetUpSim(), source1, source2, source3, and source4.
|
overrideprivatevirtual |
Implementation to do any local setup required for this TestCase.
Subclasses should override this method to perform any costly per-test teardown
Reimplemented from ns3::TestCase.
Definition at line 338 of file ipv6-dual-stack-test-suite.cc.
References ns3::Simulator::Destroy().
|
private |
Handle connection created (1).
s | The socket. |
addr | The peer address. |
Definition at line 223 of file ipv6-dual-stack-test-suite.cc.
References receivedAddr1.
Referenced by DoRun().
|
private |
Handle connection created (2).
s | The socket. |
addr | The peer address. |
Definition at line 229 of file ipv6-dual-stack-test-suite.cc.
References receivedAddr2.
Referenced by DoRun().
|
private |
Handle connection created (3).
s | The socket. |
addr | The peer address. |
Definition at line 235 of file ipv6-dual-stack-test-suite.cc.
References receivedAddr3.
Referenced by DoRun().
|
private |
Handle connection created (4).
s | The socket. |
addr | The peer address. |
Definition at line 241 of file ipv6-dual-stack-test-suite.cc.
References receivedAddr4.
Referenced by DoRun().
|
private |
Setup the test.
Definition at line 188 of file ipv6-dual-stack-test-suite.cc.
References AddSimpleNetDevice(), CreateDualStackNode(), ns3::CreateObject(), ns3::Socket::CreateSocket(), ns3::Object::GetObject(), node0, node1, server1, server2, server3, server4, source1, source2, source3, and source4.
Referenced by DoRun().
Node 1.
Definition at line 62 of file ipv6-dual-stack-test-suite.cc.
Referenced by wifi_intrastructure_link.WifiLink::destroy(), SetUpSim(), wifi_intrastructure_link.WifiLink::tooltip_query(), visualizer.core.WiredLink::update_points(), and wifi_intrastructure_link.WifiLink::update_points().
|
private |
Received address (1).
Definition at line 99 of file ipv6-dual-stack-test-suite.cc.
Referenced by DualStackTestCase(), DoRun(), and ServerHandleConnectionCreated1().
|
private |
Received address (2).
Definition at line 100 of file ipv6-dual-stack-test-suite.cc.
Referenced by DualStackTestCase(), DoRun(), and ServerHandleConnectionCreated2().
|
private |
Received address (3).
Definition at line 101 of file ipv6-dual-stack-test-suite.cc.
Referenced by DualStackTestCase(), DoRun(), and ServerHandleConnectionCreated3().
|
private |
Received address (4).
Definition at line 102 of file ipv6-dual-stack-test-suite.cc.
Referenced by DualStackTestCase(), DoRun(), and ServerHandleConnectionCreated4().
Server socket (1).
Definition at line 89 of file ipv6-dual-stack-test-suite.cc.
Referenced by DoRun(), and SetUpSim().
Server socket (2).
Definition at line 90 of file ipv6-dual-stack-test-suite.cc.
Referenced by DoRun(), and SetUpSim().
Server socket (3).
Definition at line 91 of file ipv6-dual-stack-test-suite.cc.
Referenced by DoRun(), and SetUpSim().
Server socket (4).
Definition at line 92 of file ipv6-dual-stack-test-suite.cc.
Referenced by DoRun(), and SetUpSim().
Sending socket (1).
Definition at line 94 of file ipv6-dual-stack-test-suite.cc.
Referenced by DoRun(), and SetUpSim().
Sending socket (2).
Definition at line 95 of file ipv6-dual-stack-test-suite.cc.
Referenced by DoRun(), and SetUpSim().
Sending socket (3).
Definition at line 96 of file ipv6-dual-stack-test-suite.cc.
Referenced by DoRun(), and SetUpSim().
Sending socket (4).
Definition at line 97 of file ipv6-dual-stack-test-suite.cc.
Referenced by DoRun(), and SetUpSim().