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

CI | Fix virt-v2v customize script guest tests #1300

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

mnecas
Copy link
Member

@mnecas mnecas commented Jan 13, 2025

Fix virt-v2v customize script guest tests ci

@mnecas mnecas requested a review from yaacov as a code owner January 13, 2025 10:19
@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.45%. Comparing base (165920a) to head (e37f02c).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1300      +/-   ##
==========================================
- Coverage   15.50%   15.45%   -0.05%     
==========================================
  Files         112      112              
  Lines       23377    23377              
==========================================
- Hits         3624     3613      -11     
- Misses      19466    19479      +13     
+ Partials      287      285       -2     
Flag Coverage Δ
unittests 15.45% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -70,6 +70,7 @@ test_dirs() {
}

expected_to_pass_dirs() {
local FAIL_IS_FATAL=true PASS_IS_FATAL=false
Copy link
Member Author

Choose a reason for hiding this comment

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

if it fails, we did not show output

@@ -18,7 +18,7 @@ test_dir() {
export NETWORK_CONNECTIONS_DIR="$TEST_DIR/etc/NetworkManager/system-connections"
export UDEV_RULES_FILE="$TEST_DIR/etc/udev/rules.d/70-persistent-net.rules"
export SYSTEMD_NETWORK_DIR="$TEST_DIR/run/systemd/network"
export NETPLAN_DIR="$TEST_DIR/etc/netplan"
export NETPLAN_DIR="$TEST_DIR/"
Copy link
Member Author

Choose a reason for hiding this comment

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

Incorrect path

@mnecas mnecas merged commit 3113e86 into kubev2v:main Jan 13, 2025
16 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.

2 participants