Bugzilla – Full Text Bug Listing |
Summary: | OLSR: Strange HTime value in HELLO messages | ||
---|---|---|---|
Product: | ns-3 | Reporter: | Pavel Boyko <boyko> |
Component: | routing | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
Status: | RESOLVED FIXED | ||
Severity: | trivial | CC: | mathieu.lacage, ns-bugs |
Priority: | P3 | ||
Version: | ns-3-dev | ||
Hardware: | All | ||
OS: | All |
Description
Pavel Boyko
2009-11-12 07:45:27 UTC
changeset: 5771:a8245e39c546 (In reply to comment #1) > changeset: 5771:a8245e39c546 You should update reference traces for PCAP based regression tests: $ ./test.py -s routing-olsr-regression FAIL: TestSuite routing-olsr-regression 0 of 1 tests passed (0 passed, 0 skipped, 1 failed, 0 crashed, 0 valgrind errors) To do so you have to: $ cd src/routing/olsr/test/ $ grep "WRITE_VECTORS = false" *.cc hello-regression-test.cc:const bool WRITE_VECTORS = false; tc-regression-test.cc:const bool WRITE_VECTORS = false; Then change these "= false" to "= true" and rerun test suite. Reference PCAP traces will be updated. Revert changes in *.cc files and commit *.pcap ones. I thought I did commit new pcap files?... (In reply to comment #3) > I thought I did commit new pcap files?... that's true ;) |