From: Jenkins Date: Fri, 28 Oct 2016 10:58:25 +0000 (+0000) Subject: Merge "Transform instance.resume notifications" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1bd4d7fb082469ba1a578db413dfd93c9a168995;p=osstest%2Fopenstack-nova.git Merge "Transform instance.resume notifications" --- 1bd4d7fb082469ba1a578db413dfd93c9a168995 diff --cc nova/tests/functional/notification_sample_tests/test_instance.py index 472e9d0e7d,87753da29b..e0399ca8b1 --- a/nova/tests/functional/notification_sample_tests/test_instance.py +++ b/nova/tests/functional/notification_sample_tests/test_instance.py @@@ -63,9 -63,9 +63,10 @@@ class TestInstanceNotificationSample self._test_power_on_server, self._test_restore_server, self._test_suspend_server, + self._test_resume_server, self._test_pause_server, self._test_shelve_server, + self._test_shelve_offload_server, self._test_resize_server, ]