Commit Graph

9 Commits

Author SHA1 Message Date
Hervé Beraud 9227352b39 Adding functional tests
This project lack of functional tests, these changes aim to introduce them.

These changes activate functional tests for oslo.cache.

They introduced:
- related ci jobs
- splits tests into functional and unit
- bindep to manage backends server

Functional tests support the following backends for now:
- etcd3gw

Co-authored-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
Change-Id: I604cb542ac25fd4bfac57ea607b447ac82404b7e
2020-05-14 14:45:12 +02:00
Hervé Beraud e4044288ab Ignore reno artifacts
Ignore:
- cache
- generated file (release file)

Change-Id: I45c728481476b881e3c2d56a7f43d3e0f0cf8148
2020-01-13 09:20:53 +01:00
ZhongShengping 92cb9a02e0 Clean up .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools.

To this end, remove the long-standing sections for "Mr Developer"
and "Editors" since their mere existence here sends the signal that
we welcome (and have time to review) additions for any old tool
someone ever might happen to try. Also add a comment block
explaining this, for clarity.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks called from tox,
documentation and packaging builds, et cetera).

This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb
from the openstack-dev/oslo-cookiecutter repository.

Change-Id: I138b09a57c72cf50842cf4b1b87cfab2744ef162
2018-10-15 11:42:58 +08:00
Vu Cong Tuan 03dc05dec3 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I829d57082b4fb981dfab6ed0f976bb30f28b7901
2018-07-03 16:10:58 +07:00
Dong Ma a2335dbb69 rearrange content to fit the new standard layout
Change-Id: I5cbe836cf54f752eb4f93e105ffb49b387440db7
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
2017-07-06 23:45:16 +08:00
Kirill Bespalov 3e8d5eb932 Add reno for releasenotes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: I2d2ed47f68972f4b67e2ca0e49eddbb82f2af2e7
2016-05-20 17:50:21 +03:00
Matt Riedemann d6b6a7f07e Ignore the .eggs/ directory
Change-Id: Ic4a9a9c5cb3f77265ce34123c1bebdf8a03706c6
2015-08-18 07:56:33 -07:00
Brant Knudson 6569f726a3 Fixes up the API docs and module index
- Automatically generate the API docs
- Makes the index on the modules index page useful

Change-Id: I4eafe2c64a0733f6fb81b20e85cd943355860f9a
2015-07-09 18:22:58 -05:00
Eric Larson 9b41e58819 Initial commit from oslo cookiecutter template 2015-04-15 11:22:01 -05:00