robozilla


Namerobozilla JSON
Version 0.2.7 PyPI version JSON
download
home_pagehttps://github.com/ldjebran/robozilla
SummaryRobottelo Bugzilla Parser
upload_time2023-01-12 15:22:15
maintainer
docs_urlNone
authorDjebran Lezzoum
requires_python
licenseGNU General Public License v3 (GPLv3)
keywords robozilla
VCS
bugtrack_url
requirements Click python_bugzilla six None
Travis-CI
coveralls test coverage
            Robottelo Bugzilla Parser
=========================

This is an early stage version

Install:
________

To install the latest release version::

    pip install robozilla


to install from github master branch::

    pip install https://github.com/ldjebran/robozilla/tarball/master


Basic usage:
____________

Go to robottelo folder to scan and launch the command::

    robozilla scan

or type::

    robozilla scan path_to_scan


type --help for more command line options::

    robozilla scan --help
    Usage: robozilla [OPTIONS] [SCAN_DIR]

    Options:
      --filters TEXT                  The filter to use when scanning,
                                      default=all, available: all, decorator,
                                      function
      --warn / --no-warn              Whether to output the warnings, default is
                                      warn
      --all / --no-all                this to get all duplicates clones depends
                                      bug info,  default is no-all
      --duplicates / --no-duplicates  Whether to get duplicates of bug info,
                                      default is no-duplicates
      --clones / --no-clones          Whether to get clones of bug info, default
                                      is no-clones
      --depends / --no-depends        Whether to get depends on bug info, default
                                      is no-depends
      --echo / --no-echo              Whether to echo entry parameters, default is
                                      echo
      --user TEXT                     The bugzilla user
      --password TEXT                 The bugzilla user password
      --help                          Show this message and exit.


    SCAN_DIR the directory path to scan, if omitted the default is the current directory


Milestones:

    milestone 1:
      * parser optimization
      * works related to doc, installer, unittests and TravisCI
      * find bugzilla ids work around usage in robottelo code and analyze their states
      * make recommendation and warn about critical or possible problems
      * should be able to be used as a standalone parser or as a library

    milestone 2:
      * integration with automation
      * integrate with jenkins via API to be able to read test PASS/SKIP/FAIL and compare to bug ids in code
      * warn about possible bugs fixture regression or bugs work around failure


scanning tests/foreman at master branch output:

.. code-block:: sh

    user:~/projects/robottelo-fork/tests/foreman$ robozilla --all
    scanning: /home/user/projects/robottelo-fork/tests/foreman
    warn: True
    duplicates: True
    clones: True
    depends: True
    filters: all
    connecting to bugzilla without credentials
    WARNING: bz_bug_is_open handler string found, but no bug id retrieved
       line : 248 file: ../robottelo-fork/tests/foreman/cli/test_discoveryrule.py
       line content: if bug_id is not None and bz_bug_is_open(bug_id):
    WARNING: bz_bug_is_open handler string found, but no bug id retrieved
       line : 64 file: ../robottelo-fork/tests/foreman/ui/test_bookmark.py
       line content: if skip and (skip is True or bz_bug_is_open(skip)):
    WARNING: bz_bug_is_open handler string found, but no bug id retrieved
       line : 132 file: ../robottelo-fork/tests/foreman/ui/test_domain.py
       line content: if bug_id is not None and bz_bug_is_open(bug_id):
    found 110 bugs usage in 71 files (occurrences 222) in 0.15 seconds
    getting bugs info ...
    generating report ...
    Handler           | BZ         | State                  | Flags                  | Line -> File
    skip_if_bug_open  | 1156555    | CLOSED_WONTFIX         | sat-backlog+           | 126 -> ../robottelo-fork/tests/foreman/api/test_activationkey.py
    skip_if_bug_open  | 1401519    | NEW                    | sat-6.3.0?             | 58 -> ../robottelo-fork/tests/foreman/api/test_architecture.py
    skip_if_bug_open  | 1302725    | VERIFIED               | sat-6.3.0+             | 199 -> ../robottelo-fork/tests/foreman/api/test_bookmarks.py
    skip_if_bug_open  | 1374253    | VERIFIED               | sat-6.3.0+             | 1458 -> ../robottelo-fork/tests/foreman/api/test_classparameters.py
    skip_if_bug_open  | 1147100    | ASSIGNED               | sat-backlog+           | 1034 -> ../robottelo-fork/tests/foreman/api/test_contentview.py
    skip_if_bug_open  | 1242534    | CLOSED_ERRATA          | sat-6.2.0+             | 647 -> ../robottelo-fork/tests/foreman/api/test_contentviewfilter.py
         OTHER CLONES:
         - 1391042    - NEW                    - sat-6.1.z?
    skip_if_bug_open  | 1349364    | VERIFIED               | sat-6.3.0+, sat-6.2.z+ | 129 -> ../robottelo-fork/tests/foreman/api/test_discoveredhost.py
    bz_bug_is_open    | 1392919    | NEW                    | sat-backlog?           | 148 -> ../robottelo-fork/tests/foreman/api/test_discoveredhost.py
    skip_if_bug_open  | 1217635    | CLOSED_WONTFIX         | sat-backlog?           | 608 -> ../robottelo-fork/tests/foreman/api/test_docker.py
    skip_if_bug_open  | 1282431    | CLOSED_ERRATA          | sat-6.1.z+             | 1231 -> ../robottelo-fork/tests/foreman/api/test_docker.py
         OTHER CLONES:
         - 1316374    - CLOSED_ERRATA          - sat-6.2.0+
    bz_bug_is_open    | 1374669    | CLOSED_DUPLICATE       | sat-backlog?           | 98 -> ../robottelo-fork/tests/foreman/api/test_errata.py
         DUPLICATE OF:
         - 1108106    - CLOSED_ERRATA          - sat-6.2.0+
    bz_bug_is_open    | 1203865    | POST                   | sat-6.3.0+             | 129 -> ../robottelo-fork/tests/foreman/api/test_host.py
    bz_bug_is_open    | 1210001    | CLOSED_WONTFIX         | sat-backlog?           | 146 -> ../robottelo-fork/tests/foreman/api/test_host.py
    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 141 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py
    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 157 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py
    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 173 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py
    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 191 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py
    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 209 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py
    skip_if_bug_open  | 1222118    | CLOSED_ERRATA          | sat-6.1.z+             | 46 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 583 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 602 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 630 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 658 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 690 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 711 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 750 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 781 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 801 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 829 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 893 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 913 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 934 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 964 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 987 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 1007 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 1027 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 1053 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    bz_bug_is_open    | 1118015    | NEW                    | sat-backlog+           | 231 -> ../robottelo-fork/tests/foreman/api/test_multiple_paths.py
    skip_if_bug_open  | 1122257    | CLOSED_ERRATA          | sat-6.2.0+             | 242 -> ../robottelo-fork/tests/foreman/api/test_multiple_paths.py
    bz_bug_is_open    | 1378009    | ASSIGNED               | sat-6.3.0+             | 305 -> ../robottelo-fork/tests/foreman/api/test_multiple_paths.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    bz_bug_is_open    | 1378009    | ASSIGNED               | sat-6.3.0+             | 392 -> ../robottelo-fork/tests/foreman/api/test_multiple_paths.py
         DEPEND ON:
         - 1374253    - VERIFIED               - sat-6.3.0+
    skip_if_bug_open  | 1230902    | CLOSED_WONTFIX         | sat-backlog+           | 122 -> ../robottelo-fork/tests/foreman/api/test_operatingsystem.py
    skip_if_bug_open  | 1328935    | VERIFIED               | sat-6.3.0+             | 308 -> ../robottelo-fork/tests/foreman/api/test_operatingsystem.py
    skip_if_bug_open  | 1230865    | NEW                    | sat-backlog+           | 288 -> ../robottelo-fork/tests/foreman/api/test_organization.py
         OTHER CLONES:
         - 1236008    - NEW                    - sat-backlog+
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 321 -> ../robottelo-fork/tests/foreman/api/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 342 -> ../robottelo-fork/tests/foreman/api/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 373 -> ../robottelo-fork/tests/foreman/api/test_organization.py
    skip_if_bug_open  | 1103157    | CLOSED_WONTFIX         | sat-backlog+           | 415 -> ../robottelo-fork/tests/foreman/api/test_organization.py
    skip_if_bug_open  | 1229384    | CLOSED_ERRATA          | sat-6.2.0+             | 37 -> ../robottelo-fork/tests/foreman/api/test_partitiontable.py
    skip_if_bug_open  | 1310422    | NEW                    | sat-backlog?           | 232 -> ../robottelo-fork/tests/foreman/api/test_product.py
    skip_if_bug_open  | 1378442    | NEW                    | sat-backlog?           | 683 -> ../robottelo-fork/tests/foreman/api/test_repository.py
    skip_if_bug_open  | 1311113    | NEW                    | sat-backlog?           | 741 -> ../robottelo-fork/tests/foreman/api/test_repository.py
    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 817 -> ../robottelo-fork/tests/foreman/api/test_repository.py
         OTHER CLONES:
         - 1405503    - POST                   - sat-6.3.0+
    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 846 -> ../robottelo-fork/tests/foreman/api/test_repository.py
         OTHER CLONES:
         - 1405503    - POST                   - sat-6.3.0+
    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 874 -> ../robottelo-fork/tests/foreman/api/test_repository.py
         OTHER CLONES:
         - 1405503    - POST                   - sat-6.3.0+
    skip_if_bug_open  | 1194476    | CLOSED_WORKSFORME      | sat-backlog+           | 1103 -> ../robottelo-fork/tests/foreman/api/test_repository.py
    bz_bug_is_open    | 1112657    | CLOSED_ERRATA          | sat-6.1.0+             | 42 -> ../robottelo-fork/tests/foreman/api/test_role.py
    bz_bug_is_open    | 1112657    | CLOSED_ERRATA          | sat-6.1.0+             | 57 -> ../robottelo-fork/tests/foreman/api/test_role.py
    bz_bug_is_open    | 1112657    | CLOSED_ERRATA          | sat-6.1.0+             | 76 -> ../robottelo-fork/tests/foreman/api/test_role.py
    skip_if_bug_open  | 1398695    | POST                   | sat-6.3.0?             | 78 -> ../robottelo-fork/tests/foreman/api/test_smartproxy.py
    skip_if_bug_open  | 1199150    | NEW                    | sat-backlog?           | 458 -> ../robottelo-fork/tests/foreman/api/test_syncplan.py
    skip_if_bug_open  | 1199150    | NEW                    | sat-backlog?           | 511 -> ../robottelo-fork/tests/foreman/api/test_syncplan.py
    skip_if_bug_open  | 1202564    | CLOSED_CURRENTRELEASE  | sat-6.1.0+             | 36 -> ../robottelo-fork/tests/foreman/api/test_template.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 54 -> ../robottelo-fork/tests/foreman/api/test_template.py
    skip_if_bug_open  | 1369737    | VERIFIED               | sat-6.3.0+, sat-6.2.z+ | 73 -> ../robottelo-fork/tests/foreman/api/test_template_combination.py
    skip_if_bug_open  | 1369737    | VERIFIED               | sat-6.3.0+, sat-6.2.z+ | 90 -> ../robottelo-fork/tests/foreman/api/test_template_combination.py
    skip_if_bug_open  | 1375857    | CLOSED_WORKSFORME      | sat-backlog?           | 236 -> ../robottelo-fork/tests/foreman/api/test_variables.py
    skip_if_bug_open  | 1375643    | NEW                    | sat-backlog?           | 766 -> ../robottelo-fork/tests/foreman/api/test_variables.py
         DEPEND ON:
         - 1411069    - ASSIGNED               - sat-6.3.0?
    skip_if_bug_open  | 1110476    | NEW                    | sat-backlog?           | 608 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py
    skip_if_bug_open  | 1360239    | ON_QA                  | sat-6.3.0+, sat-6.2.z+ | 668 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py
    skip_if_bug_open  | 1360239    | ON_QA                  | sat-6.3.0+, sat-6.2.z+ | 692 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py
    skip_if_bug_open  | 1339211    | CLOSED_ERRATA          | sat-6.2.0+             | 751 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py
    skip_if_bug_open  | 1336716    | CLOSED_ERRATA          | sat-6.2.z+             | 916 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py
    skip_if_bug_open  | 1336716    | CLOSED_ERRATA          | sat-6.2.z+             | 956 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py
    skip_if_bug_open  | 1360239    | ON_QA                  | sat-6.3.0+, sat-6.2.z+ | 1218 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py
    skip_if_bug_open  | 1398695    | POST                   | sat-6.3.0?             | 83 -> ../robottelo-fork/tests/foreman/cli/test_capsule.py
    skip_if_bug_open  | 1214312    | CLOSED_WONTFIX         | sat-backlog+           | 253 -> ../robottelo-fork/tests/foreman/cli/test_computeresource.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 236 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py
    skip_if_bug_open  | 1317057    | CLOSED_ERRATA          | sat-6.2.0+             | 329 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 866 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py
    skip_if_bug_open  | 1343006    | CLOSED_ERRATA          | sat-6.2.0+             | 946 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py
         DEPEND ON:
         - 1353471    - CLOSED_ERRATA          - sat-6.2.0+
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 1979 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py
    skip_if_bug_open  | 1236532    | CLOSED_ERRATA          | sat-6.2.0+             | 140 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py
    skip_if_bug_open  | 1356906    | VERIFIED               | sat-6.3.0+             | 166 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py
    skip_if_bug_open  | 1343006    | CLOSED_ERRATA          | sat-6.2.0+             | 265 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py
         DEPEND ON:
         - 1353471    - CLOSED_ERRATA          - sat-6.2.0+
    bz_bug_is_open    | 1328943    | CLOSED_ERRATA          | sat-6.2.0+             | 650 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py
    skip_if_bug_open  | 1388642    | POST                   | sat-6.3.0+             | 834 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py
         OTHER CLONES:
         - 1398677    - CLOSED_DUPLICATE       - sat-6.3.0?
    skip_if_bug_open  | 1377990    | POST                   | sat-6.3.0?             | 148 -> ../robottelo-fork/tests/foreman/cli/test_discoveryrule.py
    skip_if_bug_open  | 1377990    | POST                   | sat-6.3.0?             | 310 -> ../robottelo-fork/tests/foreman/cli/test_discoveryrule.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 476 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 511 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 584 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 658 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 776 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 835 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 1007 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 1063 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1282431    | CLOSED_ERRATA          | sat-6.1.z+             | 1496 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
         OTHER CLONES:
         - 1316374    - CLOSED_ERRATA          - sat-6.2.0+
    skip_if_bug_open  | 1230915    | CLOSED_ERRATA          | sat-6.1.z+             | 1547 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1269196    | CLOSED_WONTFIX         | sat-backlog+           | 1548 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1230915    | CLOSED_ERRATA          | sat-6.1.z+             | 1581 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1269208    | NEW                    | sat-backlog?           | 1582 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    skip_if_bug_open  | 1230915    | CLOSED_ERRATA          | sat-6.1.z+             | 1641 -> ../robottelo-fork/tests/foreman/cli/test_docker.py
    bz_bug_is_open    | 1398392    | POST                   | sat-6.3.0?, sat-6.2.z? | 50 -> ../robottelo-fork/tests/foreman/cli/test_domain.py
    bz_bug_is_open    | 1398392    | POST                   | sat-6.3.0?, sat-6.2.z? | 77 -> ../robottelo-fork/tests/foreman/cli/test_domain.py
    bz_bug_is_open    | 1403947    | NEW                    | sat-6.3.0?             | 1578 -> ../robottelo-fork/tests/foreman/cli/test_errata.py
    skip_if_bug_open  | 1401469    | POST                   | sat-6.3.0?             | 66 -> ../robottelo-fork/tests/foreman/cli/test_filter.py
    skip_if_bug_open  | 1401469    | POST                   | sat-6.3.0?             | 85 -> ../robottelo-fork/tests/foreman/cli/test_filter.py
    skip_if_bug_open  | 1401469    | POST                   | sat-6.3.0?             | 189 -> ../robottelo-fork/tests/foreman/cli/test_filter.py
    bz_bug_is_open    | 1219610    | CLOSED_WONTFIX         | sat-backlog+           | 98 -> ../robottelo-fork/tests/foreman/cli/test_hammer.py
    bz_bug_is_open    | 1219610    | CLOSED_WONTFIX         | sat-backlog+           | 116 -> ../robottelo-fork/tests/foreman/cli/test_hammer.py
    skip_if_bug_open  | 1343392    | VERIFIED               | sat-6.3.0+             | 722 -> ../robottelo-fork/tests/foreman/cli/test_host.py
    skip_if_bug_open  | 1343392    | VERIFIED               | sat-6.3.0+             | 745 -> ../robottelo-fork/tests/foreman/cli/test_host.py
    skip_if_bug_open  | 1328925    | CLOSED_ERRATA          | sat-6.2.0+             | 190 -> ../robottelo-fork/tests/foreman/cli/test_host_collection.py
    skip_if_bug_open  | 1328925    | CLOSED_ERRATA          | sat-6.2.0+             | 212 -> ../robottelo-fork/tests/foreman/cli/test_host_collection.py
    skip_if_bug_open  | 1245334    | CLOSED_WONTFIX         | sat-backlog+           | 233 -> ../robottelo-fork/tests/foreman/cli/test_host_collection.py
    skip_if_bug_open  | 1328925    | CLOSED_ERRATA          | sat-6.2.0+             | 257 -> ../robottelo-fork/tests/foreman/cli/test_host_collection.py
    skip_if_bug_open  | 1354544    | CLOSED_CURRENTRELEASE  | sat-backlog?           | 189 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py
    skip_if_bug_open  | 1313056    | NEW                    | sat-backlog?           | 218 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py
    bz_bug_is_open    | 1395254    | POST                   | sat-6.3.0?             | 335 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py
    bz_bug_is_open    | 1313056    | NEW                    | sat-backlog?           | 360 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py
    skip_if_bug_open  | 1354568    | POST                   | sat-backlog?           | 366 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py
         DEPEND ON:
         - 1398392    - POST                   - sat-6.3.0?, sat-6.2.z?
    skip_if_bug_open  | 1354568    | POST                   | sat-backlog?           | 389 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py
         DEPEND ON:
         - 1398392    - POST                   - sat-6.3.0?, sat-6.2.z?
    skip_if_bug_open  | 1354568    | POST                   | sat-backlog?           | 412 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py
         DEPEND ON:
         - 1398392    - POST                   - sat-6.3.0?, sat-6.2.z?
    bz_bug_is_open    | 1263650    | CLOSED_WONTFIX         | sat-backlog?           | 127 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    bz_bug_is_open    | 1260722    | NEW                    | sat-backlog+           | 285 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    bz_bug_is_open    | 1263650    | CLOSED_WONTFIX         | sat-backlog?           | 1212 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    skip_if_bug_open  | 1325880    | CLOSED_ERRATA          | sat-6.2.0+             | 1310 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    bz_bug_is_open    | 1226981    | CLOSED_ERRATA          | sat-6.1.z+             | 1379 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    skip_if_bug_open  | 1238247    | NEW                    | sat-backlog?           | 1524 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    skip_if_bug_open  | 1238247    | NEW                    | sat-backlog?           | 1554 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    skip_if_bug_open  | 1238247    | NEW                    | sat-backlog?           | 1594 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    skip_if_bug_open  | 1267224    | CLOSED_WONTFIX         | sat-backlog+           | 1595 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    skip_if_bug_open  | 1325880    | CLOSED_ERRATA          | sat-6.2.0+             | 1665 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    skip_if_bug_open  | 1325880    | CLOSED_ERRATA          | sat-6.2.0+             | 1705 -> ../robottelo-fork/tests/foreman/cli/test_import.py
    skip_if_bug_open  | 1325124    | CLOSED_ERRATA          | sat-6.2.0+             | 1761 -> ../robottelo-fork/tests/foreman/cli/test_import.py
         DEPEND ON:
         - 1337746    - CLOSED_ERRATA          - sat-6.2.0+
    skip_if_bug_open  | 1233612    | VERIFIED               | sat-6.3.0+             | 79 -> ../robottelo-fork/tests/foreman/cli/test_location.py
    skip_if_bug_open  | 1234287    | POST                   | sat-6.2.z+             | 314 -> ../robottelo-fork/tests/foreman/cli/test_location.py
    skip_if_bug_open  | 1395110    | CLOSED_DUPLICATE       | sat-6.3.0?             | 605 -> ../robottelo-fork/tests/foreman/cli/test_location.py
         DUPLICATE OF:
         - 1398695    - POST                   - sat-6.3.0?
    skip_if_bug_open  | 1395110    | CLOSED_DUPLICATE       | sat-6.3.0?             | 631 -> ../robottelo-fork/tests/foreman/cli/test_location.py
         DUPLICATE OF:
         - 1398695    - POST                   - sat-6.3.0?
    skip_if_bug_open  | 1395110    | CLOSED_DUPLICATE       | sat-6.3.0?             | 656 -> ../robottelo-fork/tests/foreman/cli/test_location.py
         DUPLICATE OF:
         - 1398695    - POST                   - sat-6.3.0?
    skip_if_bug_open  | 1395110    | CLOSED_DUPLICATE       | sat-6.3.0?             | 685 -> ../robottelo-fork/tests/foreman/cli/test_location.py
         DUPLICATE OF:
         - 1398695    - POST                   - sat-6.3.0?
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 247 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 275 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 340 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 364 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 430 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 456 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 522 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 547 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 634 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 665 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 735 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 760 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 973 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 1001 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 1227 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 1255 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 1334 -> ../robottelo-fork/tests/foreman/cli/test_organization.py
    skip_if_bug_open  | 1229384    | CLOSED_ERRATA          | sat-6.2.0+             | 29 -> ../robottelo-fork/tests/foreman/cli/test_partitiontable.py
    bz_bug_is_open    | 1219490    | CLOSED_WONTFIX         | sat-backlog+           | 319 -> ../robottelo-fork/tests/foreman/cli/test_product.py
    skip_if_bug_open  | 1283173    | CLOSED_ERRATA          | sat-6.2.0+             | 45 -> ../robottelo-fork/tests/foreman/cli/test_puppetmodule.py
    skip_if_bug_open  | 1103944    | CLOSED_WORKSFORME      | sat-6.2.0+             | 412 -> ../robottelo-fork/tests/foreman/cli/test_repository.py
         DEPEND ON:
         - 1103945    - CLOSED_CURRENTRELEASE  - sat-6.0.4+
    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 687 -> ../robottelo-fork/tests/foreman/cli/test_repository.py
         OTHER CLONES:
         - 1405503    - POST                   - sat-6.3.0+
    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 718 -> ../robottelo-fork/tests/foreman/cli/test_repository.py
         OTHER CLONES:
         - 1405503    - POST                   - sat-6.3.0+
    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 751 -> ../robottelo-fork/tests/foreman/cli/test_repository.py
         OTHER CLONES:
         - 1405503    - POST                   - sat-6.3.0+
    bz_bug_is_open    | 1413145    | NEW                    | sat-6.3.0?             | 1081 -> ../robottelo-fork/tests/foreman/cli/test_repository.py
    skip_if_bug_open  | 1343006    | CLOSED_ERRATA          | sat-6.2.0+             | 1142 -> ../robottelo-fork/tests/foreman/cli/test_repository.py
         DEPEND ON:
         - 1353471    - CLOSED_ERRATA          - sat-6.2.0+
    skip_if_bug_open  | 1378442    | NEW                    | sat-backlog?           | 1165 -> ../robottelo-fork/tests/foreman/cli/test_repository.py
    skip_if_bug_open  | 1370108    | NEW                    | sat-backlog?           | 1230 -> ../robottelo-fork/tests/foreman/cli/test_repository.py
    skip_if_bug_open  | 1226425    | CLOSED_WONTFIX         | sat-backlog+           | 163 -> ../robottelo-fork/tests/foreman/cli/test_subscription.py
    skip_if_bug_open  | 1336790    | CLOSED_ERRATA          | sat-6.2.0+             | 278 -> ../robottelo-fork/tests/foreman/cli/test_syncplan.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 133 -> ../robottelo-fork/tests/foreman/cli/test_template.py
    skip_if_bug_open  | 1204686    | CLOSED_WONTFIX         | sat-backlog?           | 308 -> ../robottelo-fork/tests/foreman/cli/test_user.py
    skip_if_bug_open  | 1204667    | POST                   | sat-6.4.0+             | 543 -> ../robottelo-fork/tests/foreman/cli/test_user.py
    skip_if_bug_open  | 1138553    | CLOSED_ERRATA          | sat-6.2.0+             | 908 -> ../robottelo-fork/tests/foreman/cli/test_user.py
    skip_if_bug_open  | 1138553    | CLOSED_ERRATA          | sat-6.2.0+             | 959 -> ../robottelo-fork/tests/foreman/cli/test_user.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 468 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 490 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 512 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 534 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 556 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py
    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 578 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py
    skip_if_bug_open  | 1367032    | VERIFIED               | sat-6.3.0+, sat-6.2.z+ | 318 -> ../robottelo-fork/tests/foreman/cli/test_variables.py
         OTHER CLONES:
         - 1412124    - POST                   - sat-6.2.z?
    skip_if_bug_open  | 1371794    | POST                   | sat-6.3.0+             | 1332 -> ../robottelo-fork/tests/foreman/cli/test_variables.py
    bz_bug_is_open    | 1166875    | NEW                    | sat-backlog?           | 821 -> ../robottelo-fork/tests/foreman/endtoend/test_api_endtoend.py
    bz_bug_is_open    | 1325995    | VERIFIED               | sat-6.3.0+             | 926 -> ../robottelo-fork/tests/foreman/endtoend/test_api_endtoend.py
         OTHER CLONES:
         - 1415073    - POST                   - sat-6.2.z?
    bz_bug_is_open    | 1328202    | CLOSED_ERRATA          | sat-6.2.0+             | 356 -> ../robottelo-fork/tests/foreman/endtoend/test_cli_endtoend.py
    bz_bug_is_open    | 1326101    | NEW                    | sat-backlog?           | 420 -> ../robottelo-fork/tests/foreman/endtoend/test_cli_endtoend.py
    bz_bug_is_open    | 1191422    | CLOSED_ERRATA          | sat-6.1.0+             | 401 -> ../robottelo-fork/tests/foreman/endtoend/test_ui_endtoend.py
    bz_bug_is_open    | 1191422    | CLOSED_ERRATA          | sat-6.1.0+             | 410 -> ../robottelo-fork/tests/foreman/endtoend/test_ui_endtoend.py
    bz_bug_is_open    | 1191422    | CLOSED_ERRATA          | sat-6.1.0+             | 417 -> ../robottelo-fork/tests/foreman/endtoend/test_ui_endtoend.py
    bz_bug_is_open    | 1191541    | CLOSED_CURRENTRELEASE  | sat-6.1.0+             | 434 -> ../robottelo-fork/tests/foreman/endtoend/test_ui_endtoend.py
    bz_bug_is_open    | 1246152    | CLOSED_ERRATA          | sat-6.2.0+             | 100 -> ../robottelo-fork/tests/foreman/installer/test_installer.py
    skip_if_bug_open  | 1390355    | CLOSED_DUPLICATE       | sat-6.3.0?             | 140 -> ../robottelo-fork/tests/foreman/sys/test_hot_backup.py
         DUPLICATE OF:
         - 1384901    - ASSIGNED               - sat-6.3.0+, sat-6.2.z+
    skip_if_bug_open  | 1221971    | ASSIGNED               | sat-6.3.0+             | 351 -> ../robottelo-fork/tests/foreman/ui/test_adusergroup.py
    skip_if_bug_open  | 1326633    | NEW                    | sat-backlog+           | 226 -> ../robottelo-fork/tests/foreman/ui/test_bookmark.py
    skip_if_bug_open  | 1324484    | CLOSED_ERRATA          | sat-6.2.0+             | 453 -> ../robottelo-fork/tests/foreman/ui/test_bookmark.py
    skip_if_bug_open  | 1324484    | CLOSED_ERRATA          | sat-6.2.0+             | 493 -> ../robottelo-fork/tests/foreman/ui/test_bookmark.py
    skip_if_bug_open  | 1295179    | CLOSED_ERRATA          | sat-6.2.0+             | 1166 -> ../robottelo-fork/tests/foreman/ui/test_classparameters.py
         OTHER CLONES:
         - 1314392    - CLOSED_ERRATA          - sat-6.1.z+
    skip_if_bug_open  | 1378486    | POST                   | sat-6.3.0+             | 231 -> ../robottelo-fork/tests/foreman/ui/test_discoveryrule.py
    skip_if_bug_open  | 1308831    | VERIFIED               | sat-6.3.0+             | 299 -> ../robottelo-fork/tests/foreman/ui/test_discoveryrule.py
    skip_if_bug_open  | 1378486    | POST                   | sat-6.3.0+             | 542 -> ../robottelo-fork/tests/foreman/ui/test_discoveryrule.py
    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1437 -> ../robottelo-fork/tests/foreman/ui/test_docker.py
    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1461 -> ../robottelo-fork/tests/foreman/ui/test_docker.py
    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1490 -> ../robottelo-fork/tests/foreman/ui/test_docker.py
    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1518 -> ../robottelo-fork/tests/foreman/ui/test_docker.py
    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1547 -> ../robottelo-fork/tests/foreman/ui/test_docker.py
    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1576 -> ../robottelo-fork/tests/foreman/ui/test_docker.py
    skip_if_bug_open  | 1383729    | POST                   | sat-6.3.0+             | 413 -> ../robottelo-fork/tests/foreman/ui/test_errata.py
    skip_if_bug_open  | 1210180    | CLOSED_WONTFIX         | sat-backlog+           | 726 -> ../robottelo-fork/tests/foreman/ui/test_gpgkey.py
    skip_if_bug_open  | 1210180    | CLOSED_WONTFIX         | sat-backlog+           | 1012 -> ../robottelo-fork/tests/foreman/ui/test_gpgkey.py
    skip_if_bug_open  | 1210180    | CLOSED_WONTFIX         | sat-backlog+           | 1323 -> ../robottelo-fork/tests/foreman/ui/test_gpgkey.py
    skip_if_bug_open  | 1414134    | NEW                    | sat-6.3.0?             | 729 -> ../robottelo-fork/tests/foreman/ui/test_host.py
    skip_if_bug_open  | 1300350    | NEW                    | sat-backlog?           | 137 -> ../robottelo-fork/tests/foreman/ui/test_hostcollection.py
    skip_if_bug_open  | 1418695    | CLOSED_DUPLICATE       | sat-6.3.0?             | 75 -> ../robottelo-fork/tests/foreman/ui/test_navigation.py
         DUPLICATE OF:
         - 1351464    - POST                   - sat-6.3.0+, sat-6.2.z+
    skip_if_bug_open  | 1079482    | CLOSED_WONTFIX         | sat-backlog+           | 156 -> ../robottelo-fork/tests/foreman/ui/test_organization.py
    skip_if_bug_open  | 1289571    | ON_QA                  | sat-6.3.0+             | 80 -> ../robottelo-fork/tests/foreman/ui/test_oscapcontent.py
    skip_if_bug_open  | 1293296    | ON_QA                  | sat-6.3.0+             | 116 -> ../robottelo-fork/tests/foreman/ui/test_oscappolicy.py
    skip_if_bug_open  | 1292622    | VERIFIED               | sat-6.3.0+             | 203 -> ../robottelo-fork/tests/foreman/ui/test_oscappolicy.py
    skip_if_bug_open  | 1394390    | POST                   | sat-6.3.0+             | 139 -> ../robottelo-fork/tests/foreman/ui/test_packages.py
         OTHER CLONES:
         - 1386670    - CLOSED_ERRATA          - sat-6.2.z+
         DEPEND ON:
         - 1386670    - CLOSED_ERRATA          - sat-6.2.z+
    skip_if_bug_open  | 1394390    | POST                   | sat-6.3.0+             | 1454 -> ../robottelo-fork/tests/foreman/ui/test_repository.py
         OTHER CLONES:
         - 1386670    - CLOSED_ERRATA          - sat-6.2.z+
         DEPEND ON:
         - 1386670    - CLOSED_ERRATA          - sat-6.2.z+
    parse time:30.0 seconds

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ldjebran/robozilla",
    "name": "robozilla",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "robozilla",
    "author": "Djebran Lezzoum",
    "author_email": "ldjebran@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/96/73c83f3db6c9105dc42da17e4e962baf9a389b36b16e47d057383b4fd1cc/robozilla-0.2.7.tar.gz",
    "platform": null,
    "description": "Robottelo Bugzilla Parser\n=========================\n\nThis is an early stage version\n\nInstall:\n________\n\nTo install the latest release version::\n\n    pip install robozilla\n\n\nto install from github master branch::\n\n    pip install https://github.com/ldjebran/robozilla/tarball/master\n\n\nBasic usage:\n____________\n\nGo to robottelo folder to scan and launch the command::\n\n    robozilla scan\n\nor type::\n\n    robozilla scan path_to_scan\n\n\ntype --help for more command line options::\n\n    robozilla scan --help\n    Usage: robozilla [OPTIONS] [SCAN_DIR]\n\n    Options:\n      --filters TEXT                  The filter to use when scanning,\n                                      default=all, available: all, decorator,\n                                      function\n      --warn / --no-warn              Whether to output the warnings, default is\n                                      warn\n      --all / --no-all                this to get all duplicates clones depends\n                                      bug info,  default is no-all\n      --duplicates / --no-duplicates  Whether to get duplicates of bug info,\n                                      default is no-duplicates\n      --clones / --no-clones          Whether to get clones of bug info, default\n                                      is no-clones\n      --depends / --no-depends        Whether to get depends on bug info, default\n                                      is no-depends\n      --echo / --no-echo              Whether to echo entry parameters, default is\n                                      echo\n      --user TEXT                     The bugzilla user\n      --password TEXT                 The bugzilla user password\n      --help                          Show this message and exit.\n\n\n    SCAN_DIR the directory path to scan, if omitted the default is the current directory\n\n\nMilestones:\n\n    milestone 1:\n      * parser optimization\n      * works related to doc, installer, unittests and TravisCI\n      * find bugzilla ids work around usage in robottelo code and analyze their states\n      * make recommendation and warn about critical or possible problems\n      * should be able to be used as a standalone parser or as a library\n\n    milestone 2:\n      * integration with automation\n      * integrate with jenkins via API to be able to read test PASS/SKIP/FAIL and compare to bug ids in code\n      * warn about possible bugs fixture regression or bugs work around failure\n\n\nscanning tests/foreman at master branch output:\n\n.. code-block:: sh\n\n    user:~/projects/robottelo-fork/tests/foreman$ robozilla --all\n    scanning: /home/user/projects/robottelo-fork/tests/foreman\n    warn: True\n    duplicates: True\n    clones: True\n    depends: True\n    filters: all\n    connecting to bugzilla without credentials\n    WARNING: bz_bug_is_open handler string found, but no bug id retrieved\n       line : 248 file: ../robottelo-fork/tests/foreman/cli/test_discoveryrule.py\n       line content: if bug_id is not None and bz_bug_is_open(bug_id):\n    WARNING: bz_bug_is_open handler string found, but no bug id retrieved\n       line : 64 file: ../robottelo-fork/tests/foreman/ui/test_bookmark.py\n       line content: if skip and (skip is True or bz_bug_is_open(skip)):\n    WARNING: bz_bug_is_open handler string found, but no bug id retrieved\n       line : 132 file: ../robottelo-fork/tests/foreman/ui/test_domain.py\n       line content: if bug_id is not None and bz_bug_is_open(bug_id):\n    found 110 bugs usage in 71 files (occurrences 222) in 0.15 seconds\n    getting bugs info ...\n    generating report ...\n    Handler           | BZ         | State                  | Flags                  | Line -> File\n    skip_if_bug_open  | 1156555    | CLOSED_WONTFIX         | sat-backlog+           | 126 -> ../robottelo-fork/tests/foreman/api/test_activationkey.py\n    skip_if_bug_open  | 1401519    | NEW                    | sat-6.3.0?             | 58 -> ../robottelo-fork/tests/foreman/api/test_architecture.py\n    skip_if_bug_open  | 1302725    | VERIFIED               | sat-6.3.0+             | 199 -> ../robottelo-fork/tests/foreman/api/test_bookmarks.py\n    skip_if_bug_open  | 1374253    | VERIFIED               | sat-6.3.0+             | 1458 -> ../robottelo-fork/tests/foreman/api/test_classparameters.py\n    skip_if_bug_open  | 1147100    | ASSIGNED               | sat-backlog+           | 1034 -> ../robottelo-fork/tests/foreman/api/test_contentview.py\n    skip_if_bug_open  | 1242534    | CLOSED_ERRATA          | sat-6.2.0+             | 647 -> ../robottelo-fork/tests/foreman/api/test_contentviewfilter.py\n         OTHER CLONES:\n         - 1391042    - NEW                    - sat-6.1.z?\n    skip_if_bug_open  | 1349364    | VERIFIED               | sat-6.3.0+, sat-6.2.z+ | 129 -> ../robottelo-fork/tests/foreman/api/test_discoveredhost.py\n    bz_bug_is_open    | 1392919    | NEW                    | sat-backlog?           | 148 -> ../robottelo-fork/tests/foreman/api/test_discoveredhost.py\n    skip_if_bug_open  | 1217635    | CLOSED_WONTFIX         | sat-backlog?           | 608 -> ../robottelo-fork/tests/foreman/api/test_docker.py\n    skip_if_bug_open  | 1282431    | CLOSED_ERRATA          | sat-6.1.z+             | 1231 -> ../robottelo-fork/tests/foreman/api/test_docker.py\n         OTHER CLONES:\n         - 1316374    - CLOSED_ERRATA          - sat-6.2.0+\n    bz_bug_is_open    | 1374669    | CLOSED_DUPLICATE       | sat-backlog?           | 98 -> ../robottelo-fork/tests/foreman/api/test_errata.py\n         DUPLICATE OF:\n         - 1108106    - CLOSED_ERRATA          - sat-6.2.0+\n    bz_bug_is_open    | 1203865    | POST                   | sat-6.3.0+             | 129 -> ../robottelo-fork/tests/foreman/api/test_host.py\n    bz_bug_is_open    | 1210001    | CLOSED_WONTFIX         | sat-backlog?           | 146 -> ../robottelo-fork/tests/foreman/api/test_host.py\n    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 141 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py\n    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 157 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py\n    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 173 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py\n    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 191 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py\n    skip_if_bug_open  | 1325989    | CLOSED_ERRATA          | sat-6.2.z+             | 209 -> ../robottelo-fork/tests/foreman/api/test_hostcollection.py\n    skip_if_bug_open  | 1222118    | CLOSED_ERRATA          | sat-6.1.z+             | 46 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 583 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 602 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 630 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 658 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 690 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 711 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 750 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 781 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 801 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 829 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 893 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 913 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 934 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 964 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 987 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 1007 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 1027 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1378009    | ASSIGNED               | sat-6.3.0+             | 1053 -> ../robottelo-fork/tests/foreman/api/test_hostgroup.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    bz_bug_is_open    | 1118015    | NEW                    | sat-backlog+           | 231 -> ../robottelo-fork/tests/foreman/api/test_multiple_paths.py\n    skip_if_bug_open  | 1122257    | CLOSED_ERRATA          | sat-6.2.0+             | 242 -> ../robottelo-fork/tests/foreman/api/test_multiple_paths.py\n    bz_bug_is_open    | 1378009    | ASSIGNED               | sat-6.3.0+             | 305 -> ../robottelo-fork/tests/foreman/api/test_multiple_paths.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    bz_bug_is_open    | 1378009    | ASSIGNED               | sat-6.3.0+             | 392 -> ../robottelo-fork/tests/foreman/api/test_multiple_paths.py\n         DEPEND ON:\n         - 1374253    - VERIFIED               - sat-6.3.0+\n    skip_if_bug_open  | 1230902    | CLOSED_WONTFIX         | sat-backlog+           | 122 -> ../robottelo-fork/tests/foreman/api/test_operatingsystem.py\n    skip_if_bug_open  | 1328935    | VERIFIED               | sat-6.3.0+             | 308 -> ../robottelo-fork/tests/foreman/api/test_operatingsystem.py\n    skip_if_bug_open  | 1230865    | NEW                    | sat-backlog+           | 288 -> ../robottelo-fork/tests/foreman/api/test_organization.py\n         OTHER CLONES:\n         - 1236008    - NEW                    - sat-backlog+\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 321 -> ../robottelo-fork/tests/foreman/api/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 342 -> ../robottelo-fork/tests/foreman/api/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 373 -> ../robottelo-fork/tests/foreman/api/test_organization.py\n    skip_if_bug_open  | 1103157    | CLOSED_WONTFIX         | sat-backlog+           | 415 -> ../robottelo-fork/tests/foreman/api/test_organization.py\n    skip_if_bug_open  | 1229384    | CLOSED_ERRATA          | sat-6.2.0+             | 37 -> ../robottelo-fork/tests/foreman/api/test_partitiontable.py\n    skip_if_bug_open  | 1310422    | NEW                    | sat-backlog?           | 232 -> ../robottelo-fork/tests/foreman/api/test_product.py\n    skip_if_bug_open  | 1378442    | NEW                    | sat-backlog?           | 683 -> ../robottelo-fork/tests/foreman/api/test_repository.py\n    skip_if_bug_open  | 1311113    | NEW                    | sat-backlog?           | 741 -> ../robottelo-fork/tests/foreman/api/test_repository.py\n    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 817 -> ../robottelo-fork/tests/foreman/api/test_repository.py\n         OTHER CLONES:\n         - 1405503    - POST                   - sat-6.3.0+\n    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 846 -> ../robottelo-fork/tests/foreman/api/test_repository.py\n         OTHER CLONES:\n         - 1405503    - POST                   - sat-6.3.0+\n    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 874 -> ../robottelo-fork/tests/foreman/api/test_repository.py\n         OTHER CLONES:\n         - 1405503    - POST                   - sat-6.3.0+\n    skip_if_bug_open  | 1194476    | CLOSED_WORKSFORME      | sat-backlog+           | 1103 -> ../robottelo-fork/tests/foreman/api/test_repository.py\n    bz_bug_is_open    | 1112657    | CLOSED_ERRATA          | sat-6.1.0+             | 42 -> ../robottelo-fork/tests/foreman/api/test_role.py\n    bz_bug_is_open    | 1112657    | CLOSED_ERRATA          | sat-6.1.0+             | 57 -> ../robottelo-fork/tests/foreman/api/test_role.py\n    bz_bug_is_open    | 1112657    | CLOSED_ERRATA          | sat-6.1.0+             | 76 -> ../robottelo-fork/tests/foreman/api/test_role.py\n    skip_if_bug_open  | 1398695    | POST                   | sat-6.3.0?             | 78 -> ../robottelo-fork/tests/foreman/api/test_smartproxy.py\n    skip_if_bug_open  | 1199150    | NEW                    | sat-backlog?           | 458 -> ../robottelo-fork/tests/foreman/api/test_syncplan.py\n    skip_if_bug_open  | 1199150    | NEW                    | sat-backlog?           | 511 -> ../robottelo-fork/tests/foreman/api/test_syncplan.py\n    skip_if_bug_open  | 1202564    | CLOSED_CURRENTRELEASE  | sat-6.1.0+             | 36 -> ../robottelo-fork/tests/foreman/api/test_template.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 54 -> ../robottelo-fork/tests/foreman/api/test_template.py\n    skip_if_bug_open  | 1369737    | VERIFIED               | sat-6.3.0+, sat-6.2.z+ | 73 -> ../robottelo-fork/tests/foreman/api/test_template_combination.py\n    skip_if_bug_open  | 1369737    | VERIFIED               | sat-6.3.0+, sat-6.2.z+ | 90 -> ../robottelo-fork/tests/foreman/api/test_template_combination.py\n    skip_if_bug_open  | 1375857    | CLOSED_WORKSFORME      | sat-backlog?           | 236 -> ../robottelo-fork/tests/foreman/api/test_variables.py\n    skip_if_bug_open  | 1375643    | NEW                    | sat-backlog?           | 766 -> ../robottelo-fork/tests/foreman/api/test_variables.py\n         DEPEND ON:\n         - 1411069    - ASSIGNED               - sat-6.3.0?\n    skip_if_bug_open  | 1110476    | NEW                    | sat-backlog?           | 608 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py\n    skip_if_bug_open  | 1360239    | ON_QA                  | sat-6.3.0+, sat-6.2.z+ | 668 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py\n    skip_if_bug_open  | 1360239    | ON_QA                  | sat-6.3.0+, sat-6.2.z+ | 692 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py\n    skip_if_bug_open  | 1339211    | CLOSED_ERRATA          | sat-6.2.0+             | 751 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py\n    skip_if_bug_open  | 1336716    | CLOSED_ERRATA          | sat-6.2.z+             | 916 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py\n    skip_if_bug_open  | 1336716    | CLOSED_ERRATA          | sat-6.2.z+             | 956 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py\n    skip_if_bug_open  | 1360239    | ON_QA                  | sat-6.3.0+, sat-6.2.z+ | 1218 -> ../robottelo-fork/tests/foreman/cli/test_activationkey.py\n    skip_if_bug_open  | 1398695    | POST                   | sat-6.3.0?             | 83 -> ../robottelo-fork/tests/foreman/cli/test_capsule.py\n    skip_if_bug_open  | 1214312    | CLOSED_WONTFIX         | sat-backlog+           | 253 -> ../robottelo-fork/tests/foreman/cli/test_computeresource.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 236 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py\n    skip_if_bug_open  | 1317057    | CLOSED_ERRATA          | sat-6.2.0+             | 329 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 866 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py\n    skip_if_bug_open  | 1343006    | CLOSED_ERRATA          | sat-6.2.0+             | 946 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py\n         DEPEND ON:\n         - 1353471    - CLOSED_ERRATA          - sat-6.2.0+\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 1979 -> ../robottelo-fork/tests/foreman/cli/test_contentview.py\n    skip_if_bug_open  | 1236532    | CLOSED_ERRATA          | sat-6.2.0+             | 140 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py\n    skip_if_bug_open  | 1356906    | VERIFIED               | sat-6.3.0+             | 166 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py\n    skip_if_bug_open  | 1343006    | CLOSED_ERRATA          | sat-6.2.0+             | 265 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py\n         DEPEND ON:\n         - 1353471    - CLOSED_ERRATA          - sat-6.2.0+\n    bz_bug_is_open    | 1328943    | CLOSED_ERRATA          | sat-6.2.0+             | 650 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py\n    skip_if_bug_open  | 1388642    | POST                   | sat-6.3.0+             | 834 -> ../robottelo-fork/tests/foreman/cli/test_contentviewfilter.py\n         OTHER CLONES:\n         - 1398677    - CLOSED_DUPLICATE       - sat-6.3.0?\n    skip_if_bug_open  | 1377990    | POST                   | sat-6.3.0?             | 148 -> ../robottelo-fork/tests/foreman/cli/test_discoveryrule.py\n    skip_if_bug_open  | 1377990    | POST                   | sat-6.3.0?             | 310 -> ../robottelo-fork/tests/foreman/cli/test_discoveryrule.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 476 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 511 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 584 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 658 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 776 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 835 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 1007 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1359665    | CLOSED_ERRATA          | sat-6.2.z+             | 1063 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1282431    | CLOSED_ERRATA          | sat-6.1.z+             | 1496 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n         OTHER CLONES:\n         - 1316374    - CLOSED_ERRATA          - sat-6.2.0+\n    skip_if_bug_open  | 1230915    | CLOSED_ERRATA          | sat-6.1.z+             | 1547 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1269196    | CLOSED_WONTFIX         | sat-backlog+           | 1548 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1230915    | CLOSED_ERRATA          | sat-6.1.z+             | 1581 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1269208    | NEW                    | sat-backlog?           | 1582 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    skip_if_bug_open  | 1230915    | CLOSED_ERRATA          | sat-6.1.z+             | 1641 -> ../robottelo-fork/tests/foreman/cli/test_docker.py\n    bz_bug_is_open    | 1398392    | POST                   | sat-6.3.0?, sat-6.2.z? | 50 -> ../robottelo-fork/tests/foreman/cli/test_domain.py\n    bz_bug_is_open    | 1398392    | POST                   | sat-6.3.0?, sat-6.2.z? | 77 -> ../robottelo-fork/tests/foreman/cli/test_domain.py\n    bz_bug_is_open    | 1403947    | NEW                    | sat-6.3.0?             | 1578 -> ../robottelo-fork/tests/foreman/cli/test_errata.py\n    skip_if_bug_open  | 1401469    | POST                   | sat-6.3.0?             | 66 -> ../robottelo-fork/tests/foreman/cli/test_filter.py\n    skip_if_bug_open  | 1401469    | POST                   | sat-6.3.0?             | 85 -> ../robottelo-fork/tests/foreman/cli/test_filter.py\n    skip_if_bug_open  | 1401469    | POST                   | sat-6.3.0?             | 189 -> ../robottelo-fork/tests/foreman/cli/test_filter.py\n    bz_bug_is_open    | 1219610    | CLOSED_WONTFIX         | sat-backlog+           | 98 -> ../robottelo-fork/tests/foreman/cli/test_hammer.py\n    bz_bug_is_open    | 1219610    | CLOSED_WONTFIX         | sat-backlog+           | 116 -> ../robottelo-fork/tests/foreman/cli/test_hammer.py\n    skip_if_bug_open  | 1343392    | VERIFIED               | sat-6.3.0+             | 722 -> ../robottelo-fork/tests/foreman/cli/test_host.py\n    skip_if_bug_open  | 1343392    | VERIFIED               | sat-6.3.0+             | 745 -> ../robottelo-fork/tests/foreman/cli/test_host.py\n    skip_if_bug_open  | 1328925    | CLOSED_ERRATA          | sat-6.2.0+             | 190 -> ../robottelo-fork/tests/foreman/cli/test_host_collection.py\n    skip_if_bug_open  | 1328925    | CLOSED_ERRATA          | sat-6.2.0+             | 212 -> ../robottelo-fork/tests/foreman/cli/test_host_collection.py\n    skip_if_bug_open  | 1245334    | CLOSED_WONTFIX         | sat-backlog+           | 233 -> ../robottelo-fork/tests/foreman/cli/test_host_collection.py\n    skip_if_bug_open  | 1328925    | CLOSED_ERRATA          | sat-6.2.0+             | 257 -> ../robottelo-fork/tests/foreman/cli/test_host_collection.py\n    skip_if_bug_open  | 1354544    | CLOSED_CURRENTRELEASE  | sat-backlog?           | 189 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py\n    skip_if_bug_open  | 1313056    | NEW                    | sat-backlog?           | 218 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py\n    bz_bug_is_open    | 1395254    | POST                   | sat-6.3.0?             | 335 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py\n    bz_bug_is_open    | 1313056    | NEW                    | sat-backlog?           | 360 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py\n    skip_if_bug_open  | 1354568    | POST                   | sat-backlog?           | 366 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py\n         DEPEND ON:\n         - 1398392    - POST                   - sat-6.3.0?, sat-6.2.z?\n    skip_if_bug_open  | 1354568    | POST                   | sat-backlog?           | 389 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py\n         DEPEND ON:\n         - 1398392    - POST                   - sat-6.3.0?, sat-6.2.z?\n    skip_if_bug_open  | 1354568    | POST                   | sat-backlog?           | 412 -> ../robottelo-fork/tests/foreman/cli/test_hostgroup.py\n         DEPEND ON:\n         - 1398392    - POST                   - sat-6.3.0?, sat-6.2.z?\n    bz_bug_is_open    | 1263650    | CLOSED_WONTFIX         | sat-backlog?           | 127 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    bz_bug_is_open    | 1260722    | NEW                    | sat-backlog+           | 285 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    bz_bug_is_open    | 1263650    | CLOSED_WONTFIX         | sat-backlog?           | 1212 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    skip_if_bug_open  | 1325880    | CLOSED_ERRATA          | sat-6.2.0+             | 1310 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    bz_bug_is_open    | 1226981    | CLOSED_ERRATA          | sat-6.1.z+             | 1379 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    skip_if_bug_open  | 1238247    | NEW                    | sat-backlog?           | 1524 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    skip_if_bug_open  | 1238247    | NEW                    | sat-backlog?           | 1554 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    skip_if_bug_open  | 1238247    | NEW                    | sat-backlog?           | 1594 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    skip_if_bug_open  | 1267224    | CLOSED_WONTFIX         | sat-backlog+           | 1595 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    skip_if_bug_open  | 1325880    | CLOSED_ERRATA          | sat-6.2.0+             | 1665 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    skip_if_bug_open  | 1325880    | CLOSED_ERRATA          | sat-6.2.0+             | 1705 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n    skip_if_bug_open  | 1325124    | CLOSED_ERRATA          | sat-6.2.0+             | 1761 -> ../robottelo-fork/tests/foreman/cli/test_import.py\n         DEPEND ON:\n         - 1337746    - CLOSED_ERRATA          - sat-6.2.0+\n    skip_if_bug_open  | 1233612    | VERIFIED               | sat-6.3.0+             | 79 -> ../robottelo-fork/tests/foreman/cli/test_location.py\n    skip_if_bug_open  | 1234287    | POST                   | sat-6.2.z+             | 314 -> ../robottelo-fork/tests/foreman/cli/test_location.py\n    skip_if_bug_open  | 1395110    | CLOSED_DUPLICATE       | sat-6.3.0?             | 605 -> ../robottelo-fork/tests/foreman/cli/test_location.py\n         DUPLICATE OF:\n         - 1398695    - POST                   - sat-6.3.0?\n    skip_if_bug_open  | 1395110    | CLOSED_DUPLICATE       | sat-6.3.0?             | 631 -> ../robottelo-fork/tests/foreman/cli/test_location.py\n         DUPLICATE OF:\n         - 1398695    - POST                   - sat-6.3.0?\n    skip_if_bug_open  | 1395110    | CLOSED_DUPLICATE       | sat-6.3.0?             | 656 -> ../robottelo-fork/tests/foreman/cli/test_location.py\n         DUPLICATE OF:\n         - 1398695    - POST                   - sat-6.3.0?\n    skip_if_bug_open  | 1395110    | CLOSED_DUPLICATE       | sat-6.3.0?             | 685 -> ../robottelo-fork/tests/foreman/cli/test_location.py\n         DUPLICATE OF:\n         - 1398695    - POST                   - sat-6.3.0?\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 247 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 275 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 340 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 364 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 430 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 456 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 522 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 547 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 634 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 665 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 735 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 760 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 973 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 1001 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 1227 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 1255 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 1334 -> ../robottelo-fork/tests/foreman/cli/test_organization.py\n    skip_if_bug_open  | 1229384    | CLOSED_ERRATA          | sat-6.2.0+             | 29 -> ../robottelo-fork/tests/foreman/cli/test_partitiontable.py\n    bz_bug_is_open    | 1219490    | CLOSED_WONTFIX         | sat-backlog+           | 319 -> ../robottelo-fork/tests/foreman/cli/test_product.py\n    skip_if_bug_open  | 1283173    | CLOSED_ERRATA          | sat-6.2.0+             | 45 -> ../robottelo-fork/tests/foreman/cli/test_puppetmodule.py\n    skip_if_bug_open  | 1103944    | CLOSED_WORKSFORME      | sat-6.2.0+             | 412 -> ../robottelo-fork/tests/foreman/cli/test_repository.py\n         DEPEND ON:\n         - 1103945    - CLOSED_CURRENTRELEASE  - sat-6.0.4+\n    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 687 -> ../robottelo-fork/tests/foreman/cli/test_repository.py\n         OTHER CLONES:\n         - 1405503    - POST                   - sat-6.3.0+\n    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 718 -> ../robottelo-fork/tests/foreman/cli/test_repository.py\n         OTHER CLONES:\n         - 1405503    - POST                   - sat-6.3.0+\n    skip_if_bug_open  | 1328092    | CLOSED_ERRATA          | sat-6.2.z+             | 751 -> ../robottelo-fork/tests/foreman/cli/test_repository.py\n         OTHER CLONES:\n         - 1405503    - POST                   - sat-6.3.0+\n    bz_bug_is_open    | 1413145    | NEW                    | sat-6.3.0?             | 1081 -> ../robottelo-fork/tests/foreman/cli/test_repository.py\n    skip_if_bug_open  | 1343006    | CLOSED_ERRATA          | sat-6.2.0+             | 1142 -> ../robottelo-fork/tests/foreman/cli/test_repository.py\n         DEPEND ON:\n         - 1353471    - CLOSED_ERRATA          - sat-6.2.0+\n    skip_if_bug_open  | 1378442    | NEW                    | sat-backlog?           | 1165 -> ../robottelo-fork/tests/foreman/cli/test_repository.py\n    skip_if_bug_open  | 1370108    | NEW                    | sat-backlog?           | 1230 -> ../robottelo-fork/tests/foreman/cli/test_repository.py\n    skip_if_bug_open  | 1226425    | CLOSED_WONTFIX         | sat-backlog+           | 163 -> ../robottelo-fork/tests/foreman/cli/test_subscription.py\n    skip_if_bug_open  | 1336790    | CLOSED_ERRATA          | sat-6.2.0+             | 278 -> ../robottelo-fork/tests/foreman/cli/test_syncplan.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 133 -> ../robottelo-fork/tests/foreman/cli/test_template.py\n    skip_if_bug_open  | 1204686    | CLOSED_WONTFIX         | sat-backlog?           | 308 -> ../robottelo-fork/tests/foreman/cli/test_user.py\n    skip_if_bug_open  | 1204667    | POST                   | sat-6.4.0+             | 543 -> ../robottelo-fork/tests/foreman/cli/test_user.py\n    skip_if_bug_open  | 1138553    | CLOSED_ERRATA          | sat-6.2.0+             | 908 -> ../robottelo-fork/tests/foreman/cli/test_user.py\n    skip_if_bug_open  | 1138553    | CLOSED_ERRATA          | sat-6.2.0+             | 959 -> ../robottelo-fork/tests/foreman/cli/test_user.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 468 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 490 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 512 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 534 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 556 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py\n    skip_if_bug_open  | 1395229    | POST                   | sat-6.3.0+             | 578 -> ../robottelo-fork/tests/foreman/cli/test_usergroup.py\n    skip_if_bug_open  | 1367032    | VERIFIED               | sat-6.3.0+, sat-6.2.z+ | 318 -> ../robottelo-fork/tests/foreman/cli/test_variables.py\n         OTHER CLONES:\n         - 1412124    - POST                   - sat-6.2.z?\n    skip_if_bug_open  | 1371794    | POST                   | sat-6.3.0+             | 1332 -> ../robottelo-fork/tests/foreman/cli/test_variables.py\n    bz_bug_is_open    | 1166875    | NEW                    | sat-backlog?           | 821 -> ../robottelo-fork/tests/foreman/endtoend/test_api_endtoend.py\n    bz_bug_is_open    | 1325995    | VERIFIED               | sat-6.3.0+             | 926 -> ../robottelo-fork/tests/foreman/endtoend/test_api_endtoend.py\n         OTHER CLONES:\n         - 1415073    - POST                   - sat-6.2.z?\n    bz_bug_is_open    | 1328202    | CLOSED_ERRATA          | sat-6.2.0+             | 356 -> ../robottelo-fork/tests/foreman/endtoend/test_cli_endtoend.py\n    bz_bug_is_open    | 1326101    | NEW                    | sat-backlog?           | 420 -> ../robottelo-fork/tests/foreman/endtoend/test_cli_endtoend.py\n    bz_bug_is_open    | 1191422    | CLOSED_ERRATA          | sat-6.1.0+             | 401 -> ../robottelo-fork/tests/foreman/endtoend/test_ui_endtoend.py\n    bz_bug_is_open    | 1191422    | CLOSED_ERRATA          | sat-6.1.0+             | 410 -> ../robottelo-fork/tests/foreman/endtoend/test_ui_endtoend.py\n    bz_bug_is_open    | 1191422    | CLOSED_ERRATA          | sat-6.1.0+             | 417 -> ../robottelo-fork/tests/foreman/endtoend/test_ui_endtoend.py\n    bz_bug_is_open    | 1191541    | CLOSED_CURRENTRELEASE  | sat-6.1.0+             | 434 -> ../robottelo-fork/tests/foreman/endtoend/test_ui_endtoend.py\n    bz_bug_is_open    | 1246152    | CLOSED_ERRATA          | sat-6.2.0+             | 100 -> ../robottelo-fork/tests/foreman/installer/test_installer.py\n    skip_if_bug_open  | 1390355    | CLOSED_DUPLICATE       | sat-6.3.0?             | 140 -> ../robottelo-fork/tests/foreman/sys/test_hot_backup.py\n         DUPLICATE OF:\n         - 1384901    - ASSIGNED               - sat-6.3.0+, sat-6.2.z+\n    skip_if_bug_open  | 1221971    | ASSIGNED               | sat-6.3.0+             | 351 -> ../robottelo-fork/tests/foreman/ui/test_adusergroup.py\n    skip_if_bug_open  | 1326633    | NEW                    | sat-backlog+           | 226 -> ../robottelo-fork/tests/foreman/ui/test_bookmark.py\n    skip_if_bug_open  | 1324484    | CLOSED_ERRATA          | sat-6.2.0+             | 453 -> ../robottelo-fork/tests/foreman/ui/test_bookmark.py\n    skip_if_bug_open  | 1324484    | CLOSED_ERRATA          | sat-6.2.0+             | 493 -> ../robottelo-fork/tests/foreman/ui/test_bookmark.py\n    skip_if_bug_open  | 1295179    | CLOSED_ERRATA          | sat-6.2.0+             | 1166 -> ../robottelo-fork/tests/foreman/ui/test_classparameters.py\n         OTHER CLONES:\n         - 1314392    - CLOSED_ERRATA          - sat-6.1.z+\n    skip_if_bug_open  | 1378486    | POST                   | sat-6.3.0+             | 231 -> ../robottelo-fork/tests/foreman/ui/test_discoveryrule.py\n    skip_if_bug_open  | 1308831    | VERIFIED               | sat-6.3.0+             | 299 -> ../robottelo-fork/tests/foreman/ui/test_discoveryrule.py\n    skip_if_bug_open  | 1378486    | POST                   | sat-6.3.0+             | 542 -> ../robottelo-fork/tests/foreman/ui/test_discoveryrule.py\n    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1437 -> ../robottelo-fork/tests/foreman/ui/test_docker.py\n    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1461 -> ../robottelo-fork/tests/foreman/ui/test_docker.py\n    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1490 -> ../robottelo-fork/tests/foreman/ui/test_docker.py\n    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1518 -> ../robottelo-fork/tests/foreman/ui/test_docker.py\n    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1547 -> ../robottelo-fork/tests/foreman/ui/test_docker.py\n    skip_if_bug_open  | 1333805    | CLOSED_ERRATA          | sat-6.2.0+             | 1576 -> ../robottelo-fork/tests/foreman/ui/test_docker.py\n    skip_if_bug_open  | 1383729    | POST                   | sat-6.3.0+             | 413 -> ../robottelo-fork/tests/foreman/ui/test_errata.py\n    skip_if_bug_open  | 1210180    | CLOSED_WONTFIX         | sat-backlog+           | 726 -> ../robottelo-fork/tests/foreman/ui/test_gpgkey.py\n    skip_if_bug_open  | 1210180    | CLOSED_WONTFIX         | sat-backlog+           | 1012 -> ../robottelo-fork/tests/foreman/ui/test_gpgkey.py\n    skip_if_bug_open  | 1210180    | CLOSED_WONTFIX         | sat-backlog+           | 1323 -> ../robottelo-fork/tests/foreman/ui/test_gpgkey.py\n    skip_if_bug_open  | 1414134    | NEW                    | sat-6.3.0?             | 729 -> ../robottelo-fork/tests/foreman/ui/test_host.py\n    skip_if_bug_open  | 1300350    | NEW                    | sat-backlog?           | 137 -> ../robottelo-fork/tests/foreman/ui/test_hostcollection.py\n    skip_if_bug_open  | 1418695    | CLOSED_DUPLICATE       | sat-6.3.0?             | 75 -> ../robottelo-fork/tests/foreman/ui/test_navigation.py\n         DUPLICATE OF:\n         - 1351464    - POST                   - sat-6.3.0+, sat-6.2.z+\n    skip_if_bug_open  | 1079482    | CLOSED_WONTFIX         | sat-backlog+           | 156 -> ../robottelo-fork/tests/foreman/ui/test_organization.py\n    skip_if_bug_open  | 1289571    | ON_QA                  | sat-6.3.0+             | 80 -> ../robottelo-fork/tests/foreman/ui/test_oscapcontent.py\n    skip_if_bug_open  | 1293296    | ON_QA                  | sat-6.3.0+             | 116 -> ../robottelo-fork/tests/foreman/ui/test_oscappolicy.py\n    skip_if_bug_open  | 1292622    | VERIFIED               | sat-6.3.0+             | 203 -> ../robottelo-fork/tests/foreman/ui/test_oscappolicy.py\n    skip_if_bug_open  | 1394390    | POST                   | sat-6.3.0+             | 139 -> ../robottelo-fork/tests/foreman/ui/test_packages.py\n         OTHER CLONES:\n         - 1386670    - CLOSED_ERRATA          - sat-6.2.z+\n         DEPEND ON:\n         - 1386670    - CLOSED_ERRATA          - sat-6.2.z+\n    skip_if_bug_open  | 1394390    | POST                   | sat-6.3.0+             | 1454 -> ../robottelo-fork/tests/foreman/ui/test_repository.py\n         OTHER CLONES:\n         - 1386670    - CLOSED_ERRATA          - sat-6.2.z+\n         DEPEND ON:\n         - 1386670    - CLOSED_ERRATA          - sat-6.2.z+\n    parse time:30.0 seconds\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3 (GPLv3)",
    "summary": "Robottelo Bugzilla Parser",
    "version": "0.2.7",
    "split_keywords": [
        "robozilla"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "235b8ec970cdb2ddffb1bed040144d66af862fbe1341d15707c1c47383c2b6cf",
                "md5": "ea0d0d379c2aab855e5ef716eae8a85f",
                "sha256": "471e85f6d19020cafb469688fee5d5a871fc96f58e053617b9f838e494c318e4"
            },
            "downloads": -1,
            "filename": "robozilla-0.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea0d0d379c2aab855e5ef716eae8a85f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 28113,
            "upload_time": "2023-01-12T15:22:11",
            "upload_time_iso_8601": "2023-01-12T15:22:11.325926Z",
            "url": "https://files.pythonhosted.org/packages/23/5b/8ec970cdb2ddffb1bed040144d66af862fbe1341d15707c1c47383c2b6cf/robozilla-0.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f9673c83f3db6c9105dc42da17e4e962baf9a389b36b16e47d057383b4fd1cc",
                "md5": "f2d0b16c10ad22997c38b55cd5ec39f6",
                "sha256": "c5d10812f78331ac7d2c6b7f529279237b304bace5b13d80c6a0f153b022a979"
            },
            "downloads": -1,
            "filename": "robozilla-0.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "f2d0b16c10ad22997c38b55cd5ec39f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32713,
            "upload_time": "2023-01-12T15:22:15",
            "upload_time_iso_8601": "2023-01-12T15:22:15.027041Z",
            "url": "https://files.pythonhosted.org/packages/4f/96/73c83f3db6c9105dc42da17e4e962baf9a389b36b16e47d057383b4fd1cc/robozilla-0.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-12 15:22:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ldjebran",
    "github_project": "robozilla",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "Click",
            "specs": [
                [
                    ">=",
                    "6.0"
                ]
            ]
        },
        {
            "name": "python_bugzilla",
            "specs": [
                [
                    "==",
                    "1.2.2"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": null,
            "specs": []
        }
    ],
    "lcname": "robozilla"
}
        
Elapsed time: 0.03493s