Commit Graph

10 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
gecong1973 a785dad71b Delete unnecessary utf-8 coding
The file was added redundant utf-8 coding by some editor.
we can delete it .

Change-Id: Ie6ab1a9fde8e95d0757f15a72418fb39cb0f6cba
2016-12-27 10:17:29 +08:00
Rahul Nair 0e116be551 Documentation updates and styling changes
Updates to the syntribos official docs to reflect the present
state of the tool and also few styling changes.

Adding details about different tests
Fixing headings
Fixing typos
Adding links to source code and documentation

Change-Id: I99be3d150db72e88cdc9dcaf08668df7c831fec6
2016-10-24 12:47:19 -05:00
Eric Brown a81f052c02 Add man page for syntribos command
This patch adds a manual page for syntribos. Most of the content
is derived from the README and the output from the help of the
CLI.

Change-Id: I2f7c18f1a0b53aebbcbadf54514d408e59a84c66
2016-09-06 15:40:16 -07:00
Vinay Potluri f8993aa000 Removed OpenCafe installation instructions
Removed Cafe installation instructions from docs and Cafe mappings from
sphinx docs

Change-Id: I7968c244cebda6811e3de5c11ddc42cc571a0198
2016-07-19 17:39:46 -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
Charles Neill 679cfd5d2f Docstrings for more Syntribos components
Adding a few more docstrings, populating code-docs page, modifying
Sphinx documentation generation.

Implements: blueprint docstring-add-to-framework
Change-Id: I9506c9fdeab19d9b4bf52ee3a51c27e38476e82e
2016-05-02 17:00:24 -05:00
Charles Neill 9eca39e127 Updating doc strings for core pieces of Syntribos
This PR adds docstrings to a number of important components of
Syntribos, and adds this documentation to our Sphinx doc structure. It
also removes copyrights from __init__.py files with no other content,
in line with OpenStack style guidelines.

Set 2: Fixed PEP8 failure.

Change-Id: Ic57b31f451ec3ecf7f5b308da4544f808c9c9a5d
Implements: blueprint docstring-add-to-framework
2016-04-05 16:20:56 -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