Kiall Mac Innes 4d3cad8148 Fix backwards compat for edit_managed/all_tenants
The previous commit at [1] introduced a bug due to last
minute reordering of code, this fixes the ordering
and adds a couple of tests to verify the functionaility.

[1]: I2e3d74168976868ea1e4dd6c797f6340faa50d0f

Change-Id: Ia6f8df92b2700f63b2208290ede85f247b33bc63
2015-06-22 20:34:50 +01:00

21 lines
747 B
Python

# Copyright 2015 Hewlett-Packard Development Company, L.P.
#
# Author: Kiall Mac Innes <kiall@hp.com>
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from designateclient.tests import base
class APIV1TestCase(base.APITestCase):
VERSION = "1"