Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger 24d98abd3e 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: I658efd028f1b23bc21b327fc55d39a7fa5824ec1
2019-12-18 09:48:08 +01:00
Sebastian Kalinowski c910026314 Extended run_tests.sh to run Python tests
run_test.sh by default runs all available tests and checks:

 * flake8
 * unit
 * integration
 * selected tests

Usage info is available by running command `run_tests.sh -h`.
It is possible to run just selected tests by running
  `run_tests.sh -t selected_tests.py`.
Integration tests require correctly set up.
Removed fabfile and fabric requirement.

DocImpact
Closes-Bug: #1404892
Change-Id: I8dbe2561aba655e698932bb7bb7c2f6f9887f9d7
2015-01-26 12:50:04 +01:00
Artem Roma e98c6ec4fb Integration tests refactoring
Non major refactoring was performed for integration tests.

Change-Id: If560dc4d08411d0d0258702d48764771487d0dbc
2013-11-28 17:14:54 +02:00
Artem Roma fdf8007eab Unittests refactoring for ci
Logic that supports automated execution of unit tests for ci purpose
were added via setUp/tearDownPackage functions in
testing/tests/__init__.py file. Now when tests started via nose in
package setUp function nailgunmimic server is setting up in separate
process and terminating in tearDown. This functionality provides unified
way to execute unit tests.

Change-Id: I4a033757c8d902c90b0a6c7eb54c1511ab721f99
2013-11-22 18:55:46 +02:00
Artem Roma d65e4b2c77 profiles and nose_discovery fix 2013-09-23 14:33:50 +03:00
Tatyanka afbe1ea46c Move plugin from ostf_plugin repo 2013-09-18 14:20:11 +03:00
Dmitry Shulyak 82a19ce559 fix setup and add tox with pep8 2013-09-11 14:25:18 +03:00
Dmitry Shulyak 957499791f nailgun config with identity and network opts 2013-07-15 16:08:38 +03:00
Dmitry Shulyak 8caa474b59 added python dependencies to setup.py 2013-07-10 16:37:52 +03:00
Dmitry Shulyak 70d2bf12de add setup.py with pip requirements 2013-07-03 14:07:50 +03:00