Add iperf UDP test

This commit is contained in:
Brandon Heller
2010-01-02 10:58:28 -08:00
parent 8a034f4f6c
commit 0cd489a78b
2 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ CONTROLLERS = {'ref' : Controller,
'none' : lambda a, b: None}
# optional tests to run
TESTS = ['cli', 'build', 'ping_all', 'ping_pair', 'iperf', 'all']
TESTS = ['cli', 'build', 'ping_all', 'ping_pair', 'iperf', 'all', 'iperf_udp']
def add_dict_option(opts, choices_dict, default, name, help_str = None):
'''Convenience function to add choices dicts to OptionParser.