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

virtual_networks: Fix the cutting of ip addr #5436

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

hs0210
Copy link
Contributor

@hs0210 hs0210 commented Feb 2, 2024

replace() here will cut "xxx.xxx.122.122" to "xxx.xxx" which is not expected.

Before:

(1/1) type_specific.io-github-autotest-libvirt.virtual_network.connectivity_check.mcast_interface.default:  FAIL: omping should fail with remote vm firewalld on (76.35 s)

After:

(1/1) type_specific.io-github-autotest-libvirt.virtual_network.connectivity_check.mcast_interface.default: PASS (99.06 s

@hs0210 hs0210 force-pushed the virtual_networks_fix_ipaddr branch from c5e80b9 to baef49e Compare February 2, 2024 05:21
replace() here will cut "xxx.xxx.122.122" to "xxx.xxx" which is not expected.

Signed-off-by: Hu Shuai <[email protected]>
Copy link
Contributor

@chunfuwen chunfuwen left a comment

Choose a reason for hiding this comment

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

lgtm

@chunfuwen chunfuwen merged commit 4fc4554 into autotest:master Feb 5, 2024
5 checks 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