-
Notifications
You must be signed in to change notification settings - Fork 24
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
ROX-26711: Collector mock server should handle external ips #1901
Merged
JoukoVirtanen
merged 9 commits into
master
from
jv-ROX-26711-collector-mock-server-should-handle-external-ips
Oct 30, 2024
Merged
ROX-26711: Collector mock server should handle external ips #1901
JoukoVirtanen
merged 9 commits into
master
from
jv-ROX-26711-collector-mock-server-should-handle-external-ips
Oct 30, 2024
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
JoukoVirtanen
changed the title
Jv rox 26711 collector mock server should handle external ips
ROX-26711: Collector mock server should handle external ips
Oct 22, 2024
5 tasks
Molter73
reviewed
Oct 23, 2024
Molter73
reviewed
Oct 24, 2024
Co-authored-by: Mauro Ezequiel Moltrasio <[email protected]>
Molter73
approved these changes
Oct 30, 2024
JoukoVirtanen
deleted the
jv-ROX-26711-collector-mock-server-should-handle-external-ips
branch
October 30, 2024 17:10
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.
Description
This makes it so that the mock server for collector integration tests can handle external IP addresses and CIDR blocks. Currently the mock server can only handle the
AddressData
field of theNetworkAddress
struct. However, for external IP addressed and CIDR blocks theIpNetwork
field is used. This change is needed for testing runtime configuration and the external IPs feature. See #1899The function modified here is used to convert objects of type
NetworkConnection
toNetworkInfo
. In the futureNetworkInfo
will not be used andNetworkConnection
will be used directly. The same will be done for all of the types inintegration-tests/pkg/types
. See https://issues.redhat.com/browse/ROX-26716Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
The code change here was tested by using it in integration tests here #1899