[Ns-developers] Merge wimax
craigdo@ee.washington.edu
craigdo at ee.washington.edu
Tue Oct 27 10:58:07 PDT 2009
> > I have merged the WiMAX module with the latest version of ns-3-dev.
> > The code I available at the same directory
> > (http://code.nsnam.org/iamine/ns-3-wimax-release/).
> >
> > I have tested builds under g++-4.0.4, 4.1.2 and 4.2.4; everything is
> > green! Could you rerun the build for g++-3.4.6, 4.3.3 and 4.4.0?
> > Regarding bug 575 the status is still open, however from my point of
> > view this bug is not critical and should not block an eventual
> release.
> >
> The following tests have failed on all the g++-s:
> CRASH: TestSuite ns3-tcp-interoperability
> FAIL: TestSuite pcap-file-object
> I tried to test the same thing with ns-3-dev and all the tests passed.
> Anyone has an idea what the problem could be?
Make sure your test.py and src/test is up to date.
ns3-tcp-interoperability: Run
./test.py -s ns3-tcp-interoperability -v
And take a look at the standard error. CRASH means the test-runner did not
return 0 (success) or 1 (failure).
pcap-file-object: Run
./test.py -s pcap-file-object -t results.txt
To create an error report. Then look in results.txt for what exactly
happened. I noticed last night that there is still a hardcoded location in
pcap-file-object (/tmp/<random-number>.pcap) that I need to fix. If you
can't create a file in /tmp the test will fail. I am going to fix this
morning.
-- Craig
More information about the Ns-developers
mailing list