
Some unittest cases of trove.tests.unittests.guestagent has mocked os.path.expanduser(), the result of the mocked function is passed to os.path.join(). This causes these tests failed under Python3.6 by TypeError, because a str, bytes or os.PathLike object is expected, but a MagicMock object is passed in instead. Giving a string return value for the mocked os.path.expanduser() fixes. Partial-Bug: #1755417 Change-Id: Ieeb7964a65ceb6fab0f20a0c8fefbe38dd25cb10 Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
Trove
Trove is Database as a Service for OpenStack.
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/trove
- Wiki: https://wiki.openstack.org/wiki/Trove
- Developer Docs: https://docs.openstack.org/trove/latest/
You can raise bugs here: https://bugs.launchpad.net/trove
Python client
https://git.openstack.org/cgit/openstack/python-troveclient
References
- Installation docs: https://docs.openstack.org/trove/latest/install/install.html
- Manual installation docs: https://docs.openstack.org/trove/latest/install/manual_install.html
- Build guest image: https://docs.openstack.org/trove/latest/admin/building_guest_images.html
Description
Languages
Python
95%
Shell
4.9%