Skip to content

Commit

Permalink
Comment out broken test involving soft reboot.
Browse files Browse the repository at this point in the history
Change-Id: I0e667851e2c0ea8393be4212ca66df49e5e2ac33
  • Loading branch information
davidkranz committed Jun 21, 2012
1 parent 13b479b commit 1709acc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tempest/tests/compute/test_console_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# under the License.

from nose.plugins.attrib import attr
import unittest2 as unittest

from tempest import exceptions
from tempest.common.utils.data_utils import rand_name
Expand Down Expand Up @@ -56,6 +57,7 @@ def test_get_console_output_invalid_server_id(self):
pass

@attr(type='positive')
@unittest.skip('Until tempest bug 1014683 is fixed.')
def test_get_console_output_server_id_in_reboot_status(self):
try:
resp, output = self.servers_client.reboot(self.server_id, 'SOFT')
Expand Down

0 comments on commit 1709acc

Please sign in to comment.