Commit Graph

9 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
Cao Xuan Hoang 062cf1dcd2 TrivialFix: Remove logging import unused
This patch removes logging import unused in
fuel_health/common/facts.py
fuel_health/manager.py
fuel_health/tests/sanity/*.py
fuel_health/tests/smoke/test_create_flavor.py
fuel_health/tests/tests_platform/test_heat.py
fuel_plugin/ostf_adapter/nailgun_hooks.py
fuel_plugin/ostf_adapter/nose_plugin/nose_utils.py
fuel_plugin/ostf_adapter/wsgi/controllers.py

Change-Id: Ic47ced019c06e45ba0c9b669989bae83ceb049d0
2016-09-07 12:56:32 +07:00
Artem Roma f509330e00 Cleaning db before integration tests added
Complete cleaning of db schema added before execution of integration
tests. The main reason of introducing such cleaning - issue with
applying alembic revisions with same uid but different content that are
stored in different git branches, which leads to erros while interaction
with db.

Change-Id: I94611015beb4dd83d036b813c9337958dc6af064
Closes-Bug: #1421164
2015-02-17 12:12:06 +02:00
tatyana-leontovich f9c37d0876 Revert "Add versioning for fuel_health tests"
This reverts commit 6c250763b4.
This commit bvt

Change-Id: I8d4dd55b65aa8ee17049a9a005109508b654597b
Closes-Bug: #1420882
2015-02-11 17:53:57 +00:00
Artem Roma 6c250763b4 Add versioning for fuel_health tests
Now version of release for which particular test is suitable can be
specified in test sets profile attribute and tests' docstrings. For now
we assume that test is available for releases that are == or >= in
comparison to release specified for test.


Change-Id: I568db380120e3a429bdd531f51a7301c49d41281
Implements: blueprint ostf-tests-versioning
2015-02-10 13:55:09 +00:00
Artem Roma fbbb98bc21 Update to cleanup command for adapter
Now cleaning of db is available trough command line interface via
ostfctl util. In order to clean db use "ostfctl cleandb --dbpath
db-connection-string". db-connection-string is optional flag and its
default is for ostf database.

Change-Id: I0e6161e5b1a4d892e4f092b7506ac2e08e1bc2f8
2013-10-29 15:11:08 +02:00
Artem Roma 9f09bb050a Add cleaup_db command to ostf-server
For ostf-server 'cleanup_db' command was added thus file cli_config and
adapter_api were modified in order to provide new behaivour of
ostf-server when mentioned command is supplied. New function clean_up_db
was added to nailgun_hooks.py file. This function performs cleaning
action for db.

Change-Id: Ifc88c2d3b617cc9e8f575182e5d4917280e9b7a2
2013-10-28 14:20:43 +02:00
Dmitry Shulyak 10967de705 fixing issues with discovering and heatclient 2013-09-26 16:02:25 +03:00
Tatyanka afbe1ea46c Move plugin from ostf_plugin repo 2013-09-18 14:20:11 +03:00