Commit Graph

8 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 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
Jenkins 52ddfb73e3 Test logging aggregation
- to run this test, the following env variable should be exported:
  export STACKLIGHT_ENABLE=true
- os manager
- os deployed fixture
- os deployed with stacklight fixture
- assertion messages added
- moved to component folder
- list of files switched from ls to find
- elastic client return None if not items found
- show_step applied to all scenarios

Change-Id: I4ded419730889761ffa102a23e97d655a07d20fa
2016-09-30 17:42:52 +03:00
Tatyana Leontovich 7a46e34d90 Add deploy test with full tempest run
Change-Id: I924a959fdb736daa8f81ec09aa36b60e331818be
2016-09-30 15:43:12 +03:00
tatyana-leontovich 38b369da9c Revert "Add Grafana CPU metrics test"
This reverts commit 3a751f5c9c.

Change-Id: I1d681cb6240c148aadf2e4e5e393cd8db1694045
2016-09-21 13:30:12 +00:00
Georgy Dyuldin 3a751f5c9c Add Grafana CPU metrics test
This test check that CPU graph are present for each node on Grafana
system dashboard.

Change-Id: Id33de34ad4f844cc1af25d0139cf941e16368c53
2016-09-20 09:41:47 +03:00
Sergey Lebedev 537236d0d7 Pin to python-k8sclient 0.3.0 version
Change-Id: Iea8b651d6bc2f90b34195445b064d66062fcee24
2016-08-30 12:04:50 +03:00
Dennis Dmitriev b36041e4ce Move tests into a ./tests folder
- K8sClient moved from ./models to ./managers
- all YAMLs placed to ./tests/fixtures/templates
- all tests placed to ./tests/ into separated folders depending
  on tests types
- ssh_manager removed from helpers (unused)
- main folder 'mcp_tests' renamed to 'fuel_ccp_tests'
- conftest.py moved to the ./tests/system and ./tests/component
  folder because of failed unit tests (we use fixtures with
  autouse=True which fail unit tests).
- empty conftest.py added to the root of fuel_ccp_tests module
  to get unit tests passed

Change-Id: I25671dd7d6f3ee294a4e4146f9f2c2ba4d9b2d06
2016-08-24 18:36:25 +00:00