Commit Graph

15 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
Fedor Zhadaev dc2a892a02 Ensure that all nodes goes offline after shutting them off
Change-Id: Ia3220da94d7f1a9cca5f0eb96c50a1c1b077d593
Closes-Bug: #1672969
2017-03-27 11:03:29 +00:00
Anton Studenov ed18a79a06 Add timeout_msg values in fuelweb_test/tests
- removed redundant try/except/assert

Change-Id: Ic83e5e3333f7f8ad14f2e4ba7779b174b2585802
2016-07-21 15:53:34 +03:00
Alexey Stepanov 41d761bfdc Pylint: fix trivial issues 3
Change-Id: If141aba37568d102524242ef22bda1ab5e68f080
fix: unused variables, cycles formed as unassigned lists
Related-bug: #1556791
2016-03-16 10:31:18 +03:00
Dmitry Belyaninov a87d53cd1a Test case was changed a few mounths ago. But docstring was not.
So current scenario matches real test behavior.

Change-Id: I9878b8e9970cf5ab0d893d1374a053679b0bd641
Closes-Bug: #1524956
2015-12-23 16:00:00 +03:00
Artem Panchenko e22d170f94 Destroy slaves in tests for IBP
Destroy slaves instead of graceful power off in test
for repeatable provisioning in order to avoid SSH session
hang.

Change-Id: I010a78adfff75fb0621354f1225342dcd1a334d0
Closes-bug: #1523601
2015-12-07 19:08:54 +02:00
asledzinskiy 0a61b2a16e Remove tests with 'gre' network
- Remove 'gre' tests from tests_strength/test_neutron.py
- Change 'gre' to 'tun' in test_image_based.py
- Change 'gre' to 'tun' in test_pullrequest.py

Change-Id: Ic1467e40be58782fed1ace51784b946c1d823153
Closes-Bug: #1512285
2015-12-03 09:33:29 +00:00
Vladimir Khlyunev dd3964c6fa Increased timeout after first cluster deletion.
Change-Id: Ib27c8598f0274268e0b56e6ee7cded1d8c08a4e5
Closes-Bug: #1440725
2015-07-16 13:10:25 +03:00
Dennis Dmitriev d93e07e4e5 Always create diagnostic snapshot atfer test.
- add a new environment variable:
    ALWAYS_CREATE_DIAGNOSTIC_SNAPSHOT, default = 'true'.

- move code that resume environment into a separate method.

- rename @log_snapshot_on_error to @log_snapshot_after_test

Change-Id: I5902899ba4c8557b7233e9bf576debc2197ca9e2
Closes-Bug:#1452672
2015-05-13 15:43:56 +03:00
Alexandr Kostrikov e317c2d6d2 doc: Added an initial Sphinx documentation
I have added a auto-generated documentation. It is done with
Sphinx library. Sphinx uses reStructuredText as its markup language
and docstrings as a source for automated documentation.

According to https://www.python.org/dev/peps/pep-0257/
I used a """ for quotes in docstrings and made
"""Docstring."""-looking one-liners and correct indentation
for multiple-liners.
Based on https://github.com/kennethreitz/requests
I moved Makefile, requirements.txt and conf.py to /doc folder.
Also I decided to make fuel-qa documentation
similar to https://docs.python.org/2/tutorial/index.html
with single table of contents.
I have added empty __init__.py files to be able to produce
documentation.
I have added sys_test.log to .gitigonre because it has
been generated at the documentation build.

To make it faster and non-conflicting I added some banal
class descriptions in order to get them in auto-generated documentation.
I decided not to fight with warnings and poor docstring descriptions
I added to make documentation less conflicting and for a faster review.
Docstring improvements and detailed code description are left for later.
For the same reasons I decied not to add docstrings to all methods.
At a places where I made poor docstrings I have added a
TODO documentation.

Change-Id: I7701a9a3429abbf62b13ec5a31972298c0be5201
Related-Bug: #1321682
2015-05-07 17:42:38 +03:00
Yaroslav Lobankov 5334ad0b6c Editing code for passing Flake8 checks
Now if we run script run_tests.sh, we will not have any Flake8 errors

Closes-Bug: #1437360

Change-Id: I3fb54da5a160f848957f602c9cbdc19367b7f543
2015-04-22 18:30:55 +00:00
Maksym Strukov 1374958a48 Increase wait to get online state in repeatable image based test
Change-Id: I037e2531e835ae1089a8592b0a9b383dd2eaa0a2
Closes-Bug: #1440725
2015-04-09 17:48:47 +03:00
asledzinskiy 0f4036257c Modify repeatable image-based test
- Modify test to bootstrap slaves in cycle to avoid
time syncs which failure can affect provisioning success

Change-Id: I8b9ed8021d339754615242c91360bc3bed38c480
Partial-Bug: #1437223
2015-03-31 17:51:38 +03:00
asledzinskiy f807bb6657 Increase timeout in repeatable image based test
- Increase timeout to wait for nodes to get online
state after cluster deletion

Change-Id: I2e73fae66c840294d01af6e0d6a0b35edca93f49
Closes-Bug: #1415037
2015-02-10 17:04:42 +02:00
Ivan Kliuk 0168055fe6 System tests movement from fuel-main
Apply refactoring patch https://review.openstack.org/#/c/149612/.
  Move contents of fuel-main/fuelweb_test to the repo.
  Add run_tests.sh.
  Change fuel-devops version to 2.9.0 in requirements file.

Change-Id: Id321d63d97290f2fb22736abbe1d74315aed2893
2015-02-06 11:44:08 +02:00