You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goals
automate testing for the State Management API components
Major deliverables
e2e tests are written for the ServiceTemplates and MultiClusterService (similar to the tests written for clusters management)
Acceptance criteria
tests have to cover service templates creation as part of initial cluster deployment
tests have to cover service templates addition after cluster was created
tests have to cover MultiClusterService deployment
tests have to cover service templates & multi cluster service upgrade scenario
note: please discuss with @va4st on what providers to run e2e tests on. Ideally we want to cover all of them, but maybe for the sake of keeping test matrix under control it makes sense to spread different scenarios across all supported providers. Please take into account work currently happening for OpenStack provider (cc @bnallapeta) and AKS provider (cc @eromanova)
The text was updated successfully, but these errors were encountered:
Discussed ServiceTemplate/MultiClusterService e2e testing with @va4st:
since testing of service templates require already deployed managed cluster it is reasonable to extend existing e2e tests so they will include deploying services from templates; different existing tests may include different test cases for service templates;
MultiClusterService tests should include deployment on multiple clusters deployed using different providers; therefore new e2e test will be added; AWS & Azure will be a good start;
MultiClusterService test should also include upgrade scenarios;
Goals
automate testing for the State Management API components
Major deliverables
e2e tests are written for the ServiceTemplates and MultiClusterService (similar to the tests written for clusters management)
Acceptance criteria
note: please discuss with @va4st on what providers to run e2e tests on. Ideally we want to cover all of them, but maybe for the sake of keeping test matrix under control it makes sense to spread different scenarios across all supported providers. Please take into account work currently happening for OpenStack provider (cc @bnallapeta) and AKS provider (cc @eromanova)
The text was updated successfully, but these errors were encountered: