-
Story
-
Resolution: Unresolved
-
Major
-
None
USER STORY:
As a developer, I need to create e2e tests for the new vSphere Data Disk feature so that we have proper code coverage and meet the required metrics to allow the feature to become GA some point in the future
Required:
Need to create e2e tests that meet the metrics defined in the openshift/api project
Nice to have:
Move these e2e tests into the projects that should own them using the new external tests feature being added to origin.
ACCEPTANCE CRITERIA:
- At least 5 tests
- 95% of past tests have passed
ENGINEERING DETAILS:
Lets use this opportunity to start migrating e2e tests to the project where the new features are being added which will remove the dependency of having to stage merging code in one repo and then updating e2e in origin.