Bugzilla – Attachment #723: commented ping for bug #790
// 3. Setup ping
V4PingHelper ping (interfaces.GetAddress (m_size - 1));
ping.SetAttribute ("Verbose", BooleanValue (false)); // don't need verbose ping in regression test
ApplicationContainer p = ping.Install (m_nodes->Get (0));
//ApplicationContainer p = ping.Install (m_nodes->Get (0));
p.Start (Seconds (0));
//p.Start (Seconds (0));
p.Stop (m_time);
//p.Stop (m_time);
// 4. write PCAP
std::string prefix = (WRITE_VECTORS ? NS_TEST_SOURCEDIR : GetTempDir ()) + m_prefix;