-
Notifications
You must be signed in to change notification settings - Fork 35
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Martin Necas <[email protected]>
@@ -70,6 +70,7 @@ test_dirs() { | |||
} | |||
|
|||
expected_to_pass_dirs() { | |||
local FAIL_IS_FATAL=true PASS_IS_FATAL=false |
There was a problem hiding this comment.
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/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect path
Quality Gate passedIssues Measures |
Fix virt-v2v customize script guest tests ci