fuel-ccp-tests/fuel_ccp_tests/tests/system
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
..
pre_commit Precommit test change: 2016-10-11 11:00:01 +02:00
base_test.py Fix 'required_images_exists' method 2016-10-31 17:21:22 +02:00
conftest.py Test logging aggregation 2016-09-30 17:42:52 +03:00
test_calico.py Refactor netchecker and calico tests 2016-10-27 16:39:41 +03:00
test_ccp_install_k8s.py Revert only the latest snapshot that matches the test requirements 2016-11-18 12:38:23 +02:00
test_daemonsets.py Revert only the latest snapshot that matches the test requirements 2016-11-18 12:38:23 +02:00
test_deploy.py Revert only the latest snapshot that matches the test requirements 2016-11-18 12:38:23 +02:00
test_few_os.py Revert only the latest snapshot that matches the test requirements 2016-11-18 12:38:23 +02:00
test_lcm_scale_k8s.py Revert only the latest snapshot that matches the test requirements 2016-11-18 12:38:23 +02:00
test_netchecker.py Refactor netchecker and calico tests 2016-10-27 16:39:41 +03:00