Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Jaeger 9e22aa5af0 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: I7b6da23a9ca05fb94f9f14e0f304cce596c469e8
2019-12-18 09:55:16 +01:00
asledzinskiy 89cde94048 Fix deploy-test-vms invocation
- Fix deploy-test-vms.sh invocation adding namespace option

Change-Id: I093508e9f01b5f00442c87b3d2f79c6da00889d8
2016-12-29 12:32:03 +02:00
Jenkins 5d3db0e0d4 Merge "Add tests to check rabbit cluster" 2016-12-22 14:03:39 +00:00
asledzinskiy 89c8319b9b Remove custom timeouts in few_os tests
- We have default timeout for deployment bigger than we used
in few_os tests so it's better to stick to default

Change-Id: I58f04ee23a10c32053087832b843372a0a1a5150
2016-12-22 13:52:03 +02:00
asledzinskiy ca1ad32f20 Add tests to check rabbit cluster
- Add client to work with rabbit cluster: create queue,
message publishing, check cluster state
- Add failover tests for rabbit nodes

Change-Id: Ifde0aac45a43460d9af15442381bf0843bfe072e
2016-12-22 13:39:08 +02:00
asledzinskiy 97989e87ae Change build images condition
- Our registry by default is set to local registry so
condition like 'if not settings.registry' doesn't make sense.
Change it condition to compare with local registry address

Change-Id: I7c49be77f6cdee921116df18891809eab618f376
2016-12-08 16:57:23 +02:00
Jenkins b1fb1706d2 Merge "Revert only the latest snapshot that matches the test requirements" 2016-12-05 08:44:27 +00:00
asledzinskiy 7f559a258f Fix parameters passed to deploy-test-vms.sh
- Neutron fixed network creation was moved to k8s jobs
thus this part was deleted from deploy-test-vms.sh and
there is no need to pass it to script

Change-Id: I347de611e505859b0b9223fb87f96af35c67043b
2016-11-28 18:32:31 +02:00
Dennis Dmitriev a736489db9 Revert only the latest snapshot that matches the test requirements
- add pytest marks 'revert_snapshot' to all required fixtures instead
  of reverting the snapshots inside them
- add get_top_fixtures_marks() that extracts all the marks
  'revert_snapshot' from the test and it's fixtures, order the marks
  in the same way as the fixtures depends on each other,
- in the fixture 'revert_snapshot' try to find the most suitable
  snapshot for reverting, from latest to earliest.
- mark 'revert_snapshot' removed from system tests which use fixtures
  with the same mark (for example, 'k8s_deployed' mark removed from
  system tests where the fixture 'k8scluster' is used as a top fixture)

Change-Id: Iad9e56d96d870aa4204ba23e76a5b4df01d4385b
Co-Authored-By: Dmitry Tyzhnenko <dtyzhnenko@mirantis.com>
2016-11-18 12:38:23 +02:00
asledzinskiy 84e22e7cff Automate few OS clusters tests
- Add deployment test with 2 OS where controllers on the same node
- Add test with deployment of 3 OS with controllers
only on the same node
- Add test with deleting keystone service from 1 deployment
and check second cluster works
- Add test with deleting nova-api service from 1 deployment
and check second cluster works

Change-Id: Iaa7dbc2fc7f1433faa3b51cc752bf57742114f19
2016-10-06 18:17:40 +03:00
asledzinskiy 29e40899cd Change group of test with 2 OS
- Change group of test with few OS from 'system' to
'system_few_os' because it requires template with 5 slaves
and should be run as separate job

Change-Id: Ifd09ed0fb41c5ffebe5055fad33ca693578a2534
2016-09-30 18:00:05 +03:00
asledzinskiy 6f07259b04 Add test with 2 OS clusters
- Add test where we deploy 2 OS clusters and
check that vms can be created

Change-Id: I699adac11a3d3507236626aa95da15f3002d0720
2016-09-21 12:16:23 +03:00