RETIRED, Fuel tests
Go to file
Dennis Dmitriev b4b24442c2 Update packages from requirements.txt with 'system_tests.sh -N'
Default behaviour of the system_tests.sh is unchanged,
but with -N it will update requirements on each run (without
--upgrade).
If fuel-devops has incorrect version or not installed, then
script will fail with -N option (until fuel-devops is not packed
to PyPi repository).

- Removed dependency on fuel-devops located on github.
  This dependency splitted into two requirements:

  requirements-devops.txt : will be used with -N option to
      controll the installed fuel-devops version;

  requirements-devops-source.txt : will be used for tox tests
      and update python virtual environments on CI.

- Update system_tests.sh with two new options: -R and -N:
  REQUIREMENTS_DIR or -R : name of the dir where requirements.txt
  and constraints.txt are located (fuelweb_test by default)
  UPDATE_REQUIREMENTS or -N : 'yes' or 'no' (-N == 'yes').
  Perform update PyPi packages from requirements.txt.
  Default : 'no'

- remove unused variables and code that was used for build ISO

Change-Id: Ib9efd2136226fb43b506db390079f1b72a06069d
Related-Bug:#1575065
(cherry picked from commit 5a62e85)
2016-07-11 15:01:25 +03:00
doc Add tests for new data-driven upgrade procedure 2016-04-06 09:39:05 +00:00
fuelweb_test Update packages from requirements.txt with 'system_tests.sh -N' 2016-07-11 15:01:25 +03:00
gates_tests Fix incorrect expected step at test start 2016-01-18 12:38:16 +00:00
packages_tests Replace env for nova-compute packages 2015-07-06 18:00:12 +04:00
system_test Remove unnecessary argument from call to sync func 2016-02-15 18:52:47 +03:00
utils/jenkins Update packages from requirements.txt with 'system_tests.sh -N' 2016-07-11 15:01:25 +03:00
.gitignore Gitignore autogenerated certs. 2015-09-16 14:28:22 +03:00
.gitreview Update paths due to stackforge migration 2015-10-18 01:00:37 +03:00
MAINTAINERS Merge "Fix link to team-structure in MAINTAINERS file" 2015-12-23 05:44:19 +00:00
README.md Fix links to documentation 2015-06-23 14:06:17 +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 15:01:25 +03:00

README.md

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