Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor e2e test suite to simplify new tests addition #603

Open
Danil-Grigorev opened this issue Jul 15, 2024 · 0 comments
Open

Refactor e2e test suite to simplify new tests addition #603

Danil-Grigorev opened this issue Jul 15, 2024 · 0 comments
Assignees
Labels
area/ci area/testing Indicates an issue related to test

Comments

@Danil-Grigorev
Copy link
Contributor

Danil-Grigorev commented Jul 15, 2024

We have multiple instances of semi-duplicated suites across e2e. We need a builder for suite, which will allow us to construct:

  • If it is GKE based execution
  • Is VSphere involved
  • Is this a local run
  • Is it isolated execution using sslip.io or not
  • Any additional modifications to network, providers, etc.

This will reduce boilerplate and streamline additions to the suite and supportability for the existing ones, eliminating problems like #586 or difficulties with additions like #585

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci area/testing Indicates an issue related to test
Projects
Development

No branches or pull requests

3 participants