~ubuntu-branches/ubuntu/wily/neutron-lbaas/wily-proposed

« back to all changes in this revision

Viewing changes to neutron_lbaas/tests/tempest/v2/api/base.py

  • Committer: Package Import Robot
  • Author(s): Corey Bryant
  • Date: 2015-08-19 14:26:04 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20150819142604-928sn8gp2urb2bmh
Tags: 2:7.0.0~b2-0ubuntu1
* New upstream milestone for OpenStack Liberty.
* d/control: Align (build-)depends with upstream.
* d/rules: Remove .eggs directory in override_dh_auto_clean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
CONF = config.CONF
32
32
 
 
33
LOG = logging.getLogger(__name__)
 
34
 
33
35
# Use local tempest conf if one is available.
34
36
# This usually means we're running tests outside of devstack
35
37
if os.path.exists('./tests/tempest/etc/dev_tempest.conf'):