Bugzilla – Bug 1493
test.py --list should show the test type
Last modified: 2012-09-12 18:02:52 UTC
Created attachment 1436 [details] diff for test.py and src/core/model/test.cc test.py --list and test-runner --list should show the test type. Current output: type-traits watchdog threaded-simulator random-number-generators Desired output: unit type-traits unit watchdog unit threaded-simulator unit random-number-generators Patch attached. The python piece looks like Fortran to me, but it's the best I could do.
Created attachment 1437 [details] diff for test.py and src/core/model/test.cc
Thanks for patch. I made a few modifications so that now test.py outputs this: Test Type Test Name --------- --------- performance many-uniform-random-variables-one-get-value-call performance one-uniform-random-variable-many-get-value-calls system buildings-pathloss-test system buildings-shadowing-test system devices-mesh-dot11s-regression system devices-mesh-flame-regression
Bug closed. ns-3-dev changeset: f8fe606acbda