Bugzilla – Bug 890
several rate adaptation algorithms not tested by test.py
Last modified: 2010-05-18 09:34:53 UTC
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.
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?
changeset: 6310:b95c8e9f82db