commit | 2b59f84e3efdbf661307fb95bdca593483a88c5b | [log] [tgz] |
---|---|---|
author | Matthew Treinish <treinish@linux.vnet.ibm.com> | Mon Sep 09 20:32:51 2013 +0000 |
committer | Matthew Treinish <treinish@linux.vnet.ibm.com> | Tue Sep 10 14:41:25 2013 +0000 |
tree | ad59e7da23e796c20b69dc29815bb2339198cd92 | |
parent | e198fd09863842e7da48399e6c572f97caed320e [diff] |
Remove order dependence from network_basic_ops There is no guarantee on runtime order for tests, however test_network_basic_ops had a separate test case for each step in the scenario being run. This commit just changes the test structure to individually run the steps of the test scenario inside a single test method. Change-Id: I729959b7a11a4c4413c3a7c262318725c56871c1