Merge "Cleanup magnum client test case"

This commit is contained in:
Jenkins 2016-05-11 12:53:05 +00:00 committed by Gerrit Code Review
commit a2120c61d7
1 changed files with 0 additions and 6 deletions

View File

@ -11,18 +11,12 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_utils import importutils
import testtools
from heat.tests import common
from heat.tests import utils
magnum_client = importutils.try_import('magnumclient.v1.client')
class MagnumClientPluginTest(common.HeatTestCase):
@testtools.skipIf(magnum_client is None, 'Tests the magnum client')
def test_create(self):
context = utils.dummy_context()
plugin = context.clients.client_plugin('magnum')