Commit Graph

21 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
Zuul 59fbccf914 Merge "Updated from global requirements" 2018-10-18 22:30:06 +00: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
OpenStack Proposal Bot aaab4d7161 Updated from global requirements
Change-Id: Iac6ba516b82cf303bca3bc204b31d5b90df54a22
2018-03-23 02:00:09 +00:00
OpenStack Proposal Bot 6708119851 Updated from global requirements
Change-Id: Ib132ef861a517eac6609578b163c88d755534440
2017-10-10 20:31:52 +00:00
OpenStack Proposal Bot f3a784c32b Updated from global requirements
Change-Id: I6c1a8bbd9604757b265e392e47bb2ffe44052124
2017-08-24 11:50:14 +00:00
OpenStack Proposal Bot f9cf0da472 Updated from global requirements
Change-Id: I679de7c1a8c9e4e126f9cd38ac3a938f973f71e0
2017-07-14 05:09:49 +00:00
OpenStack Proposal Bot ffa0fe6381 Updated from global requirements
Change-Id: Idf02f35b91988a18eabafb2e2d5932a22abfeed9
2017-05-17 03:59:56 +00:00
OpenStack Proposal Bot 1321c96212 Updated from global requirements
Change-Id: I7a11a524679e3221a339351211b34d9a4ec71333
2017-02-13 15:22:24 +00:00
OpenStack Proposal Bot 169d818a1c Updated from global requirements
Change-Id: I4219c796a20e66dbed350848e9ea06dbacec5597
2016-11-22 18:00:18 +00: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
OpenStack Proposal Bot c5018861b5 Updated from global requirements
Change-Id: I31d3d582f223c89c1bc728e894d9235a353f60e0
2016-10-22 01:28:38 +00:00
OpenStack Proposal Bot d32794eec4 Updated from global requirements
Change-Id: I72d678c94d4937ff68ed589f7b505e9b770a1b20
2016-09-28 17:02:00 +00:00
OpenStack Proposal Bot 8329981399 Updated from global requirements
Change-Id: Ic97e0d4e6d3febc3c5658300da7dabfa237936b8
2016-09-27 10:08:42 +00:00
OpenStack Proposal Bot 76ec5db2f2 Updated from global requirements
Change-Id: I614d644ea42574c209cb2a38b4b788711cc53645
2016-07-22 04:06:40 +00:00
Eric Brown 635a5a13dc Remove discover from test-requirements
The discover module is only required for Python versions less than
2.7 which are not supported.

Change-Id: I397aa83e7625c6593d90b0c5f25f776af7c79c50
2016-07-15 10:25:42 -07:00
Charles Neill 7593ed10a3 Modifies HTTP client to use checks/signals
- request() now returns tuple: (response, signals)
- all requests now use the same path (meaning they all get
  logged/handled the same way)
- check for HTTP failure (i.e. exception from requestslib)
- check for bad HTTP status code
- check for HTTP content type header
- adds sphinx docstrings / documentation hooks
- adds unittests for HTTP checks

Change-Id: Ie508454eaff8ffcdf7ebea48ef451cb29d8adc67
2016-06-27 11:44:41 -05:00
Michael Xin dfea525cea Change to run testr runner and provide coverage
Change-Id: I43c250b3960b2160cf3eb074ca7a227b06141326
2015-12-23 10:30:05 -06:00
Michael Xin e0f540acf5 Add unittest2 into testrequriements.txt
Change-Id: I775bbf270940681275315448a82413b2d2597844
2015-12-21 12:08:00 -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