- 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
manual users should have the first setup steps spoon fed in detail
and copy pastable , to avoid first impression rejection ...
Change-Id: I564014f5bd255d07b2b2872810ce7f0318622986
Moving other requirements from extra-requirements.txt wasn't possible
because those requirements are not uficially considered an OpenStack
requirements and would be refused by openstack check-requirements
upstream job. We should thereofre thread those requirements as
still extras.
Change-Id: Idd3c7daf38cbcac4d3c0253f13034529aaeb5167
OpenStack Project Testing Interface[1] extabilish a set of
rules to make sure project testing interface looks similarly
between OpenStack projects. This is intended to be
the first change in such direction.
Major improvements are:
- Remove code coverage from unit tests environments
- Reorganize tox.ini to better separate type of envs in sections
- Create an [openstack] section to unify settings for environments
that would require connecting to OpenStack (functional, scenarion,
...)
- Create scenario env to exectute all scenarion tests including
Neutron ones.
- Point to the new URL for upstream upper hand global requirements file.
Know missing things are:
- Create docs environment
- Create functional environment
- Create cover environment
[1] https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I0129e91b9fd58ac75223c8faca43e690a39061b5
setUpClass method is exectuted only once. It looks like
skipping test cases at such level it could skip only the
first test case method instead of all ones. Actually
tipically test cases are skept using self.skip() method,
therefore the behavior of skipping at class level
could be probably unsupported by test runners.
Change-Id: I803b2712849201bc013e8645b2b81781ad4193f9
After commit a0c598cd3d 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
Quick-start, not surprisingly, should be a quick start guide for the
user who tries Tobiko. Right now I'm afraid it's the opposite. It
deep dives into details that should be somewhere else but not in
the quick start page.
Also, most of the information written there is no longer relevant.
I have changed it to include the minimal instructions the user needs
for a true quick start experience with Tobik.
Change-Id: I0630aeeb736e51cab5e66750c4c8a726c1195af5