Bug 327

Summary: need 'conditional' regression tests
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: build systemAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: gjcarneiro
Priority: P1    
Version: pre-release   
Hardware: All   
OS: All   

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.