cfme.utils.bz module¶
-
class
cfme.utils.bz.BugWrapper(bugzilla, bug)[source]¶ Bases:
object-
bugzilla¶
-
can_test_on_upstream¶
-
copies¶ Returns list of copies of this bug.
-
copy_of¶ Returns either id of the bug this is copy of, or None, if it is not a copy.
-
is_opened¶
-
loose¶
-
product¶
-
qa_whiteboard¶ Returns a set of QA Whiteboard markers.
It relies on the fact, that our QA Whiteboard uses format foo:bar:baz.
Should be able to handle cases like ‘foo::bar’, or ‘abc:’.
-
release_flag¶
-
upstream_bug¶
-
zstream¶
-
-
class
cfme.utils.bz.Bugzilla(**kwargs)[source]¶ Bases:
object-
bug_count¶
-
bugs¶
-
bugzilla¶
-
default_product¶
-
loose¶
-
open_states¶
-
upstream_version¶
-