Bug 890 - several rate adaptation algorithms not tested by test.py
several rate adaptation algorithms not tested by test.py
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3-dev
All All
: P3 normal
Assigned To: Nicola Baldo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-04-21 11:14 EDT by Nicola Baldo
Modified: 2010-05-18 09:34 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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