Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger 08db3ad05f Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I37b6a82c9c3c3893bb4b9b6a4c4b5a83a6d8193c
2019-12-18 09:50:01 +01:00
Dmitry Tyzhnenko 6a35a38ab9 Move ha_neutron and bvt to fuel_tests
Add ability to run_system_test run test from fuel_tests

move test groups into fuel_tests:
    bvt2 with new name is pytest_bvt2
    ha_heutron

Change-Id: Ic6a0d78e113f58af388ac2abe758a8be5e3e5867
2016-04-26 18:06:25 +03:00
Maksym Strukov cbb12596c5 Hotfix for fuel-qa docs to apply zero-errors in verify-fuel-qa-docs job
Change-Id: Ic3baa6b56aacaea3c01682f5410abf2ef8b34693
Related-Bug: #1515234
2015-11-11 15:42:47 +02:00
Dennis Dmitriev 3fc4cb20f5 Add missing docs to ./doc files
Change-Id: I3929d21944949d16d07443c7e9009525b0e118df
Related-Bug:#1486760
2015-08-20 01:22:34 +03:00
Maksym Strukov fb69b03479 Remove puppet modules tests
Remove puppet env due it is not used

Change-Id: I3bf402c47d0c0b0c56465d9573a93f074125f403
Related-Bug: #1482642
2015-08-10 13:04:09 +03:00
Alexandr Kostrikov e317c2d6d2 doc: Added an initial Sphinx documentation
I have added a auto-generated documentation. It is done with
Sphinx library. Sphinx uses reStructuredText as its markup language
and docstrings as a source for automated documentation.

According to https://www.python.org/dev/peps/pep-0257/
I used a """ for quotes in docstrings and made
"""Docstring."""-looking one-liners and correct indentation
for multiple-liners.
Based on https://github.com/kennethreitz/requests
I moved Makefile, requirements.txt and conf.py to /doc folder.
Also I decided to make fuel-qa documentation
similar to https://docs.python.org/2/tutorial/index.html
with single table of contents.
I have added empty __init__.py files to be able to produce
documentation.
I have added sys_test.log to .gitigonre because it has
been generated at the documentation build.

To make it faster and non-conflicting I added some banal
class descriptions in order to get them in auto-generated documentation.
I decided not to fight with warnings and poor docstring descriptions
I added to make documentation less conflicting and for a faster review.
Docstring improvements and detailed code description are left for later.
For the same reasons I decied not to add docstrings to all methods.
At a places where I made poor docstrings I have added a
TODO documentation.

Change-Id: I7701a9a3429abbf62b13ec5a31972298c0be5201
Related-Bug: #1321682
2015-05-07 17:42:38 +03:00