Commit Graph

25 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 8520aeafd9 Clean imports in code
This patch set modifies lines which are importing objects
instead of modules. As per openstack import guide lines, user should
import modules in a file not objects.

http://docs.openstack.org/developer/hacking/#imports

Change-Id: I5b4bdcb674b58ab419d00ca9c6bff105ce19aca8
2016-09-07 13:28:38 +07:00
Anil Belur 2fc84886ce Replaces calls to traceback.format_exc()
* this change replaces occurrences of
`traceback.format_exc()` with the appropriate version of
`LOG.exception()` in fuel-ostf
* removes importing `traceback` module.
* incorporated review comments from fuel-dev team

Change-Id: I7055aeafdcb109bd3566f118379196ea6ca6037d
Closes-Bug: #1457397
Signed-off-by: Anil Belur <askb23@gmail.com>
2016-04-14 02:13:57 +00:00
Vladimir Khlyunev d492f15c37 Fix for ha mysql tests for cluster with 1 controller
After reverting https://review.openstack.org/#/c/213625/ we need to 
re-implement this fix with additional changes
Code optimization should be removed because unittest2 marks test
as failed if skipTest method is not called from test

Closes-bug:#1485448
Change-Id: Id7c6ac24fd88c9b73962636b081714a1aeaf9985
2015-08-19 11:45:16 +00:00
Andrey Sledzinskiy cc3bf32679 Revert "Fix 'get_database_nodes' for upgraded fuel"
This reverts commit 3d734b4e64.

Change-Id: Ic330c24c7475a0205c100d7fa78e8d13701ea64f
Closes-Bug: #1486413
2015-08-19 07:37:44 +00:00
Vladimir Khlyunev 3d734b4e64 Fix 'get_database_nodes' for upgraded fuel
Return controllers as database nodes if variable
"database_nodes" is not defined in hiera or empty

Change-Id: If2bc1bd6d2614a32c42fb049fbc9b4eebc9cf212
Closes-bug:#1485448
2015-08-17 17:41:31 +03:00
Vladimir Khlyunev ad4f94ebea Refactor of mysql test: test separated from controller databases
Rertieve data about mysql hosts from hiera instead of hardcoded controllers

Change-Id: I139d186288b6d05a185c878b0d5c1c21c581af69
Implements: blueprint ostf-separate-services-refactor
2015-08-13 15:44:25 +03:00
Tatyana Leontovich 1c6c72a174 Split ha mysql tests
split tests to avoid messages about database deletion failure

Change-Id: I4b998a62e65ad1fa4f0c4ef379f5978c4b5f1063
Closes-Bug: #1427572
Closes-Bug: #1405796
2015-03-27 19:38:36 +02:00
Sergey Murashov 4fee491d0e Remove unnecessary 'pass' statements
Change-Id: I328ff59128100f9de5160c11f817e09186e44d9d
Closes-bug: #1355112
2014-08-11 14:38:44 +04:00
Artem Roma 8a81da9ae3 Add skipping to some ostf tests
Now tests that are supposed to be skipped in certain circumstances are
skipping using unittest native mechanism instead of just failing. Also
in db such tests are marked by 'skipped' status.

Change-Id: Icca993c1f9541b235e36e1d737e5704d07661990
Closes-Bug: #1338667
2014-07-09 15:53:19 +03:00
Tatyana Leontovich becd309145 Skip ha tests if only one controller is online
Add verification that len of controllers is more than 1
If we have 1 controller tests skipped to run

Change-Id: I24f21e1f7afdc12c0bbf84ca9b6cf917512bcb1d
Closes-Bug: #1294134
2014-03-24 13:48:28 +00:00
Tatyana Leontovich be64966dd5 Add parsing of node status before ha tests
If some node fails(shutdown) ha tests fail
on step when we try ssh to ofline node
Add nodes state parsing to verify HA recovery
only on onlines nodes

Change-Id: Ia89824316bc2228fdefdb4d0cb1cd965bb58145e
Closes-bug: #1288882
2014-03-14 14:52:54 +00: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
Tatyana Leontovich 559f2fdb19 Add import of traceback lib, add usgae of format_exc
Add logging in debug mode with format_exc function

Change-Id: Ieb30ff76430b987d3c2ca4e6502acd110696b613
2013-12-06 18:27:24 +02:00
Tatyana Leontovich c705355536 Fix tests for Murano
Delete usage veriable before assigment errors
Delete commented code

Closes-Bug: #1248546

Change-Id: I0c5757e9b1f7b9832c0465620d15fad315d58be4
2013-11-08 11:41:15 +02:00
AnastasiiaNaboikina a181e99dcf Fix cleanup, implement minor fixes
Change-Id: Ie3bc1655ec1007d8837245d715180e343b997c64
2013-10-31 14:13:09 +02:00
AnastasiiaNaboikina 3f28678609 Fixed reported review comments
Change-Id: I93bae33c664e9d4b7c0296f56858d70a4d674e2d
2013-10-24 10:46:08 +00:00
TatyanaLeontovich d377efb821 Fix PRD-2405. Change get element qpid on get rabbit
Fix to problems:
 * key error in parse_generated for RHEL installation
 * syntax error in mixin_verify_body_contents

Change-Id: Ie82ace6600f6d4bcb0d7a9e348dd67b515208978
2013-10-23 18:55:40 +03:00
TatyanaLeontovich 61c779c646 Change cluster to the enviroment in HA test names
Fix PRD-1957

Change-Id: I8ed4ae28640a935f49c0d355368a8e1834a4f38e
2013-10-12 17:48:38 +03:00
Tatyana Leontovich f72d2fc0ba Change verification of ha mode
Change verification of ha mode in next modules:
    * test_mysql_replication
    * test_rabbit

Change-Id: I9ff36e2eb2dec0a24c75cddb8ccad01c10867dcc
2013-10-10 22:02:30 +03: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
Tatyanka 74622e1882 Fix pep8 2013-09-12 20:59:23 +03:00
Tatyana Leontovich 0f98be4f16 Fix test with galera 2013-09-06 12:05:03 +03:00
Tatyana Leontovich 07a2fa63b6 Applied review comment for ya mysql tests 2013-08-27 18:38:47 +03:00
Tatyana Leontovich ac04195193 Add ha non destructive tests for HA mysql
Next tests was added:
* test that verify data replication for mysql cluster or galera
* test that verify cluster state for mysql cluster
* test that verify galera quorum state
* test to verify that count of tables for each openstack database
  is the same on each node
2013-08-23 17:18:26 +03:00