cfme.utils.bz module

class cfme.utils.bz.BugWrapper(bugzilla, bug)[source]

Bases: object

property bugzilla
property can_test_on_upstream
property copies

Returns list of copies of this bug.

property copy_of

Returns either id of the bug this is copy of, or None, if it is not a copy.

property is_opened
property loose
property product
property 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:’.

property release_flag
property upstream_bug
property zstream
class cfme.utils.bz.Bugzilla(**kwargs)[source]

Bases: object

property bug_count
property bugs
bugzilla
property default_product
classmethod from_config()[source]
get_bug(id)[source]
get_bug_variants(id)[source]
get_bz_info(idlist)[source]

Get information about the BZs in idlist

logged_into_bugzilla()[source]
loose
open_states
product(product)[source]
products(*names)[source]
resolve_blocker(blocker, version=None, ignore_bugs=None, force_block_streams=None)[source]
set_flags(idlist, flags)[source]
upstream_version
class cfme.utils.bz.Product(data)[source]

Bases: object

property default_release
property latest_version
property milestones
property name
property releases
property versions
cfme.utils.bz.check_fixed_in(fixed_in, version_series)[source]