Commit Graph

16 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
Vitaly Gridnev f60d2c645c [sahara] provide default version of hadoop version
this version is the only currently available version in vanilla
plugin.

Change-Id: I58cd0aa6165e58b694a43d7f3314030433f160e5
Closes-bug: 1634523
2017-02-01 13:47:58 +04:00
Maksym Strukov ddd691205d Increase delete_server timeout to 60 seconds
Change-Id: If40772482d72267b0113b773537156b52a141f5b
Closes-Bug: #1607808
2016-10-20 17:11:21 +03:00
Evgeny Sikachev e31351109b Added mapping of hadoops for Ceilometer tests
Added mapping of hadoop versions for Sahara+Ceilometer tests
closes-bug: #1591151

Change-Id: I0f1d28c51e2ca6207fd79b82e8b778b77bfe3859
2016-06-10 14:17:03 +00:00
Artem 7cec6fbf6a Remove 'trait list' from the method of 'test_check_events_and_traits'
Option 'ceilometer trait-list' hasn't query and list. When we create
a lot of VM we get a huge data and trait list cannot retrieve data from MongoDB.

Change-Id: Ic29450f3875a94b91f90b5b47e6291f70e17e86d
Closes-bug:#1573717
2016-04-28 11:10:30 +00:00
Artem 35988c700e [Ceilometer]Fix for test with events and traits
Event with type compute.instance.update was removed in Mitaka,
so we should use another event type
(For example compute.instance.create.start)
Closes-bug:#1566756

Change-Id: I0d2d0ed559b0c3bc4ada48a9ad315cdb653fd6f1
2016-04-06 12:44:14 +03:00
vgusev 3e0ed718d6 [Ceilometer] Fix for test_create_sample
Fixed test with sample creating

Change-Id: Ib215d39db663c74677d7dafbd348744a780e66f5
Closes-bug: #1543050
2016-02-08 15:50:49 +03:00
vgusev e10d968cae [Ceilometer] Fixes for Ceilometer tests
- Lists of pollsters and notifications were actualized
according to pipeline changes
- Polling interval in MOS 8.0 was increased to 10 minutes,
so steps with nova pollsters were removed
- A lot of Glance notifications were deprecated in MOS 8.0,
so method was rewrited using Glance events
- In MOS 8.0 feature with mandatory limits was added,
so method for samples was rewrited using statistic requests
- Statistics requests only for the last hour were added
in all OSTF where these queries used

Closes-Bug: #1515172
Closes-Bug: #1520664

Change-Id: I66254f362b0daa44b9e03dc57c6ec6c1af46750e
2016-01-15 16:44:11 +03:00
vgusev 2ddb42865c [Ceilometer] Add test for Nova disk.device.* pollsters
Added step to Ceilometer test to check disk.device.* pollsters
from Nova.

Partially implements: blueprint ceilometer-ostf-notification-tests

Change-Id: Icfcd02aaa4fcadbf295d2e3930cbe56baf97fbda
2015-11-02 09:21:50 +00:00
vgusev 027ffaff2d [Ceilometer] Add check for compute existence
Currently all Ceilometer tests are skipped if there are no compute
nodes in cluster.

Added check for compute existence and now will be skipped only
those tests where compute is needed.

Change-Id: I2a3fd23d6cb7fb5c9528ff3eaf3fdf69cbf75957
Closes-bug: #1469188
2015-10-23 15:05:05 +03:00
vgusev 16288c4382 [Ceilometer] Add test for events and traits
Added test for checking Ceilometer events and traits

Partially implements: blueprint ceilometer-ostf-notification-tests

Change-Id: Ib5dc6f2d71645d8ea8ab7066d850bda11081b289
2015-10-23 14:48:39 +03:00
vgusev 191f77515d [Ceilometer] Improve OSTF for Cinder notifications
- Added more volume and snapshot notifications
- Added extra checks for volume and snapshot statuses
- Added methods for resource deletion

Partially implements: blueprint ceilometer-ostf-notification-tests
Closes-bug: #1442241

Change-Id: Id31be91f64c5cbd88c6afc5d70890b9699dcc11c
2015-10-19 12:17:02 +00:00
Sergey Reshetnyak 94a483c8ab Update Sahara tests to kilo release
In kilo Sahara doesn't support Vanilla 2.4.1 plugin and HDP plugin.
Need to update Vanilla plugin to 2.6.0 version and HDP plugin to new
Ambari plugin.

Closes-bug: #1477197

Change-Id: I49fe9815e8b382896f84995e8c1adb803aefc41e
2015-07-22 14:58:35 +00:00
Yaroslav Lobankov 5494a7c1d5 Fix Sahara and Ceilo platform tests in case of deleting net04_ext net
If a user deletes the net04_ext network, Sahara and Ceilo platform tests
will fail. If the user deletes the net04 net, the same tests will fail,
too. To fix the issue network resources (a network, a subnet, a router)
will be created before tests to avoid such failures.

Closes-Bug: #1469877

Change-Id: Ic6132e6b55c9ab81c6236e7217f6bdd13b1c3bbe
2015-07-20 13:50:52 +03:00
Yaroslav Lobankov 62785c16f8 Moving one platform Ceilometer test to test_ceilometer.py
There is test file test_create_alarm.py with the only platform
Ceilometer test. There is no sence to keep this file with one test.
So let's move this test from test_create_alarm.py to test_ceilometer.py.

Change-Id: I3451377d5201bc33e414645c5926f0b28bd0f5c3
2015-07-10 10:18:11 +00:00
Tatyana Leontovich bac04dccb2 Rename platfrom tests to keep run ordering
Node plagin run tests in adc order,
as result platfrom tests runs before smoke, that is wrong

So  platfrom_test to tests_platfrom
to get smoke tests executedbefore platform

Closes-Bug: #1465238
Change-Id: I91774614afb7edc0ecec3f5b592b75db224ac543
2015-06-15 16:27:56 +03:00