Commit Graph

7 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
Rahul Nair 94d0205b8e Pylint changes update
Updated the enabled tests and edited set of files to pass present
enabled tests.

Change-Id: I369166bacbd816b4d85732d476158468ed271d49
2016-11-22 16:10:50 -06:00
Aastha Dixit 6b449c7182 Adding additional fields to debug log
Adding metadata, stats on http requests and response. Also, adding
checks and signals used by a test to the debug log.

Change-Id: I3b85d50804f1071383dfa4b9a07235926018338c
2016-08-01 18:20:48 -05:00
Charles Neill 9049a2c710 Adding unit tests for Runner
Adding some basic unit tests to validate functionality in the Syntribos
runner and config files. Also preparing for py34 compatability.

Change-Id: I6a6352ccd6041f6044911803f753cdf525e0dfef
2016-07-18 17:23:16 -05:00
Charles Neill 70c62a0c0b Refactoring BaseTestCase/BaseFuzzTestCase
- Removed unnecessary code from BTC
- Moved some components from BFTC to BTC
- Start using signals for all tests
- Renamed several variables in BTC for clarity
- Cleaned up BaseAuthTestCase somewhat

Change-Id: I3efc44b33aa4416e1f9853910485a8c5703a9057
2016-07-05 15:42:01 -05: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