RETIRED, Fuel tests
441542c234
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
|
||
---|---|---|
doc | ||
fuelweb_test | ||
gates_tests | ||
packages_tests | ||
system_test | ||
utils/jenkins | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.pylintrc_gerrit | ||
MAINTAINERS | ||
README.md | ||
run_system_test.py | ||
run_tests.sh | ||
tox.ini |
Tests documentation
Code-generated documentation
You need to run make doc-html
to generate them.
Output is stored in doc/_build/html/index.html
.