Commit Graph

5 Commits

Author SHA1 Message Date
zhurong 535e537647 Add 'orchestration' config group for murano tempest
Since I1c02fd88c3d93b511ff4a6b54b668ebd306481a9 this commit
Remove deprecated 'orchestration' config group options,
cause the error in murano tempest test:
tempest.lib.exceptions.UnknownServiceClient: Service clients named orchestration are not known
we should add those config in murano tempest.

Change-Id: I5cd674b94ee472c5b5ab6a9a51170d89880887a4
2018-01-31 07:42:24 +00:00
PRAMOD KUMAR SINGH d3d4418cb1 Make use of already registered group
service_available_group - We don't need this group in plugin
code because it is already being registered in tempest config
and since we are using the same config object from tempest,
we can make use of this group directly here instead of using a
new group with the same name.

closes-Bug: #1661213

Change-Id: Iabd4a7c356b1f454585054218bf07801e0339bde
2017-02-02 17:36:35 +05:30
Victor Ryzhenkin a1387135e8 Initial implementation of artifacts client in tempest plugin
- Add artifacts tempest client
- Extend test utils with common utils of muranoclient to parse packages

Change-Id: I55c02a922b80f792afbe9f7be309c66115ebd6b8
targets: bp murano-glare-devstack-testing
2016-07-21 17:36:48 +03:00
Thomas Goirand deb05f50a9 Fix tempest.conf generation
The tempest.conf generation was missing the [service_available]
group, therefore, it was impossible to activate murano. This patch
fixes that.

Change-Id: I74309fc50fb57dad3b05220f797a4d28a22b7606
Co-Author: Matthew Treinish
2016-04-28 03:35:15 +00:00
Victor Ryzhenkin c7d7bdc774 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