Commit Graph

12 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
Chandan Kumar 4b91b82b5c Fix config type of run_service_broker_tests to Boolean
* As per the default value of run_service_broker_tests is Boolean
  but config type is defined as string, It needs to be fixed other
  wise tempest init will throw warning.

Change-Id: Ic0cd6d6cb7409c0bd4088c9eb3b743d44e9f7100
Closes-Bug: #1685767
2017-04-24 17:30:20 +05:30
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
MStolyarenko 36915a927d Add base and packages for tempest murano scenario tests
This commit adds implementation of methods and resources
which are used for tempest app deployment and cinder volumes
support tests

Change-Id: Ibd70aa56987d8f69547fb9f114b6a1a69cfcbe0c
targets: bp normalize-murano-tests
2016-08-03 15:59:59 +03:00
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
gecong1973 4c6c823e0d fix a spelling mistake: applcation should be application
Change-Id: I630094447fd620cf9dfaea4b0dfd75976ea3be11
2016-07-08 12:04:32 +08:00
Victor Ryzhenkin fc2cf957eb Support GLARE configuration in Murano tempest plugin
- Add plugin variables for GLARE
- Add skip checks for repository test suites.

Change-Id: Idb62fb306bb853d6a3e15afd35452a1d8f5267dd
Targets: blueprint murano-glare-devstack-testing
2016-05-24 12:35:47 +00:00
Nikolay Starodubtsev 93db837330 Support unversioned keystone endpoints
As far as keystone v2 will be deprecated soon murano will support
unversioned keystone endpoints.

Additional work and final switch to Identity API v3 in devstack should
be done when all components will switch to it.

Change-Id: I062f1b3b3372f502f20a976cde432f22c2489480
2016-02-26 13:53:05 +03:00
venkatamahesh 7aa70fd2c4 Fix spelling typos
Change-Id: I7e295abea49a7b3cd906d747917a9729c479b275
2016-02-04 06:26:40 +00: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
liyingjun 697ad2aacc Replacing application_catalog with application-catalog
Murano does not get keystone endpoint when Keystone is configured to use
templated catalog

Change-Id: Id568c0a59b2e99dc946b1f2f55f6b233fd6a1b27
Closes-bug: #1514692
2015-11-27 20:02:41 +08: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