Brian Rosmaita cb0668d8ea Update specs repo for Ocata
Created the 'implemented' directory and moved appropriate specs out of
'approved' and into it.

Change-Id: Iba7f85a28115639c520c239d063a54e92ef01a37
2017-02-09 16:25:10 +00:00

681 B

Glance Spec Lite

Replace mox with mock for unit test

problem

Mox does not support python 3. We have a shim module 'mox3' that was built a couple of years ago, is unmaintained, and as it gets tested more heavily is showing race conditions under python3.

solution

Replace mox with mock.

impacts

This change will use mock instead of mox.

timeline

Expected to be merged within the Ocata time frame.

link

https://review.openstack.org/#/c/407959/

assignee

Howard Lee

End of Replace mox with mock for unit test