-
Notifications
You must be signed in to change notification settings - Fork 23
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
Plugin sync (for kubernetes target) e2e tooling and test cases implementation #132
Merged
chandrareddyp
merged 1 commit into
vmware-tanzu:main
from
chandrareddyp:plugin_sync_e2e_tooling_tests
Apr 10, 2023
Merged
Plugin sync (for kubernetes target) e2e tooling and test cases implementation #132
chandrareddyp
merged 1 commit into
vmware-tanzu:main
from
chandrareddyp:plugin_sync_e2e_tooling_tests
Apr 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chandrareddyp
changed the title
Plugin sync e2e tooling tests
**IN PROGRESS**Plugin sync e2e tooling tests
Mar 24, 2023
chandrareddyp
force-pushed
the
plugin_sync_e2e_tooling_tests
branch
4 times, most recently
from
March 31, 2023 13:28
a10d7c5
to
3472b82
Compare
chandrareddyp
changed the title
**IN PROGRESS**Plugin sync e2e tooling tests
Plugin sync (for kubernetes target) e2e tooling and test cases implementation
Mar 31, 2023
chandrareddyp
force-pushed
the
plugin_sync_e2e_tooling_tests
branch
3 times, most recently
from
March 31, 2023 16:36
ada70e1
to
c56f543
Compare
anujc25
reviewed
Apr 3, 2023
mpanchajanya
reviewed
Apr 3, 2023
chandrareddyp
force-pushed
the
plugin_sync_e2e_tooling_tests
branch
4 times, most recently
from
April 7, 2023 22:25
8ac58ac
to
a7f76f0
Compare
chandrareddyp
force-pushed
the
plugin_sync_e2e_tooling_tests
branch
from
April 7, 2023 22:29
a7f76f0
to
8b20bb9
Compare
anujc25
approved these changes
Apr 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
vuil
pushed a commit
that referenced
this pull request
May 3, 2023
…#132) implementation Co-authored-by: Chandra Pamuluri <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
This PR implements plugin sync e2e test cases for the Kubernetes target; use cases being covered are below:
Use case 1: Create a KIND cluster, don't apply CRD and CRs, create context, and make sure no plugins are installed
Use case 2: Create a KIND cluster, apply CRD and CRs, create context, should install all plugins, uninstall the specific plugin, and perform plugin sync
Use case 3: Test plugin sync when the central repo does not have all plugin CRs being applied in a KIND cluster
Use case 4: test delete context use case; it should uninstall plugins installed for the context
Use case 5: test switch context use case, make installed plugins should be updated as per the context
Which issue(s) this PR fixes
Fixes ##144
Describe testing done for PR
Plugin life cycle test cases executed successfully locally:
Steps to run in locally:
❯ export PATH=/Users/cpamuluri/tkg/tasks/e2e_tests/pluginSync/tanzu-cli/bin:$PATH
❯ make e2e-cli-plugin-lifecycle-test
Release note
Additional information
Special notes for your reviewer