diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-02-16 18:28:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-02-16 18:28:10 +0000 |
| commit | af9e267c70c7bca1df74cf11ac93f05fffad9729 (patch) | |
| tree | 6a311ee3b646e2c9dba5bdbd0c425b6cdff3a09f /nova | |
| parent | b0e48646ed93cc4e798942ff1a645c01393be458 (diff) | |
| parent | ec76f28b9b17731825d3c6c864b5d8ee728bc79e (diff) | |
Merge "Speedup the revert_state test"
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/compute/test_compute.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/compute/test_compute.py b/nova/tests/compute/test_compute.py index 2e8c07f18..6c58fffe0 100644 --- a/nova/tests/compute/test_compute.py +++ b/nova/tests/compute/test_compute.py @@ -1792,7 +1792,6 @@ class ComputeTestCase(BaseTestCase): kwargs = {} instance = self._create_fake_instance() - self.compute.run_instance(self.context, instance=instance) # The API would have set task_state, so do that here to test # that the state gets reverted on failure |
