Commit Graph

5 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
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 155e1dad9a Split component tests into 3 separate groups
- Split component tests into 3 groups: component_ccp,
component_ccp_heavy, component_k8s

Change-Id: If9f82c565c9fcbc4aa3f74cf516c2db29c1bf843
2016-10-10 15:18:38 +03:00
Artem Panchenko 61c3ad0227 Add an ability to turn on/off custom Calico CNI
The option 'use_hyperkube_cni' for kargo can't be
changed via CUSTOM_YAML: the fact is always overridden
by ansible and the value depends on k8s version.

Added an ability to set another kargo variable from
tests - 'overwrite_hyperkube_cni', see
2b6866484e

Change-Id: I8d817d6be852e85cbe857d3963bef1ad00a24469
2016-10-03 15:37:28 +03:00
Sergey Lebedev b4648e5ae1 Test that kubernetes-dashboard exists in k8s deployment
Change-Id: Ieed6c3e31fb71ac06bb54de21547ade32622f03b
2016-09-22 10:47:48 +03:00