Skip to content

Commit

Permalink
Skip slow/buggy soft reboot test until bug 1014647 is dealt with.
Browse files Browse the repository at this point in the history
Change-Id: I41cfa8075214a178fe986cd2845253bd49340400
  • Loading branch information
davidkranz committed Jun 25, 2012
1 parent 1709acc commit 9b6129c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tempest/tests/compute/test_server_actions.py
Expand Up @@ -62,6 +62,7 @@ def test_reboot_server_hard(self):
self.client.wait_for_server_status(self.server_id, 'ACTIVE')

@attr(type='smoke')
@unittest.skip('Until bug 1014647 is dealt with.')
def test_reboot_server_soft(self):
"""The server should be signaled to reboot gracefully"""
resp, body = self.client.reboot(self.server_id, 'SOFT')
Expand Down

0 comments on commit 9b6129c

Please sign in to comment.