Polyhedron_2.test 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. %description:
  2. Test for one host pinging another.
  3. %file: test.ned
  4. network Test
  5. {
  6. submodules:
  7. polyhedron: PolyhedronTest;
  8. }
  9. %inifile: omnetpp.ini
  10. #omnetpp 5.0 - 5.1 compatibility:
  11. eventlog-file = "${resultdir}/${configname}-${runnumber}.elog"
  12. output-scalar-file = "${resultdir}/${configname}-${runnumber}.sca"
  13. output-vector-file = "${resultdir}/${configname}-${runnumber}.vec"
  14. snapshot-file = "${resultdir}/${configname}-${runnumber}.sna"
  15. network = Test
  16. ned-path = .;../../../../src;../../lib
  17. **.objectCacheType = ""
  18. **.polyhedron.points = "0 1 1 1 1 0 0 0 0 1 0 1"
  19. %#--------------------------------------------------------------------------------------------------------------
  20. %not-contains: stdout
  21. The algorithm is incorrect!
  22. %#--------------------------------------------------------------------------------------------------------------
  23. %not-contains: stdout
  24. undisposed object:
  25. %not-contains: stdout
  26. -- check module destructor
  27. %#--------------------------------------------------------------------------------------------------------------