#include "ns3/candidate-queue.h"
#include "ns3/config.h"
#include "ns3/global-route-manager-impl.h"
#include "ns3/internet-module.h"
#include "ns3/internet-stack-helper.h"
#include "ns3/ipv4-global-routing-helper.h"
#include "ns3/ipv4-global-routing.h"
#include "ns3/network-module.h"
#include "ns3/node-container.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/simple-net-device-helper.h"
#include "ns3/simulator.h"
#include "ns3/test.h"
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | GlobalRouteManagerImplTestSuite |
Global Route Manager TestSuite. More... | |
class | LanRoutesTestCase |
This test case is to check if NetworkRoutes are being built correctly, i.e if route computation works for a LAN Topology. More... | |
class | LinkRoutesTestCase |
Global Route Manager Test. More... | |
class | RandomEcmpTestCase |
The purpose of this test is to check if Equal Cost MultiPath (ECMP) Routes are being built and used correctly. More... | |
Variables | |
static GlobalRouteManagerImplTestSuite | g_globalRoutingManagerImplTestSuite |
Static variable for test initialization. | |
|
static |
Static variable for test initialization.
Definition at line 965 of file global-route-manager-impl-test-suite.cc.