Commit Graph

12 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 876bee7572 Remove vim header from source files
trivialfix

Change-Id: I5d38c942354d3981ddb400be360c2a2350c5af7c
2016-09-27 15:18:53 +07: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
Sebastian Kalinowski cbe0ea30d9 Added hacking checks to tox
Fixed all places where hacking rules (v0.7) was failing
Replaced ''' with """ to make them consistent

Change-Id: I9c1c20f910df696056d2a6a91c33ff7bad266b9f
Related-Bug: #1404892
Closes-Bug: #1408240
2015-01-19 12:36:14 +00:00
Tatyana Leontovich 0541a7b97a Move list stack method to SanityChecksTest class
When sanity stack tests inherits from heatmanager.Heat
class all object are initialized in setup.
So that we send flavor creation request in sanity
list stack tests.
Move list_stack function to the SanityChecksTest class
to avoid post operation and object creation in sanity suit

Change-Id: Ie7c3d7ab9c29d455e42126e37ac9e3ec71fdc26c
Closes-bug: #1297360
2014-03-25 19:03:34 +00:00
Yuriy Yekovenko 0a52033b31 Added new tests for Heat component.
- test_heat.py: added tests for stack rollback and autoscaling;
- heatmanager.py: added new accessory methods;
- test_sanity_heat.py: minor update per changes in heatmanager.py;
- config.py: removed unused Heat option;
- nmanager.py: modified endpoint in _get_heat_client,
  little enhancement in _create_flavors method to avoid issue
  with wrong param. values assignment.

Platform tests description that is mentioned in autoscaling
test script is also under review at the moment:
https://review.openstack.org/#/c/61115/

Change-Id: Ie860c155f3fc5f8b54eccd39e673f59e04d40b0b
2014-01-15 17:51:45 +02:00
Tatyana Leontovich 3b2119be77 Increase test duration displaying in expected field
Retries for transport operation was added previously
So in this patch test Duration, displaying
in Expected column on HealthCheck UI page was increased

Change-Id: I5b64eac6770ea5bce6d9eef22912cdb9afd9fb44
2013-12-20 19:08:05 +02:00
Yuriy Yekovenko 0afb4f2a5e Minor updates for heat sanity test.
Removed unnecessary variable and deployment tag.

Change-Id: Ic8ad551e6ce15e0f558848fb3a6b1bf33eecdf64
2013-12-05 19:04:52 +02:00
Tatyana Leontovich 7811d7d40d Clean OSTF code
Delete uneccessary imports and attribute
Change client initialization for heat, murano and savanna
Delete unused glance clietn initialization

Change-Id: I2407d2bb1e0e52310f559ff3d8454207f21a7899
2013-10-30 13:25:01 +02:00
AnastasiiaNaboikina 3f28678609 Fixed reported review comments
Change-Id: I93bae33c664e9d4b7c0296f56858d70a4d674e2d
2013-10-24 10:46:08 +00:00
Dima ea57ed5a95 fix discovering problems
Renamed platform smoke components to platfom_components
Fix issues with discovering of murano tests

Change-Id: I07374f92d8e25793a28098b99b89d0038346b7ad
2013-10-09 13:50:05 +03:00
Yuriy Yekovenko a734741761 Implemented sanity and smoke tests for Heat. 2013-09-13 14:56:32 +03:00