Skip to content

refactor: move environment context out of e2e tests logic#126

Merged
k8s-ci-robot merged 7 commits into
kubernetes-sigs:mainfrom
agradouski:e2e-env
Apr 5, 2022
Merged

refactor: move environment context out of e2e tests logic#126
k8s-ci-robot merged 7 commits into
kubernetes-sigs:mainfrom
agradouski:e2e-env

Conversation

@agradouski
Copy link
Copy Markdown
Contributor

@agradouski agradouski commented Apr 4, 2022

What this PR does / why we need it:
We should not have environment context in e2e tests logic.
Move environment variables from tests logic to functional test enclosure script.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:
Please verify that it does not break e2e testing.
Please verify that this change is complete (meaning, environment context is added for all testing scenarios, whether automated or manual).

Release notes:

NONE

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 4, 2022
@k8s-ci-robot k8s-ci-robot requested review from cchengleo and rmohr April 4, 2022 16:34
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 4, 2022
@coveralls
Copy link
Copy Markdown

coveralls commented Apr 4, 2022

Pull Request Test Coverage Report for Build 2098075351

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 47.245%

Totals Coverage Status
Change from base Build 2098014296: 0.0%
Covered Lines: 703
Relevant Lines: 1488

💛 - Coveralls

@agradouski
Copy link
Copy Markdown
Contributor Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Apr 4, 2022
nirarg and others added 5 commits April 5, 2022 11:25
The capk user need also permissions for the following resources
In order to create the tenant cluster
* virtualmachineinstances
* secrets
* services
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
@k8s-ci-robot k8s-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 5, 2022
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 5, 2022
Copy link
Copy Markdown
Contributor

@davidvossel davidvossel left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 5, 2022
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: agradouski, davidvossel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [agradouski,davidvossel]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit e030c97 into kubernetes-sigs:main Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants