-
Notifications
You must be signed in to change notification settings - Fork 113
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
integration-test #653
base: develop
Are you sure you want to change the base?
integration-test #653
Conversation
The blockdevices on path
|
Signed-off-by: Nivedita-coder <[email protected]>
174d223
to
05149dc
Compare
@@ -435,7 +435,7 @@ data: | |||
name: path filter | |||
state: true | |||
include: "" | |||
exclude: "/dev/loop,/dev/fd0,/dev/sr0,/dev/ram,/dev/md,/dev/dm-,/dev/rbd,/dev/zd" | |||
exclude: "/dev/loop,/dev/fd0,/dev/sr0,/dev/ram,/dev/md,/dev/dm-,/dev/rbd,/dev/zd,/dev/sda,/dev/sdb" |
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.
How does this change, helps in the integration test path filter. ?
Codecov Report
@@ Coverage Diff @@
## develop #653 +/- ##
===========================================
- Coverage 46.09% 46.04% -0.06%
===========================================
Files 78 78
Lines 3820 3820
===========================================
- Hits 1761 1759 -2
- Misses 1901 1903 +2
Partials 158 158
Continue to review full report at Codecov.
|
@Nivedita-coder Are there any updates on this PR? |
Hey @akhilerm, writing the integration test, will make the PR by this week. |
Hey @Nivedita-coder, are there any updates to this PR? |
@Nivedita-coder Are there any updates on this PR? |
Addresses the following issues: #316
Signed-off-by: Nivedita Prasad [email protected]