add object-names test
This commit is contained in:
@@ -171,6 +171,12 @@ main (int argc, char *argv[])
|
||||
//
|
||||
csma.EnablePcapAll ("object-names");
|
||||
|
||||
//
|
||||
// We can also create a trace file with a name we completely control by
|
||||
// overriding a couple of default parameters.
|
||||
//
|
||||
csma.EnablePcap ("client-device.pcap", d.Get (0), false, true);
|
||||
|
||||
Simulator::Run ();
|
||||
Simulator::Destroy ();
|
||||
}
|
||||
|
||||
4
regression/tests/test-object-names.py
Normal file
4
regression/tests/test-object-names.py
Normal file
@@ -0,0 +1,4 @@
|
||||
#! /usr/bin/env python
|
||||
|
||||
"""Generic trace-comparison-type regression test."""
|
||||
|
||||
Reference in New Issue
Block a user