A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
global-routing-test-suite.cc File Reference
#include "ns3/boolean.h"
#include "ns3/bridge-helper.h"
#include "ns3/config.h"
#include "ns3/global-route-manager.h"
#include "ns3/global-routing.h"
#include "ns3/inet-socket-address.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-address-helper.h"
#include "ns3/ipv4-global-routing-helper.h"
#include "ns3/ipv4-interface.h"
#include "ns3/ipv4-l3-protocol.h"
#include "ns3/ipv4-packet-info-tag.h"
#include "ns3/ipv4-routing-protocol.h"
#include "ns3/ipv4-routing-table-entry.h"
#include "ns3/ipv4-static-routing-helper.h"
#include "ns3/ipv6-address-helper.h"
#include "ns3/ipv6-global-routing-helper.h"
#include "ns3/ipv6-packet-info-tag.h"
#include "ns3/ipv6-route.h"
#include "ns3/log.h"
#include "ns3/neighbor-cache-helper.h"
#include "ns3/node-container.h"
#include "ns3/node.h"
#include "ns3/packet.h"
#include "ns3/pointer.h"
#include "ns3/simple-channel.h"
#include "ns3/simple-net-device-helper.h"
#include "ns3/simple-net-device.h"
#include "ns3/simulator.h"
#include "ns3/socket-factory.h"
#include "ns3/string.h"
#include "ns3/test.h"
#include "ns3/udp-socket-factory.h"
#include "ns3/uinteger.h"
#include <vector>
Include dependency graph for global-routing-test-suite.cc:

Go to the source code of this file.

Classes

class  BridgeTest
 GlobalRouting Bridge test. More...
class  EcmpRouteCalculationTestCase
 This TestCase tests if ECMP Route Calculation works. More...
class  GlobalRoutingv4ProtocolTestCase
 TestCase to check calls to GlobalRoutingProtocol API. More...
class  GlobalRoutingv6ProtocolTestCase
 TestCase to check calls to GlobalRoutingProtocol API. More...
class  Ipv4DynamicGlobalRoutingTestCase
 IPv4 Dynamic GlobalRouting test. More...
class  Ipv4GlobalRoutingSlash32TestCase
 IPv4 Dynamic GlobalRouting /32 test. More...
class  Ipv4GlobalRoutingTestSuite
 IPv4 GlobalRouting TestSuite. More...
class  Ipv6DynamicGlobalRoutingTestCase
 IPv6 Dynamic GlobalRouting test. More...
class  LanTest
 GlobalRouting LAN test. More...
class  LinkTest
 GlobalRouting Link test. More...
class  TwoBridgeTest
 GlobalRouting Two bridges test. More...
class  TwoLanTest
 GlobalRouting Two LAN test. More...
class  TwoLinkTest
 GlobalRouting Two Link test. More...

Variables

static Ipv4GlobalRoutingTestSuite g_globalRoutingTestSuite
 Static variable for test initialization.

Variable Documentation

◆ g_globalRoutingTestSuite

Ipv4GlobalRoutingTestSuite g_globalRoutingTestSuite
static

Static variable for test initialization.

Definition at line 2974 of file global-routing-test-suite.cc.