12 Commits

Author SHA1 Message Date
Federico Ressi
1529ccdf76 Update tobiko documentation page URL.
Change-Id: I34a912efb9955b0d303908254359c082a2de5ae3
2019-06-06 15:52:23 +02:00
Federico Ressi
051a62a429 Update project goals in README.rst file
Change-Id: I69bd400e7a65b1832f7a30d3c3793f181ea324bf
2019-05-08 14:50:32 +02:00
Federico Ressi
144f50fe01 Document how to configure Tobiko and run scenario test cases
This also improve other documentation pages and add many
cross section references.

This guide has been tested on CentOS 7 (Python 2.7) and
RHEL8 (Python 3.6).

Change-Id: I827dcf7237792ab94286c960968df405c7e548b9
2019-05-07 17:00:34 +02:00
Assaf Muller
f301597e87 Clarify README.rst, remove duplication in docs/index.rst
* Add a simple explanation of what Tobiko is to README.rst
* Instead of duplicating README.rst content in to doc/index.rst,
  just pull the content from it via an rst directive.

Change-Id: I878bf9517fce54827bc5b4528bd1af695352f8cb
2019-05-01 16:08:21 -04:00
Federico Ressi
42eaa77a3b Update README file
Change-Id: I5a8ac32405c47d30e528fecc692328f37cfa73e6
2019-04-29 10:42:54 +02:00
Federico Ressi
4f52d00056 Add quick start guide to RST documentation.
Change-Id: I33f8fd242745a8779cb6133a37fc91e8f34bb22a
2019-04-26 15:23:56 +02:00
Federico Ressi
08d12255aa Create docs job and environment
- Add docs CI job and Tox environment
- Create RST documentation sckeleton
- Use OpenStack theme for releasenotes job.
- Move docs/ code to doc/ folder to conform to OpenStack standards.

Change-Id: I8b917abe46125fec32076637a041a728257fa96a
2019-04-26 11:13:01 +02:00
Federico Ressi
9787d25c83 Update README.rst after OpenDev Migration Patch
After commit a0c598cd3dc3bd9f7b3cf1739674017d3e497ee project source
code has been migrated to a new URL.

Update URLs links in README.rst file.
Add new link to the new quick start guide.

Change-Id: Ie8af6cf99e2b116a8cc9ba808d2802809a580aab
2019-04-23 12:07:36 +02:00
abregman
9fbfe5c321 Add tobiko-fault command
* tobiko-fault allows you to run different faults on different
  nodes in your environment.
* If os-faults configuration not present, tobiko-fault will generate
  it.

Change-Id: I428aebcbcdc3c9997a0c839e6a18564433e68ba8
2019-03-20 14:14:33 +02:00
abregman
3b72d757d6 Add Tobiko run command
Add basic structure file for supporting Tobiko run command.

The command will be used for generating configuration and run
the tests.

Change-Id: I046b3a85e2ad3d73f983d2be0c804ee863d56d9c
2019-01-25 10:38:15 +02:00
abregman
0cf6dfb5c3 Share stack across tests
Less time is wasted on creating stacks for each separate
test.

Also, updated requirements.

Change-Id: I99c998dd7706300de5f96ea84698098655785a22
2018-10-08 23:30:58 +03:00
abregman
2468ef5f71 Add heat template for creating the stack
This stack will be shared by all the tests we'll create.

Also added a README.

Change-Id: I53e5aa573e462babaa559d5d7c736b6cc04315a7
2018-08-15 11:18:08 +03:00