Commit Graph

6 Commits

Author SHA1 Message Date
Chandan Kumar 5ff2de001e Remove bundled intree trove tempest plugin
* https://review.openstack.org/#/c/527122/ moves the intree
  tempest plugin to a new repo trove-tempest-plugin. Let'use
  it for the same.

* https://review.openstack.org/#/c/530024/ consumes new trove
  tempest plugin in python-troveclient

Change-Id: I59aafa0ec978033ba4add2bc2a2144d177afb9ac
2017-12-25 16:34:51 +05:30
Emilien Macchi d59df5d7bf Revert "Remove the tempest plugin"
It broke Puppet OpenStack CI and all users
running Tempest tests for Trove.

This is a terrible user experience, please don't
do that.

This reverts commit d29221ae48.

Change-Id: I6086a383bacc3ada3914fb2f8eb439b8175c0f37
2017-04-10 19:22:13 +00:00
Matthew Treinish d29221ae48
Remove the tempest plugin
The trove plugin provides limited coverage which is duplicated in other
functional tests. They were originally added to check the project
integration requirements for having tempest tests, back before the big
tent. This commit removes the plugin to save test resources and reduce
the maintainence burden.

Depends-On: I0082c483b849deeffe872a5489c7123c2b2c706c
Change-Id: Iccc9e62bcd46c7aa8b67a454a9882f41f743f332
2017-02-22 11:29:16 -05:00
Daniel Mellado 04f334e530 Stop adding ServiceAvailable group option
This commit modifies the tempest plugin to avoid keep adding already
existing option groups.

Change-Id: Idc9e571b4b4f5fe15c4342547cecd69de52ab552
Closes-Bug: #1621036
2016-09-07 22:38:44 +02:00
Mariam John de1d5a9f88 Fix config registration for Trove tempest plugin
The Trove tempest plugin was created in this commit:
Ibad5502cdca0e34cca4b5bc8a7106611f7393cf2. The tests however was
not working because the plugin specific configuration variables
was not being set correctly. This particular issue has been
fixed in this changeset. Using the following commands:
    tox -e all-plugin -- trove.tests.tempest.tests.api
4/5 tests pass. Will look into the failing test in a different
changeset.

Change-Id: Iad34209adb120e63cebbf12939baf30c5f017844
Partial-Bug: #1597857
2016-07-20 11:07:04 -07:00
Matthew Treinish acd7e5155a Add trove tempest plugin
This commit takes the trove tests which previously lived in tempest
and creates an in-tree tempest plugin out of them. The contents of
the plugin are taken with tempest checkout out at commit:
eda607cb1c89762a54290c4525d81c1b192c421f with modifications made for
things to live in the trove repo.

Change-Id: Ibad5502cdca0e34cca4b5bc8a7106611f7393cf2
2016-06-27 18:53:05 +00:00