commit | 1b7ed656b4c34c813e703d1f2643b449183815c0 | [log] [tgz] |
---|---|---|
author | abat <abat@bigswitch.com> | Wed Apr 08 14:00:27 2015 -0700 |
committer | abat <abat@bigswitch.com> | Wed Apr 08 14:00:27 2015 -0700 |
tree | df193fbd6ba77560faf6c8ebfd1de9defe94aad3 | |
parent | b63e6bd19fa5c758f986cb775b80b2404873391f [diff] | |
parent | ae68aeceaed2f7e6e568711907c41358c5ef8daf [diff] |
Merge into master from pull request #175: port_stats.AllPortStats: clear flowtable before inserting new flows (https://github.com/floodlight/oftest/pull/175)
diff --git a/tests/port_stats.py b/tests/port_stats.py index 7fac164..5f3a3f3 100644 --- a/tests/port_stats.py +++ b/tests/port_stats.py
@@ -301,6 +301,9 @@ return flow_mod_msg def runTest(self): + delete_all_flows(self.controller) + do_barrier(self.controller) + # TODO: set from command-line parameter test_timeout = 60