Commit Graph

5 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
PRAMOD KUMAR SINGH e8982db91f 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 0ef402cc48 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 675db99323 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 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