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

Add E2E tests #26

Merged
merged 2 commits into from
May 22, 2023
Merged

Add E2E tests #26

merged 2 commits into from
May 22, 2023

Conversation

antoninbas
Copy link
Contributor

We add 2 different e2e test suites:

  • e2e-helm: it tests installation of the antrea-ui Helm chart in different configurations
  • e2e: it performs different tests on a default Antrea UI installation, in particular tests on the backend API

Fixes #20

We add 2 different e2e test suites:

* e2e-helm: it tests installation of the antrea-ui Helm chart in
  different configurations
* e2e: it performs different tests on a default Antrea UI installation,
  in particular tests on the backend API

Fixes antrea-io#20

Signed-off-by: Antonin Bas <[email protected]>
test/e2e/client.go Outdated Show resolved Hide resolved
test/e2e/k8s.go Outdated Show resolved Hide resolved
Copy link

@xliuxu xliuxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM

test/e2e-helm/README.md Outdated Show resolved Hide resolved
test/e2e-helm/install_test.go Outdated Show resolved Hide resolved
test/e2e-helm/install_test.go Outdated Show resolved Hide resolved
test/e2e/api_test.go Outdated Show resolved Hide resolved
test/e2e/client.go Outdated Show resolved Hide resolved
Signed-off-by: Antonin Bas <[email protected]>
@antoninbas antoninbas requested review from tnqn and xliuxu May 19, 2023 18:31
Copy link
Member

@tnqn tnqn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@antoninbas antoninbas merged commit 31d823e into antrea-io:main May 22, 2023
@antoninbas antoninbas deleted the add-e2e-tests branch May 22, 2023 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need some integration / e2e testing
3 participants