Commit Graph

4 Commits

Author SHA1 Message Date
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
Egor Kotko 2c07ce4bb9 Add test_fuel_ccp_dry_run test
- add test_fuel_ccp_dry_run;

Change-Id: I634c1a0e14141c0f923cb58bec8f1b40ee3077f6
2016-09-05 13:57:33 +02:00
Egor Kotko c412565eec Using methods from ccp.py manager for deployment
Fix test_fuel_ccp_deploy_microservices
due to changes in ccp.py manager

Change-Id: Ie91b4dd24000da8e0d881367ae61cfdda049fa0e
2016-08-29 11:10:42 +02: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