Polyhedron_4.test 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. [General]
  11. ned-path = .;../../../../src;../../lib
  12. debug-on-errors = true
  13. #omnetpp 5.0 - 5.1 compatibility:
  14. eventlog-file = "${resultdir}/${configname}-${runnumber}.elog"
  15. output-scalar-file = "${resultdir}/${configname}-${runnumber}.sca"
  16. output-vector-file = "${resultdir}/${configname}-${runnumber}.vec"
  17. snapshot-file = "${resultdir}/${configname}-${runnumber}.sna"
  18. **.objectCacheType = ""
  19. **.polyhedron.points = "49 52 45 98 80 29 47 84 10 62 81 76 3 67 39 15 94 28 72 89 68 59 99 82 8 62 1 66 86 38 70 31 64 50 13 66 34 23 16 67 99 63 34 38 77 29 66 80 70 87 48 69 69 20 83 71 79 69 9 87 52 26 5 65 92 75 88 8 25 87 24 11 25 1 79 44 34 65 31 82 94 0 54 16 23 33 85 85 20 20 11 25 89 55 52 94 15 77 59 91 40 0 45 71 87 31 37 65 13 83 61 19 0 92 52 37 44 24 58 68 1 99 5 53 93 68 82 5 23 22 5 90 46 44 82 83 61 27 66 22 58 18 14 23 56 11 42 14 31 46 13 36 70 59 4 71 64 79 24 69 69 6 13 3 80 27 30 26 49 40 61 16 15 80 27 57 98 10 3 54 46 25 68 2 96 34 81 72 93 2 30 57 6 63 78 88 89 43 81 3 70 96 83 72 6 81 88 61 88 67 87 56 77 83 42 75 8 35 77 38 44 10 1 74 64 43 18 22 46 40 11 81 12 92 14 0 40 2 19 46 11 96 8 53 23 47 41 0 82 37 62 90 12 27 29 30 49 82 70 12 25 83 56 23 35 97 4 7 95 19 55 3 73 79 2 84 79 85 90 94 75 83 21 56 20 22 39 32 87 64 14 43 40 37 40 44 72 88 15 7"
  20. %#--------------------------------------------------------------------------------------------------------------
  21. %not-contains: stdout
  22. The algorithm is incorrect!
  23. %#--------------------------------------------------------------------------------------------------------------
  24. %not-contains: stdout
  25. undisposed object:
  26. %not-contains: stdout
  27. -- check module destructor
  28. %#--------------------------------------------------------------------------------------------------------------