yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24928
[Bug 1397247] [NEW] test_notifications.py:test_send_on_vm_change
Public bug reported:
in nova.tests.unit.test_notifications.py:
the "test_send_on_vm_change" is just the same the "test_send_task_change",
we should change the "test_send_on_vm_change":
self.instance.task_state=task_state.SPAWING
==>
self.instance.vm_state=vm_state.SUSPENDING
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1397247
Title:
test_notifications.py:test_send_on_vm_change
Status in OpenStack Compute (Nova):
New
Bug description:
in nova.tests.unit.test_notifications.py:
the "test_send_on_vm_change" is just the same the "test_send_task_change",
we should change the "test_send_on_vm_change":
self.instance.task_state=task_state.SPAWING
==>
self.instance.vm_state=vm_state.SUSPENDING
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1397247/+subscriptions
Follow ups
References