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

cnf-network: Added logLevel to SriovNetworks #127

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

evgenLevin
Copy link
Collaborator

No description provided.

@@ -652,7 +652,7 @@ func defineAndCreateVlanNad(name, intName string, vlanID uint16, ipam *nad.IPAM)
func defineAndCreateSrIovNetwork(srIovNetwork, resName string, vlanID uint16) {
srIovNetworkObject := sriov.NewNetworkBuilder(
APIClient, srIovNetwork, NetConfig.SriovOperatorNamespace, tsparams.TestNamespaceName, resName).
WithMacAddressSupport()
WithMacAddressSupport().WithLogLevel("debug")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we want to create a variable for "debug"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

changed

Copy link
Collaborator

@ajaggapa ajaggapa left a comment

Choose a reason for hiding this comment

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

lgtm

@evgenLevin evgenLevin requested a review from gkopels August 8, 2024 16:18
@gkopels
Copy link
Collaborator

gkopels commented Aug 9, 2024

lgtm

@gkopels gkopels merged commit f4cf4ff into openshift-kni:main Aug 9, 2024
1 check passed
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.

3 participants