Merge "Delete test_reboot_server_soft"

This commit is contained in:
Zuul 2020-10-21 21:21:28 +00:00 committed by Gerrit Code Review
commit 63aec891fc
2 changed files with 6 additions and 9 deletions

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
The test_reboot_server_soft has been skipped for more than 6 years.
Take into account that the minimum scenario test uses soft reboot
and the nova functional test also covers reboot.

View File

@ -160,15 +160,6 @@ class ServerActionsTestJSON(base.BaseV2ComputeTest):
"""
self._test_reboot_server('HARD')
@decorators.skip_because(bug="1014647")
@decorators.idempotent_id('4640e3ef-a5df-482e-95a1-ceeeb0faa84d')
def test_reboot_server_soft(self):
"""Test soft rebooting server
The server should be signaled to reboot gracefully.
"""
self._test_reboot_server('SOFT')
@decorators.idempotent_id('1d1c9104-1b0a-11e7-a3d4-fa163e65f5ce')
def test_remove_server_all_security_groups(self):
"""Test removing all security groups from server"""