Commit Graph

26 Commits

Author SHA1 Message Date
Andreas Jaeger 24d98abd3e 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: I658efd028f1b23bc21b327fc55d39a7fa5824ec1
2019-12-18 09:48:08 +01:00
Jenkins 2b242a851f Merge "Fix a typo" 2016-10-12 11:24:46 +00:00
gecong1973 1c406067af Fix a typo
TrivialFix

Change-Id: I4960bf73edef11f181655d09b9192e7ca2e5678b
2016-10-04 13:56:36 +08:00
Cao Xuan Hoang 876bee7572 Remove vim header from source files
trivialfix

Change-Id: I5d38c942354d3981ddb400be360c2a2350c5af7c
2016-09-27 15:18:53 +07:00
Cao Xuan Hoang 8520aeafd9 Clean imports in code
This patch set modifies lines which are importing objects
instead of modules. As per openstack import guide lines, user should
import modules in a file not objects.

http://docs.openstack.org/developer/hacking/#imports

Change-Id: I5b4bdcb674b58ab419d00ca9c6bff105ce19aca8
2016-09-07 13:28:38 +07:00
Anil Belur 2fc84886ce Replaces calls to traceback.format_exc()
* this change replaces occurrences of
`traceback.format_exc()` with the appropriate version of
`LOG.exception()` in fuel-ostf
* removes importing `traceback` module.
* incorporated review comments from fuel-dev team

Change-Id: I7055aeafdcb109bd3566f118379196ea6ca6037d
Closes-Bug: #1457397
Signed-off-by: Anil Belur <askb23@gmail.com>
2016-04-14 02:13:57 +00:00
Kyrylo Romanenko c2cd664731 Deduplicate method _run_ssh_cmd_with_exit_code
This method is implemented in different places more times than it used.
Do refactoring to depuplicate it.

Change-Id: If81bf233065f8f9ad0ff8b40f6fce7cdf97e56f4
Closes-Bug: #1520518
2015-11-27 17:54:53 +02:00
Yaroslav Lobankov 5494a7c1d5 Fix Sahara and Ceilo platform tests in case of deleting net04_ext net
If a user deletes the net04_ext network, Sahara and Ceilo platform tests
will fail. If the user deletes the net04 net, the same tests will fail,
too. To fix the issue network resources (a network, a subnet, a router)
will be created before tests to avoid such failures.

Closes-Bug: #1469877

Change-Id: Ic6132e6b55c9ab81c6236e7217f6bdd13b1c3bbe
2015-07-20 13:50:52 +03:00
Sebastian Kalinowski cbe0ea30d9 Added hacking checks to tox
Fixed all places where hacking rules (v0.7) was failing
Replaced ''' with """ to make them consistent

Change-Id: I9c1c20f910df696056d2a6a91c33ff7bad266b9f
Related-Bug: #1404892
Closes-Bug: #1408240
2015-01-19 12:36:14 +00:00
Anastasia Kuznetsova c1b60d4bce Fix heat ostf-test 'test_autoscaling'
-Autoscaling templates were updated
-Verification that second instance is loaded was changed
(before we counted common number of instances with F17 image and waited until
this number increase, but that's not correct, that's why now we count instances which
belong to test stack and wait for scale-up)

Change-Id: I6c7cecf2f38cb73ef05c6eaea2c958e0cebded5b
Closes-Bug: #1334346
2014-07-15 13:02:04 +04:00
TatyanaLeontovich 2c777079d9 Fix parsiong of network provider
Patch include fixes:
* Change uri for parsing network_provider
* For create instance method add create_kargs parameter
  with specified network id
* Fix pep8 issues

Fixes bug/1247230 bug/1247082

Change-Id: I154dfec16ee54de33787766f03025840ff15783a
2013-11-04 16:48:31 +02:00
Mikhail Dubov c365de582e Easy OSTF launching based on file config
The presented patch provides several necessary lines of code that make it
possible to run the OSTF tests based on a config written in a file. All the
user has to do is to insert an instruction like

os.environ['CUSTOM_FUEL_CONFIG'] = 'path/to/config/file'

before the actual OSFT launch. Changing the FuelConfig() method
implementation as well as moving its call in the BaseTestCase class
into the setUpClass() method serves for this goal and ensures that
the config values will override the default ones.
2013-09-24 02:41:08 +04:00
Tatyana Leontovich f049e25adc Fix PRD-1299. Change cinder client usage to nova
client for verification of volume attachment

In case if wrong provider location is provided cinder client
says that attachment was successful. But phisically it is not happened.
To fix this change usage of cinder client to verification
of attachment to nova client.
Also delete not used modules from the package:
* common.networking_common
* etc.image_vdi
*common.extended_tempest_conf
2013-08-07 15:05:44 +03:00
Tatyana Leontovich 35ad9b7af4 Delete skip from test.py 2013-08-03 14:54:51 +03:00
Tatyana Leontovich f5143abf11 Add skipp verification to setup 2013-08-02 20:06:22 +03:00
anaboikina 3380555be8 Added usage of timeouts for all of the tests. Fixed reported bugs PRD-1193. 2013-07-31 17:17:20 +03:00
Tatyana Leontovich 18711dd51f Add license agreement. Change Cleanup script. Delete unnessesary files 2013-07-23 17:33:30 +03:00
Tatyana Leontovich 95d9e387a3 Merged revies into master 2013-07-17 12:59:34 +03:00
Sergey Lyopka 43d3ae04f8 Merge branch 'master' into test_instance_ssh
Conflicts:
	fuel_health/config.py
	fuel_health/etc/test.conf
2013-07-16 17:30:58 +03:00
Tatyana Leontovich 3494289e29 Change testools to unittest2 2013-07-16 16:54:33 +03:00
Dmitry Shulyak fa077d4de8 small fabric for fuel config 2013-07-15 18:34:44 +03:00
Dmitry Shulyak 244e508b32 added base functional for nailgun config 2013-07-13 13:07:45 +03:00
Tatyana Leontovich 9f2da851c2 Temp commit 2013-07-12 15:39:08 +03:00
Sergey Lyopka 9136a05077 ostf-117-141 Network Client for Nova
* network_client.py: new NovaNetworkClient added
  * test.py, manager.py, clients/py were updated
    to silently apply appropriate network client
  * base.py, test_sanity_* were updated to use
    new network client and to use new
    fuel_health structure of modules
2013-07-01 17:32:55 +03:00
Tatyana Leontovich 04b4cdd44c Applied patch
https://gerrit.mirantis.com/gitweb?p=openstack-test-framework/
ostf-tests.git;a=patch;h=03a4d55ccc98f44a2443ac782d117021f97bb7fd

Inclide:
- tes.py  - add timeot function
- common/test_mixin - mixin class to wrap assertions
2013-07-01 16:02:33 +03:00
Tatyana Leontovich caa55c44ce Rename fuel package to fuel_health 2013-07-01 14:54:24 +03:00