Bug 890

Summary: several rate adaptation algorithms not tested by test.py
Product: ns-3 Reporter: Nicola Baldo <nicola>
Component: wifiAssignee: Nicola Baldo <nicola>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Nicola Baldo 2010-04-21 11:14:06 EDT
ConstantRateWifiManager, AarfWifiManager, and ArfWifiManager are used in examples that are run by test.py

The other WifiManagers are never run by test.py. Minstrel is used by examples/wireless/multirate, but this is not run by test.py due to too long execution time.

examples/wireless/wifi-adhoc also uses other WifiMangers, but is also not run by test.py due to too long execution time.
Comment 1 Nicola Baldo 2010-05-14 12:53:44 EDT
The necessary simulations could all be obtained by running examples/wireless/multirate with different command line arguments, but I get the feeling that test.py does not support that. Am I right? 

Alternatively, I could copy and paste the same example onto several new files, and change the parameters for each copy as needed, but I would like to avoid this if possible.

Any comments?
Comment 2 Nicola Baldo 2010-05-18 09:34:53 EDT
changeset:   6310:b95c8e9f82db