Merge "Move tempest_lib to tempest.lib"
This commit is contained in:
commit
6fe1384e2c
@ -16,7 +16,7 @@ import time
|
||||
|
||||
from novaclient import client as nova_client
|
||||
from oslo_config import cfg
|
||||
from tempest_lib.tests import base
|
||||
from tempest.lib import base
|
||||
import yaml
|
||||
|
||||
from tacker.common.exceptions import TackerException
|
||||
@ -29,11 +29,12 @@ from tackerclient.v1_0 import client as tacker_client
|
||||
CONF = cfg.CONF
|
||||
|
||||
|
||||
class BaseTackerTest(base.TestCase):
|
||||
class BaseTackerTest(base.BaseTestCase):
|
||||
"""Base test case class for all Tacker API tests."""
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super(BaseTackerTest, cls).setUpClass()
|
||||
kwargs = {}
|
||||
|
||||
cfg.CONF(args=['--config-file', '/etc/tacker/tacker.conf'],
|
||||
|
@ -16,7 +16,7 @@ ordereddict # MIT
|
||||
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
||||
oslotest>=1.10.0 # Apache-2.0
|
||||
os-testr>=0.7.0 # Apache-2.0
|
||||
tempest-lib>=0.14.0 # Apache-2.0
|
||||
tempest>=12.1.0 # Apache-2.0
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
WebTest>=2.0 # MIT
|
||||
|
Loading…
Reference in New Issue
Block a user