Bug 1339

Summary: test.py uses the old name for the test runner
Product: ns-3 Reporter: Mitch Watrous <watrous>
Component: build systemAssignee: Mitch Watrous <watrous>
Status: RESOLVED FIXED    
Severity: normal CC: luizsan, ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Mitch Watrous 2012-01-11 16:11:51 UTC
Currently, test.py uses the old name for the test runner, which causes only these tests to be run:

    PASS: Example examples/tutorial/first.py
    PASS: Example examples/routing/simple-routing-ping6.py
    PASS: Example src/core/examples/sample-simulator.py
    PASS: Example examples/wireless/mixed-wireless.py
    PASS: Example src/bridge/examples/csma-bridge.py
    PASS: Example examples/wireless/wifi-ap.py
    PASS: Example src/flow-monitor/examples/wifi-olsr-flowmon.py
    7 of 7 tests passed (7 passed, 0 skipped, 0 failed, 0 crashed, 0 valgrind errors)
Comment 1 Luiz Arthur 2012-01-12 11:58:45 UTC
Hi Mitch,

Can you tell more of the problem?

I tryed execute the test.py and:

...
PASS: Example src/core/examples/sample-simulator.py
PASS: Example /mnt/deposito/ns3/ns-3-allinone/ns-3-dev/build/src/uan/examples/uan-cw-example
PASS: Example src/flow-monitor/examples/wifi-olsr-flowmon.py
172 of 172 tests passed (172 passed, 0 skipped, 0 failed, 0 crashed, 0 valgrind errors)

No problem!

At. Luiz Arthur

ps. I updated my ns-3-dev today!
Comment 2 Mitch Watrous 2012-01-12 12:38:13 UTC
(In reply to comment #1)
> Hi Mitch,
> 
> Can you tell more of the problem?
> 
> I tryed execute the test.py and:
> 
> ...
> PASS: Example src/core/examples/sample-simulator.py
> PASS: Example
> /mnt/deposito/ns3/ns-3-allinone/ns-3-dev/build/src/uan/examples/uan-cw-example
> PASS: Example src/flow-monitor/examples/wifi-olsr-flowmon.py
> 172 of 172 tests passed (172 passed, 0 skipped, 0 failed, 0 crashed, 0 valgrind
> errors)
> 
> No problem!
> 
> At. Luiz Arthur
> 
> ps. I updated my ns-3-dev today!

I still have problems with my version of ns-3-dev.
Comment 3 Mitch Watrous 2012-01-13 13:43:09 UTC
Bug closed.

ns-3-dev changeset: 8813ef4cec0f(In reply to comment #0)
> Currently, test.py uses the old name for the test runner, which causes only
> these tests to be run:
> 
>     PASS: Example examples/tutorial/first.py
>     PASS: Example examples/routing/simple-routing-ping6.py
>     PASS: Example src/core/examples/sample-simulator.py
>     PASS: Example examples/wireless/mixed-wireless.py
>     PASS: Example src/bridge/examples/csma-bridge.py
>     PASS: Example examples/wireless/wifi-ap.py
>     PASS: Example src/flow-monitor/examples/wifi-olsr-flowmon.py
>     7 of 7 tests passed (7 passed, 0 skipped, 0 failed, 0 crashed, 0 valgrind
> errors)