RETIRED, Fuel tests
Go to file
Dennis Dmitriev 5a62e85194 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
2016-07-11 14:36:10 +03:00
doc Add option to setup centos master node in get_ready_setup method 2016-06-30 15:01:53 +03:00
fuel_tests Merge "Add option to setup centos master node in get_ready_setup method" 2016-07-01 12:19:11 +00:00
fuelweb_test Update packages from requirements.txt with 'system_tests.sh -N' 2016-07-11 14:36:10 +03:00
gates_tests Merge "Fix several code style issues" 2016-07-11 07:44:25 +00:00
packages_tests Migrate group thread_1 to pytest scope 2016-06-02 13:14:06 +03:00
system_test Merge "Fix failover tests for vCenter" 2016-05-27 11:33:07 +00:00
utils/jenkins Update packages from requirements.txt with 'system_tests.sh -N' 2016-07-11 14:36:10 +03:00
.gitignore Add /.cache to .gitignore 2016-04-12 15:02:53 +03: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-11 20:49:54 +03:00
.pylintrc_gerrit Suppress pylint 'locally-disabled/enabled messages' 2016-04-11 20:49:54 +03:00
MAINTAINERS Remove all tests related to LMA plugins 2016-06-01 11:32:50 +00:00
README.md Fix links to documentation 2015-06-23 14:06:17 +03:00
pytest.ini Migrate group thread_1 to pytest scope 2016-06-02 13:14:06 +03:00
run_system_test.py Add fuel-qa system tests mapping for openstack/puppet-projects 2016-06-09 16:19:49 +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:36:10 +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