RETIRED, Fuel tests
Go to file
Alexey Stepanov 441542c234 Replace custom HTTPClient by standard keystoneauth1 session
1. Use keystoneauth1 for making session
2. Nailgun/OSTF client uses keystoneauth1 session
3. Drop HTTPClient
4. Support NailgunClient construction by providing session
5. Requests has on-demand authorization and re-authorization
    by keystoneauth1.

Pros:
* interface unification, after implementation of bugfix fr 1581024
  we could transparently switch the most methods
  from our implmentation to python-fuelclient implementation.
* Less decorators magic (@jsonparse is not required)

Blueprint: python-fuel-client-in-system-tests
Change-Id: Idc0c0b3b0039f64d852ea1a08e02a9c3ecd65c46
(cherry picked from commit 92006f3)
2016-08-02 22:00:20 +03:00
doc Disable UMM before nodes repetitive restart 2016-07-26 12:00:45 +03:00
fuelweb_test Replace custom HTTPClient by standard keystoneauth1 session 2016-08-02 22:00:20 +03:00
gates_tests Merge "Add check_ceph health into gate_ostf" into stable/mitaka 2016-06-29 12:31:54 +00:00
packages_tests Replace env for nova-compute packages 2015-07-06 18:00:12 +04:00
system_test Add timeout_msg values in fuelweb_test and system_test 2016-07-21 15:32:20 +03:00
utils/jenkins Update packages from requirements.txt with 'system_tests.sh -N' 2016-07-11 14:41:24 +03:00
.gitignore Add /.cache to .gitignore 2016-04-12 15:38:29 +00:00
.gitreview Update paths due to stackforge migration 2015-10-18 01:00:37 +03:00
.pylintrc Suppress pylint 'locally-disabled/enabled messages' 2016-04-12 15:37:08 +00:00
.pylintrc_gerrit Suppress pylint 'locally-disabled/enabled messages' 2016-04-12 15:37:08 +00:00
MAINTAINERS Remove all tests related to LMA plugins 2016-06-08 09:10:28 +00:00
README.md Fix links to documentation 2015-06-23 14:06:17 +03:00
run_system_test.py Use set in groups iteration 2016-03-29 13:44:48 +03:00
run_tests.sh System tests movement from fuel-main 2015-02-06 11:44:08 +02:00
tox.ini Update packages from requirements.txt with 'system_tests.sh -N' 2016-07-11 14:41:24 +03:00

Tests documentation

Devops documentation

Code-generated documentation

You need to run make doc-html to generate them.

Output is stored in doc/_build/html/index.html.

For 'make iso'

Building ISO documentation