Commit Graph

11 Commits

Author SHA1 Message Date
zhurong 1ea1cda5d4 Remove murano_tempest_tests from murano repo
Change-Id: I5da1c660393df335f8d5e8ab17b23bb21a8e3257
2017-12-07 02:03:48 +00:00
Sofiia Andriichenko 2bee51e99a Use default credentials if None has been passed
Reason - credentials do not load  on import in tempest plugin clients.py


Change-Id: I0303d9c7c9d1b35486874ea999dc36b2430c6ac4
Closes-Bug: #1701255
2017-07-03 13:39:18 +00:00
zhurong 8eb7d93cbc Revert "Fix config group for SSL in tempest test"
Tempest did the revert of change config group for SSL in this commit:I91600d8fc49db670b0f78ffd0094575fbfa0ca63

So we should revert this commit too.

This reverts commit ffe85fcafe.

Closes-Bug: #1615375

Change-Id: I6af46ba2adee65c586913cdb182530ac63fab6f3
2016-08-21 22:20:31 +00:00
zhurong ffe85fcafe Fix config group for SSL in tempest test
Review https://review.openstack.org/#/c/349749 has moved
parameters disable_ssl_certificate_validation and ca_certificates_file
from identity to service_clients group.

This patch modifies tempest tests to use new configuration group.

Change-Id: I7f188e3313f8e83dd6271f8cdb60739d2ae2d371
2016-08-19 14:15:53 +00:00
Kirill Zaitsev 7e1cf628e7 Add tempest GLARE sanity check tests
This commit adds very basic api tests for glare artifact type for murano
Also adds initial implementation of upload/delete package methods to
tempest artifact client.

Change-Id: Idc6c06570f4674d5d998fc4fb1ec72208662ff2e
Targets: bp murano-glare-devstack-testing
2016-07-22 15:01:34 +03:00
Lin Yang 736821143e Change to tempest stable API
Previously several places in murano tempest test use unstable tempest
api. In fact, it should use api from tempest.lib.* [1]. So fixed them
to make them more robust and resilient to tempest changes. The
unstable api removed here include:
  * tempest.clients
  * tempest.test

[1] http://docs.openstack.org/developer/tempest/plugin.html#stable-tempest-apis-plugins-may-use

Change-Id: I018b00cc026a707da6afe40a327b44e97c16db53
Related-Bug: #1589713
2016-06-16 18:14:20 +08:00
Nikolay Starodubtsev 5c8285de1e Replace obsolete way of get creds in tempest tests
Tempest now uses 'get_configured_admin_credentials' instead of
'get_configured_credentials' which we still use in murano.

Change-Id: Idd397504ca9e4c2141e1dc96e59ed57c9266e1dc
Closes-Bug: #1586912
2016-05-30 09:48:17 +03:00
Victor Ryzhenkin b789b091ae Add application catalog repository tests to the tempest plugin.
- Added application catalog package repository tests
- Fixed some flubs in plugin code, for example,
replaced service_broker to application_catalog in app-catalog client
class.

Change-Id: I6bbec1993ef5fd334527e0820743d42b656e3b7e
Targets: blueprint migrate-to-tempest-plugin
2016-01-27 22:16:25 +00:00
Victor Ryzhenkin 66f682ef42 Add provision and deprovision test for cfapi
- Add Mock app which will be imported during the test run.
This app will be deployed through Cloudfoundry API Murano Service
Broker.
- Change plugin to make possible create a zip archive
in murano_tempest_tests directory.
- Add application_catalog client into services directory to
perform operations with packages.
- Add utils to make possible dummy app generation.
- Add functions to provide additional functionality to
service_broker client.
- Add functions to service_broker base to make cleanups easier.
- Add provision and deprovision test.

Targets: blueprint murano-cfapi-func-tests

Change-Id: I6fc75f53b8f0c7b2a96ff2e1d5a63529efaf98df
2015-11-24 16:58:24 +00:00
Ekaterina Chernova 75f30d985e Update functional tests due to tempest update
tempest.common file has been changed.
This patch adapts this change.

Change-Id: Ide4973ea5276f5680d56e1888e34907fb76c3785
2015-11-19 13:53:18 +03:00
Victor Ryzhenkin 77d6185d0d Initial commit for service broker tests in tempest plugin
- Add tempest plugin structure
- Add basic functional for tempest service broker REST client
- Add config opts for application catalog and service broker API services
- Add base for service broker tests
- Add service broker test for list applications
- Add tempest plugin configure function into devstack murano plugin

Change-Id: If4c8f95a9d69fccf6f261510b6e02eb67c738ee5
Targets: blueprint murano-cfapi-func-tests
2015-11-06 00:48:40 +03:00