Commit Graph

10 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
Vladimir Khlyunev 2faf58fc82 Fix "wrap functions with 2 blank lines" pep8 check
Now gates are requires this pep8 rule as mandatory so until it'll be
fixed merge is blocked.

Change-Id: I0072536f3404b36135be43a59b801fe5db13413b
2016-11-16 11:17:10 +00:00
Alexey Stepanov c3324fc7e4 Renamed *args, **kwargs: bind correctly on Py2.7
Use search and inject
Copied from the fuel-devops 3.0.3

Change-Id: Ibd454eb22b7bc534e790212cd536e553eed74ca8
2016-10-11 13:35:00 +00:00
Alexey Stepanov a87ec53f71 Temporary backport logwrap from fuel-devops
Temporary backport logwrap from fuel-devops as
producing human readable logs
This is required already for debug purposes

Change-Id: Idd4e0519a4b02a5ef2e5b52e96669972a07a20f0
2016-10-06 13:11:07 +00:00
Alexey Stepanov dca635ef0a ha one controller tests: make unicode
Use repr in logwrap
make unicode strings ha one controller tests
get_cluster_block_devices -> make unicode output
  (method used 1 times in single test)

Change-Id: Ia72f57b6be13c66edfcb4512f99f01f11da20f13
Closes-bug: #1620330
(cherry picked from commit 5fb4f5d)
2016-09-06 12:41:54 +03:00
Alexey Stepanov 7ec0f37fa1 Move QuietLogger and logwrap to core
1. Move QuietLogger and logwrap to core
2. Fix QuietLogger (if log level was upper, than in param,
  QuietLogger ebabled additional logging instead of pass)
3. Cover by unit-tests
4. Added missed license text
5. add *.log to gitignore

Change-Id: If842791000c76852fe1dec1e66edcc081c278b2c
Blueprint: fuel-qa-join-helpers
(cherry picked from commit b7ca0ff)
2016-09-05 10:39:58 +03:00
Alexey Stepanov fee216eb0d Drop heslpers as announced previously
1. Drop empty fuelweb_test/helpers/exceptions.py
2. Drop unused anymore fuelweb_test/helpers/http.py
3. Drop execute_throw_remote, run_in_remote, run_on_remote_get_results,
execute_remote_cmd.
4. Drop unused private deserializers from SSHManager
5. Fix misprint in deprecation message

Change-Id: I56a220e49f44a4f22b2b3499acf022fef923b323
2016-09-01 08:11:04 +00:00
Alexey Stepanov 4ebd4200db setup_teardown: move to core and cover by unit tests
setup_teardown: moved to core and covered by unit tests
due to it's a decorator: deprecation possibilities was limited and
prefered to wait, until whole decorators will be moved.

Blueprint: fuel-qa-join-helpers

Change-Id: I0cd13e6695525c021e5a2096b50a5e6f1ea5e88e
2016-08-26 12:24:41 +03:00
Alexey Stepanov 50d6291c17 CollectorClient: swith to requests
CollecotrClient: use requests library instead of HTTPClient
Implement first real(not example) unit tests
HTTPClient is deprecated

Change-Id: I3cc1af18d5277c64b4a4426876ac39302af319e3
2016-08-26 07:50:00 +03:00
Alexey Stepanov 870fb4ff22 Create initial infrastructure for fuel-qa refactoring: .core package
Create initial unittest infrastructure:
Create root packages:
  .core
  .core._tests
Checkers (and gates):
  tox.ini: cover env
    requires:
      pytest-cov
      mock
  /core/pytest.ini
  /.coveragerc
Example changes:
  add collector client as initial target for refactor and testing
  unit tests for HTTPClient (http.py) as example

Blueprint: fuel-qa-join-helpers

Change-Id: I35207eb7bb45ec20d1b61f28be564097420c9f27
2016-08-25 19:22:23 +03:00