123456789101112131415161718192021222324252627282930313233343536 |
- %description:
- Test for one host pinging another.
- %file: test.ned
- network Test
- {
- submodules:
- polyhedron: PolyhedronTest;
- }
- %inifile: omnetpp.ini
- #omnetpp 5.0 - 5.1 compatibility:
- eventlog-file = "${resultdir}/${configname}-${runnumber}.elog"
- output-scalar-file = "${resultdir}/${configname}-${runnumber}.sca"
- output-vector-file = "${resultdir}/${configname}-${runnumber}.vec"
- snapshot-file = "${resultdir}/${configname}-${runnumber}.sna"
- network = Test
- ned-path = .;../../../../src;../../lib
- **.objectCacheType = ""
- **.polyhedron.points = "0 1 1 1 1 0 0 0 0 1 0 1"
- %#--------------------------------------------------------------------------------------------------------------
- %not-contains: stdout
- The algorithm is incorrect!
- %#--------------------------------------------------------------------------------------------------------------
- %not-contains: stdout
- undisposed object:
- %not-contains: stdout
- -- check module destructor
- %#--------------------------------------------------------------------------------------------------------------
|