[Yahoo-eng-team] [Bug 1397882] [NEW] api/test_auth.py:test_user_only.py and test_user_id_only.py

2014-12-01 Thread Dingyx
Public bug reported: the function name is mismatch with the function itself. for test_user_only: self.request.headers['X_USER_ID'] = 'testuserid' === self.request.headers['X_USER'] = 'testuser' for test_user_id_only, the same way. ** Affects: nova Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1397247] [NEW] test_notifications.py:test_send_on_vm_change

2014-11-28 Thread Dingyx
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