Bug 327 - need 'conditional' regression tests
need 'conditional' regression tests
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
pre-release
All All
: P1 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-09-09 19:58 UTC by Mathieu Lacage
Modified: 2008-09-11 10:13 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2008-09-09 19:58:09 UTC
we need to pass the waf 'env' from the waf configury down to the regression test functions in regression/tests/*.py to allow tests to not do anything when they detect they should not run
Comment 1 Gustavo J. A. M. Carneiro 2008-09-10 09:49:13 UTC
Do you really think they need the whole env?  Why not just a list of enabled 'features', like I am doing with the Python bindings?
Comment 2 Mathieu Lacage 2008-09-10 11:45:04 UTC
(In reply to comment #1)
> Do you really think they need the whole env?  Why not just a list of enabled
> 'features', like I am doing with the Python bindings?
> 

it seems easier to just pass down everything but it's your call.
Comment 3 Gustavo J. A. M. Carneiro 2008-09-11 10:13:46 UTC
It's done.  The waf environment is available as the 'env' variable of the 'tracediff' pseudo-module.