Skip senlin_plugin tests until bug #1519185 is fixed.

Senlinclient depends on openstacksdk and new version of
openstacksdk affects senlinclient, so skip senlin_plugin tests
for now until senlinclient fix this problem.

Change-Id: Idca1897386f0b62af0f343d78fce06fea67a4731
Partial-Bug: #1519185
This commit is contained in:
Ethan Lynn 2015-11-24 11:54:14 +08:00
parent a4f4f66166
commit c435ebf816
1 changed files with 3 additions and 0 deletions

View File

@ -11,12 +11,15 @@
# License for the specific language governing permissions and limitations
# under the License.
from testtools import testcase
from heat.tests import common
from heat.tests import utils
class SenlinClientPluginTests(common.HeatTestCase):
@testcase.skip('skipped until bug #1519185 is fixed!')
def test_cluster_get(self):
context = utils.dummy_context()
plugin = context.clients.client_plugin('senlin')