~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to ironic/tests/drivers/drac/test_client.py

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-01-05 12:21:37 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20150105122137-171bqrdpcxqipunk
Tags: 2015.1~b1-0ubuntu1
* New upstream beta release:
  - d/control: Align version requirements with upstream release.
* d/watch: Update uversionmangle to deal with kilo beta versioning
  changes.
* d/control: Bumped Standards-Version to 3.9.6, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
Test class for DRAC client wrapper.
16
16
"""
17
17
 
 
18
from xml.etree import ElementTree
 
19
 
18
20
import mock
19
 
from xml.etree import ElementTree
20
21
 
21
22
from ironic.common import exception
22
23
from ironic.drivers.modules.drac import client as drac_client