Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 08db3ad05f Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I37b6a82c9c3c3893bb4b9b6a4c4b5a83a6d8193c
2019-12-18 09:50:01 +01:00
Alexey Stepanov 7f6a334c98 Revert "Pylint: totally ignore testrail reporter"
This reverts commit ffccce4aab.

Change-Id: Ibe2b6371beed33d20c8e9fd0f3d756d79057d674
2016-08-22 13:15:58 +00:00
Alexey Stepanov ffccce4aab Pylint: totally ignore testrail reporter
ignore=CVS, tox, logs
->
ignore=CVS, tox, logs, testrail

Change-Id: I84a040fd490495aeb026e7eb968b3adc9eb9a786
2016-08-22 11:17:12 +03:00
Vladimir Khlyunev 872c4c1d50 Suppress pylint 'locally-disabled/enabled messages'
Disable locally-disabled/enabled messages because it producing
low-valuable noise in pylint output

Change-Id: Ie6a74e75a632dc1a902fb31a3fa1d354f9636bb8
2016-04-11 20:49:54 +03:00
Alexey Stepanov bd567ec420 Pylint: fix false negative results
1. Disable cyclic imports scan due to false-negative result on new tests
2. Disable no-member check on methods library and factory on new tests

Change-Id: I00172fef100bc859d994131679c897402630fddf
Related-bug: #1556791
2016-03-22 16:28:56 +03:00
Alexey Stepanov 77d851961c Python3 code compatibility: checks v2
Enable pylint checks for incompatible code
Sync gerrit and local check rules due to misusable output with default rules

blueprint fuel-qa-python3-compatibility

Change-Id: I674b28b0a5a714703274277d43631923ecf814b9
2016-03-17 17:08:38 +03:00
Alexey Stepanov cdb190f01d Python3 code compatibility: tox.ini checks v1
Add pep8-py34/35 (deprecation check & etc).
Add pylint with not ignored Python 3 incompatible warnings
Add documents test

Next: add full py34/35 check after modules compatibility fix

blueprint fuel-qa-python3-compatibility
Related-bug: #1556791

Change-Id: I65a540aad70bde73043ed36dca222f472f8fe108
2016-03-14 13:46:43 +03:00