Skip to content

Conversation

@lukas-bednar
Copy link
Member

  1. Now we take into consideration engine and storage
  2. Bugzilla marker looks like
    • @bz({'bz-id': {'engine': [], 'storage': []}}) bz affects all engines and all storages
    • @bz({'bz-id': {'engine': ['cli'], 'storage': []}}) bz afects CLI and all storages
    • @bz({'bz-id': {'engine': ['cli', 'rest'], 'storage': ['iscsi']}}) bz affects rest and cli and iscsi

lukas-bednar and others added 5 commits March 6, 2016 14:55
1) Bugzilla server
We can not relay on status of bug from public bugzilla site.
Such bug can get closed, removed, or it may become unavailable.
I it better to feed cache with collection of our bugs.
Then we can be sure that bug has always same status as we expect.

2) 'test' target in setup.py
Added new target to setup.py to run tests.

python setup.py test

3) Test must give you information about quality
We can not accept result which has 2 pass and 2 failures and 1 skip,
and say that this is correct result of this test run.
Usual expected result of test is all test-cases passing.

Minor fix: Align setup.py with pep8
1. Now we take into consideration engine and storage
2. Bugzilla marker looks like
  2.1. @bz({'bz-id': {'engine': [], 'storage': []}})
       bz affects all engines and all storages
  2.2. @bz({'bz-id': {'engine': ['cli'], 'storage': []}})
       bz afects CLI and all storages
  2.3. @bz({'bz-id': {'engine': ['cli', 'rest'], 'storage': ['iscsi']}})
       bz affects rest and cli and iscsi
@tareqalayan tareqalayan force-pushed the adapt-to-art-engine-storage branch from 75dd4f5 to 9ca5dcd Compare March 6, 2016 12:56
tareqalayan added a commit that referenced this pull request Mar 6, 2016
…orage

adapt bugzilla plugin for rhevm-qe usage
@tareqalayan tareqalayan merged commit b841b4c into master Mar 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants