Commit Graph

16 Commits

Author SHA1 Message Date
Andreas Jaeger 8c881bcbe5 Retire repository
See
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007708.html

Change-Id: If97f10290c16903d550c66163b082bd23357fca2
2020-05-08 13:51:25 +02:00
Michael Dong 6cf7bdab87 Bug fixes and error message updates
Fixes:
1) Crashes in runner and file_utils
2) Binary strings being read in as payloads

Updates:
1) Clarified error messages in parser
2) Confusing variable names in test cases vs issues

Adds:
1) A `syntribos root` CLI sub command to display the current syntribos root dir

Change-Id: I22edf7a1f3d39724522aee88d08b00d299b67248
2018-11-28 12:32:24 -06:00
Doug Hellmann b5cf405d30 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: Ia0c9884ea6c20553d2b4da8b0668b64b53ace41f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-09 11:48:00 -05:00
Tony Breeds 0ac0bf01b6 Add Constraints support
To be co-installable with other OpenStack projects and have consistent
testing it's a good idea (tm) to use constraints when creating tox
environments.

Change-Id: I02478c2d39f1ce571e97e6187db0d4e0dfde8f70
2016-12-21 13:40:21 +11:00
Rahul Nair 8aae08f39f Adding pylint check to syntribos
Adding pylint check to syntribos and updating few files to
make the files compliant.

Change-Id: I1970a0351fec1d8898a15e4433a5dbe161df0168
2016-11-21 18:11:06 -06:00
Luong Anh Tuan 453110e27d Don't include openstack/common in flake8 exclude list
There is no this directory openstack/common which was used to keep codes from
oslo-incubator, we have retired oslo-incubator. Removing openstack/commonfrom
all OpenStack code in favor of the Oslo libraries is a project wide goal
for the Ocata release. So don't use this directory any more. We should drop it
for improving searching efficiency.

Change-Id: I815cc67860d4d858d2f17e273ec27a498e11af2a
2016-10-31 12:37:28 +07:00
Rahul Nair 5911450992 Adding python 3 compatibility and some minor styling changes
As we are moving to the next iteration of the project for Ocata,
I think it would be helpul to makesure that the codebase is
fully compatible in py27 and in py35. Also, some minor styling
changes, removing uncessary spaces etc.

Change-Id: I9aac07dc180cd3a7c7885661bdad985c183ae0a9
2016-10-14 17:39:29 -05:00
Rahul Nair 57d2393176 Fix for tox failing on coverage
Coverage was failing as coverage target was deleting coverage data
before coverage html was run as a side-effect of running coverage
combine. This change fixes it.

Change-Id: I08c974724cc81423f4d440a88d704cfafb75829f
2016-07-27 19:45:53 -05:00
Rahul Nair 3e495d3762 Removing opencafe http client from tox
Removing OpenCafe http client from tox.ini

Change-Id: I810ad0a1219ec3f9861fb21769ba83d53f69e9cc
2016-07-13 17:05:15 -05:00
Eric Brown 12c025903f Add pep8 checks to unit tests
Let's make sure the unit tests also follow the same pep8 guidelines.

Also fixed any current pep8 errors and renamed test_ut_datagen to
test_datagen for consistency.

Change-Id: I00682d0c96368693d0f666e655af49209387fd07
2016-06-23 11:31:05 -07:00
Charles Neill 103fea86cd Adding CAFE HTTP client install as tox docs step
Unfortunately, we're still importing CAFE's HTTP client in some places,
causing tox to fail sometimes when it can't find the cafe.engine.http
module. This patch adds a step to the docs job to install this for now.

Change-Id: I4a6f3abe87eba3ec71c44cc3ca1112f94019055c
2016-05-17 18:35:42 -05:00
Michael McCune afd4cca2fd add initial sphinx rst framework
this change adds a structure for creating improved sphinx/restructured
text documentation. the initial commit only brings over the information
from the readme with some minor adjustments for titles and separating
content into sections.

Change-Id: If1a4cf7d046e784d84571a7a52480daab7d2be5c
2016-03-24 15:56:12 -04:00
Michael Xin dfea525cea Change to run testr runner and provide coverage
Change-Id: I43c250b3960b2160cf3eb074ca7a227b06141326
2015-12-23 10:30:05 -06:00
Monty Taylor 8cec49a548 Migrate to pbr for setuptools needs
Since syntribos lives in OpenStack Infra, just using pbr for setup.py
management will make life easier all the way around.

Change-Id: I47c987ffec63f00d21de1881b4fa87facbd1db72
2015-12-18 11:31:19 -05:00
Michael Xin 66512646f4 Update tox.ini to include venv and add .gitreview
Change-Id: I4b6aabe58fb4ab0c13bb9d0e27d9b40bff1f1ae9
2015-12-17 09:58:07 -06:00
Nathan Buckner 11bb15178c Adding MANIFEST.in, test-requirements.txt, tox.ini to pass gate
Change-Id: I7e05401b1f6b46829d8ab64fe3580b16719ec5f3
2015-10-19 18:31:38 -05:00