Commit Graph

7 Commits

Author SHA1 Message Date
Stephen Finucane c6a0ff2ac0 List traits in documentation
We're going to have to switch to something other than a list of strings
or use Sphinx-style inline documentation if we want to provide anything
more useful.

Change-Id: I45c29fe2bdd3fdcb3c69e07f5e9e5be36de9b797
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-09-23 12:05:41 +01:00
Stephen Finucane bca5bace07 Switch to hacking 2.x
This supports Python 3 goodness. Some additional tox and gitignore
tweaks are included while we're here.

Change-Id: Id1a7a90119be242486584a3b5d6939083bfac84d
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-02-27 15:04:48 +00:00
Vu Cong Tuan 91ab5ff372 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: I02e33d429154936db9ca65b4fd04cfa10754507b
2018-07-18 10:33:07 +01:00
Stephen Finucane 171c5b84f1 Remove AUTHORS and ChangeLog
These are autogenerated and should not be tracked by version control.

Some gitignore rules are added to prevent this happening again.

Change-Id: I044215925b62609604d477351160f069d8f71db2
2017-07-04 12:39:39 +00:00
Yingxin 1a89c57d50 Fix testing with tox
Corrected ignore file list for testr and tox; Corrected test command in
tox; And added .testr.conf
2016-10-08 08:07:58 +00:00
Yingxin 9cea71a0b7 Correct .gitignore to exclude *.egg* generated by pbr 2016-09-20 05:43:58 +00:00
Jay Pipes 7d2a583f32 Initial commit of os-capabilities library
Adds the basics of the new os-capabilities library, including a README
and a couple helper functions that allow the user to list both symbol
names as well as the capability strings themselves.

Added x86 CPU instruction set extensions as an initial set of namespaced
standardized capability strings.
2016-08-03 19:25:39 -04:00