#include <bug780-test.h>
Public Member Functions | |
Bug780Test () | |
~Bug780Test () | |
Public Member Functions inherited from ns3::TestCase | |
virtual | ~TestCase () |
Destructor. More... | |
Private Member Functions | |
void | CheckResults () |
Compare traces with reference ones. More... | |
void | CreateNodes () |
Create & configure test network. More... | |
void | DoRun () |
Go. More... | |
Private Attributes | |
const Time | m_time |
Total simulation time. More... | |
Static Private Attributes | |
static const char *const | PREFIX = "bug780" |
Unique PCAP files prefix for this test. 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) | |
void | AddTestCase (TestCase *testCase) NS_DEPRECATED |
Add an individual child TestCase case to this TestCase. More... | |
void | AddTestCase (TestCase *testCase, enum TestDuration duration) |
Add an individual child TestCase to this test suite. More... | |
std::string | CreateDataDirFilename (std::string filename) |
std::string | CreateTempDirFilename (std::string filename) |
bool | GetErrorStatus (void) const NS_DEPRECATED |
std::string | GetName (void) const |
bool | IsStatusFailure (void) const |
bool | IsStatusSuccess (void) const |
bool | MustAssertOnFailure (void) const |
bool | MustContinueOnFailure (void) const |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
void | SetDataDir (std::string directory) |
See Bug 780
Definition at line 31 of file bug780-test.h.
ns3::olsr::Bug780Test::Bug780Test | ( | ) |
Definition at line 62 of file bug780-test.cc.
ns3::olsr::Bug780Test::~Bug780Test | ( | ) |
Definition at line 68 of file bug780-test.cc.
|
private |
Compare traces with reference ones.
Definition at line 184 of file bug780-test.cc.
References NS_PCAP_TEST_EXPECT_EQ, and PREFIX.
Referenced by DoRun().
|
private |
Create & configure test network.
Definition at line 87 of file bug780-test.cc.
References ns3::YansWifiChannelHelper::AddPropagationLoss(), ns3::OlsrHelper::AssignStreams(), ns3::YansWifiChannelHelper::AssignStreams(), ns3::WifiHelper::AssignStreams(), ns3::YansWifiChannelHelper::Create(), ns3::NodeContainer::Create(), ns3::TestCase::CreateTempDirFilename(), ns3::NqosWifiMacHelper::Default(), ns3::YansWifiPhyHelper::Default(), ns3::PcapHelperForDevice::EnablePcapAll(), ns3::NodeContainer::Get(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::NetDeviceContainer::GetN(), ns3::NodeContainer::GetN(), ns3::InternetStackHelper::Install(), ns3::WifiHelper::Install(), ns3::MobilityHelper::Install(), NS_TEST_ASSERT_MSG_EQ, PREFIX, ns3::Simulator::Schedule(), ns3::YansWifiPhyHelper::Set(), ns3::V4PingHelper::SetAttribute(), ns3::Ipv4AddressHelper::SetBase(), ns3::YansWifiPhyHelper::SetChannel(), ns3::Config::SetDefault(), ns3::MobilityHelper::SetMobilityModel(), ns3::MobilityHelper::SetPositionAllocator(), ns3::YansWifiChannelHelper::SetPropagationDelay(), ns3::WifiHelper::SetRemoteStationManager(), ns3::InternetStackHelper::SetRoutingHelper(), ns3::WifiHelper::SetStandard(), ns3::NqosWifiMacHelper::SetType(), ns3::olsr::SetVelocity(), ns3::ApplicationContainer::Start(), ns3::ApplicationContainer::Stop(), and ns3::WIFI_PHY_STANDARD_80211b.
Referenced by DoRun().
|
privatevirtual |
Go.
Implements ns3::TestCase.
Definition at line 73 of file bug780-test.cc.
References CheckResults(), CreateNodes(), ns3::Simulator::Destroy(), m_time, ns3::Simulator::Run(), ns3::RngSeedManager::SetRun(), ns3::RngSeedManager::SetSeed(), and ns3::Simulator::Stop().
|
private |
|
staticprivate |
Unique PCAP files prefix for this test.
Definition at line 38 of file bug780-test.h.
Referenced by CheckResults(), and CreateNodes().