fuel-ccp-tests/fuel_ccp_tests/managers/k8s
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
..
__init__.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
base.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
cluster.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
componentstatuses.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
daemonsets.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
deployments.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
endpoints.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
events.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
horizontalpodautoscalers.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
ingresses.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
jobs.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
limitranges.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
namespaces.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
nodes.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
persistentvolumeclaims.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
persistentvolumes.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
pods.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
replicationcontrollers.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
resourcequotas.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
secrets.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
serviceaccounts.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00
services.py Move tests into a ./tests folder 2016-08-24 18:36:25 +00:00