commit | 97e9965c918bcf05f563d9977b6cf9f28e6044d3 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Wed Jan 02 17:23:20 2013 -0800 |
committer | Rich Lane <rich.lane@bigswitch.com> | Wed Jan 02 17:23:20 2013 -0800 |
tree | b8d27b2b87f940a9f1b9997607222d826d8a66e8 | |
parent | c76b09a91b9085fc905b44d4b72a119a06febb7f [diff] [blame] |
add group decorator and smoke test group The smoke group is intended to be very fast while covering most important features.
diff --git a/tests/port_stats.py b/tests/port_stats.py index 89b2cf6..8d39d6f 100644 --- a/tests/port_stats.py +++ b/tests/port_stats.py
@@ -129,6 +129,7 @@ obj.assertTrue(all_packets_received, "Packet received does not match number sent") +@group('smoke') class SingleFlowStats(base_tests.SimpleDataPlane): """ Verify flow stats are properly retrieved.