This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
test: move all patch generator unit tests to their own packages #23
Merged
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
faiq
approved these changes
Apr 3, 2024
supershal
commented
Apr 3, 2024
dkoshkin
approved these changes
Apr 4, 2024
dkoshkin
reviewed
Apr 4, 2024
supershal
force-pushed
the
shalin/move_region_unit_test
branch
from
April 4, 2024 17:52
3558f8f
to
2393dcc
Compare
supershal
force-pushed
the
shalin/refactor_patch_tests
branch
from
April 5, 2024 03:47
89a8bb9
to
f3883c3
Compare
supershal
force-pushed
the
shalin/move_region_unit_test
branch
2 times, most recently
from
April 5, 2024 04:19
71eb40c
to
950eb29
Compare
supershal
force-pushed
the
shalin/move_region_unit_test
branch
from
April 5, 2024 20:43
950eb29
to
0e3c0fb
Compare
* test: move instanceprofile tests to its own package * test: move instancetype unit tests to its own package * test: move ami unit tests to its own package * test: move aws network tests to its own package * test: move controlplaneloadbalancer unit tests to its own package * test: move aws cni unit tests to its own package * test: fix linting errors * test: unit tests for AWS security groups
* test: move controlplane endpoint unit tests * test: move PC endpoint unit tests * test: nove machinedetails unit tests
supershal
force-pushed
the
shalin/move_region_unit_test
branch
from
April 5, 2024 21:12
e413d47
to
c662b02
Compare
* test: move audit policy tests to their own package * test: move etcd unit tests to their own package * test: move extra api server cert sans to its own package * test: move image registry unit tests to its own package * test: move kubernetes image repository unit tests * test: move mirror unit tests * test: move users unit tests * test: remove gereric unit tests from nutanix meta patch handler * test: cleaned up meta level unit test suites
supershal
changed the title
test: move region and httpproxy patch generator unit test invocation
test: move all patch generator unit test invocation to their own packages
Apr 5, 2024
supershal
changed the title
test: move all patch generator unit test invocation to their own packages
test: move all patch generator unit tests to their own packages
Apr 5, 2024
jimmidyson
pushed a commit
that referenced
this pull request
Apr 11, 2024
* test: unit test for individual patch generator * test: package level unit test for HTTPProxy * test: move region and httpproxy patch generator unit test invocation * fix: linting errors * test: move all AWS patch unit tests to their own packages (#24) * test: move instanceprofile tests to its own package * test: move instancetype unit tests to its own package * test: move ami unit tests to its own package * test: move aws network tests to its own package * test: move controlplaneloadbalancer unit tests to its own package * test: move aws cni unit tests to its own package * test: fix linting errors * test: unit tests for AWS security groups * test: move customimage unit tests to their own package (#30) * test: move all Nutanix patch handler unit tests (#32) * test: move controlplane endpoint unit tests * test: move PC endpoint unit tests * test: nove machinedetails unit tests * test: move generic patch unit tests to own packages (#31) * test: move audit policy tests to their own package * test: move etcd unit tests to their own package * test: move extra api server cert sans to its own package * test: move image registry unit tests to its own package * test: move kubernetes image repository unit tests * test: move mirror unit tests * test: move users unit tests * test: remove gereric unit tests from nutanix meta patch handler * test: cleaned up meta level unit test suites
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR is stacked on #21
region
andHTTProxy
from Meta patch handler tests. This will help with maintaining unit tests when we add more providers (i.e. Nutanix, GCP, etc..)