Bug 1401 - test.py -e may not be working
test.py -e may not be working
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: test framework
pre-release
All All
: P5 normal
Assigned To: Mitch Watrous
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-27 18:07 UTC by Tom Henderson
Modified: 2012-04-02 09:57 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2012-03-27 18:07:59 UTC
According to documentation, ./test.py -e EXAMPLE should work, with EXAMPLE providing a relative path.

However, ./test.py -e build/examples/tutorial/ns3-dev-first-debug 
results in "Could not find a task generator for the name 'ns3-dev-first-debug'"

and './test.py -e first' crashes
Comment 1 Tommaso Pecorella 2012-03-27 19:42:17 UTC
works for me.

./test.py -e examples/udp/udp-echo
./test.py -e examples/tutorial/first

The relative path is to the example source...

T.