-
Notifications
You must be signed in to change notification settings - Fork 165
[1LP][RFR]Test storage volume type present #10040
[1LP][RFR]Test storage volume type present #10040
Conversation
a08726f
to
957b630
Compare
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.
Looking good @mmojzis I think you just need to add forced_streams
so that the BZ properly blocks
@pytest.mark.meta(automates=[1650082], blockers=[ | ||
BZ(1650082, unblock=lambda provider: not provider.one_of(OpenStackProvider))]) |
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.
@mmojzis I think the tests are running against OSP because this BZ is not blocking, you may need forced_streams
.
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.
I had "5.11" in forced_streams
, but didn't help...But will try again...
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.
@john-dupuy Added forced_streams
and OpenStack is still collected.
957b630
to
3caa986
Compare
Tests are failing because BZ has set Fixed in Version and it wasn't fixed yet. |
@mmojzis I reached out to Satoe and she cleared the fixed_in_version, it was set because the BZ was fixed and then put back ON_DEV. Restarted PRT, it should block now. |
BZ coverage test for https://bugzilla.redhat.com/show_bug.cgi?id=1650082
BZ module is broken as it collects even OpenStack provider for some reason.