commit | 1ec8c0f4b54665f53ceca5fb8e71d57f78799ca9 | [log] [tgz] |
---|---|---|
author | Jonathan Stout <jonstout@indiana.edu> | Tue Feb 04 15:25:38 2014 -0500 |
committer | Jonathan Stout <jonstout@indiana.edu> | Tue Feb 04 15:25:38 2014 -0500 |
tree | 97f6189b8b3c1d05eae76778ac26115313a4cde7 | |
parent | eb3721dbd6b67e8eda99f9f8b782f639bd851c8b [diff] |
updating doc string
diff --git a/src/python/oftest/testutils.py b/src/python/oftest/testutils.py index d945796..d47f81f 100644 --- a/src/python/oftest/testutils.py +++ b/src/python/oftest/testutils.py
@@ -1722,6 +1722,7 @@ @param test Instance of base_tests.SimpleProtocol @param flag One of ofp_config_flags. + @returns (supported, flags) Bool if flag is set and flag values. """ logging.info("Verifing that flag is valid.") test.assertIn(flag, ofp.const.ofp_config_flags_map,