Commit Graph

16 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
Tatyana Leontovich 003272dc29 Update tox.ini to skip dtabase creation steps
after https://github.com/openstack-infra/project-config/
commit/7334ceb347329ccbc04dc6bff536e88e12783a86 we do not need to
create db, user, role.

Also add usage of CUSTOM_OSTF_CONFIG env variable, to pass
correctly dbpath tp fuel_plugin.config.py

Closes-Bug: #1554086

Change-Id: Ic2881e1cb17693ab616044029325a601d2b04e2c
2016-03-07 16:59:28 +02:00
Tatyana Leontovich 921c86ed3a Fix gate job for ostf repo
The thing is that nailgun tests require postgresql backend to
be available. So, we need to prepare it before running tests.
Fortunately, all unit tests are run on nodes where postgresql
is installed.

Change-Id: I8f93bb78cb4144f993fb55936e157b5fe153a4c1
Closes-Bug: #1516609
2015-11-17 15:05:46 +03:00
Sebastian Kalinowski 9c6fadca27 Use keystonemiddleware package
keystonemiddleware package will be used instead of deprecated
keystoneclient.middleware module to authorize requests with
keystone auth_token

Update python-keystoneclient to match version in our repos

Change-Id: Ib6025a5d243c76995ca1efac16d5d5025241f81c
Implements: blueprint access-control-master-node-improvments
Related-Bug: #1383616
Depends: I32848ccd2279c1467818e1ff9e1a19becc9f7ae7
2014-10-28 09:40:29 +00:00
Dima Shulyak 64a2991f52 Add keystone access support to ostf wsgi
- Added keystone middleware to wsgi
- Additional keystone params supported in ostf.conf
- Auth can be enabled by adapter/auth_enable = True

Related to blueprint: access-control-master-node

Change-Id: I6a6b2aacb2278fa70c45a87521de224d0230d623
2014-06-27 11:27:07 +03:00
Tatyana Leontovich 5d3aa80da6 Create pecan conf from config file
By default we should start adpater from config
If there is no config defined - we should use cli.parse
functional

Change-Id: I476caac72c45cab21dd902d455573a265f7d36f3
Implements: blueprint ostf-config-file
2014-04-22 13:36:22 +00:00
Sergey Lyopka c0917ce4a7 ostf-153: move etc dir into fuel_health package 2013-07-08 18:16:07 +03:00
Tatyana Leontovich c92dcc31fe Temp commit for debug on lab.
Add test for image action. Change fule to fuel_health for smokes
2013-07-02 20:21:44 +03:00
Tatyana Leontovich 1e6f63d5e0 Add next tests:
*  create instance with verification of network cannectivity
* create / attach volume

Change base module for sanity networks test:
change request list admin from iuser to admin
2013-07-01 21:06:59 +03:00
Tatyana Leontovich e028b37b70 TEMP commit , do not merge
Add test create instance with verification of network cannectivity

Change base module for sanity networks test:
change request list admin from iuser to admin
2013-07-01 18:12:23 +03:00
Sergey Lyopka 8ceb6f0085 Add test for DNS check OSTF-116-135
Change-Id: I9e00e9cb25f8a026881a3b706709d83f650723d1
2013-06-25 17:04:05 +03:00
anaboikina 599a8b1263 1.Created tests package.
2.Moved sanity tests to tests package.
3.Implemented smoke tests, added them to tests package.
4.Implemented base.py, __init__.py modules for smoke tests.
5.Modified config.py, test.conf to enable smoke tests.

Change-Id: Id29f8c74284ba82fb93c4537ae29a3e770de0173
Note: smoke tests might not work while test.conf is not set up properly.

Implemented allocate floating ip, create volume, create flavor tests (which don`t work on local PC - I`ll test them on Chech lab).
Implemented test for fixed ips.
Implemented test image and test flavor creation (added args to base.test, modified images client). Doesn`t work so far (some issues with modules).
Added small image to /etc directory.

Change-Id: I8cb10fed65ad358a5aa5e47b01ac4d83b556359f

Add smoke tests for next objects:

* Create flavor
* added args to base.test, modified images client
* Added small image to /etc directory.

Change-Id: I8cb10fed65ad358a5aa5e47b01ac4d83b556359f

Conflicts:

	fuel/tests/smoke/base.py

Conflicts:

	fuel/tests/smoke/base.py
	fuel/tests/smoke/test_create_network.py
	fuel/tests/smoke/test_create_sec_group.py
2013-06-25 13:30:06 +03:00
Tatyana Leontovich 452150945a Fix python 2.6 compatibilities in test_user
Add if-else to verifiy if the cokkies is empty
to exclude key error exception in module cookies.py

Change-Id: If8d75635fbfe6c49c78213ddcdefd2d5dab206bf
2013-06-21 16:17:25 +03:00
Sergey Lyopka ebe384d586 Major change New infrastructure test adds to Sanity Test Set.
* etc/test.conf was updated with new params specifies controller node and ssh user can connect there.
    Also all the IP's were updated to use on our test lab master node.
  * fuel/sanity/config.py was updated to support new paras mentioned above.
  * fuel/sanity/test_sanity_infrastructure.py file contains all the services are up has been added.
  * All the sanity tests in fuel/sanity/test_sanity_* files were updated with additional attribute fuel.
  * sanity tests were moved to tests/sanity directory

Change-Id: I9201e91f3a0f95197b7b9f9e52304a2c1698072f
2013-06-19 19:20:07 +03:00
anaboikina b0b53cb2b6 1.Created tests package.
2.Moved sanity tests to tests package.
3.Implemented smoke tests, added them to tests package.
4.Implemented base.py, __init__.py modules for smoke tests.
5.Modified config.py, test.conf to enable smoke tests.

Change-Id: Id29f8c74284ba82fb93c4537ae29a3e770de0173
Note: smoke tests might not work while test.conf is not set up properly.
2013-06-19 18:26:13 +03:00
Tatyana Leontovich 499d63fe96 Add base directories for tets. Add tests with simple verification of status code for next cases:
* List services by admin in keystone
* List users by admin
* List instances
* List volumes
* List snapshots
* list flavors
* list rate limits
* List networks
* List ports

Change-Id: I1d030ffc2b3ed18c7a194693f1cd2a382b961c1c
2013-06-17 17:16:55 +03:00