move tempest under panko

Change-Id: I6ec23881b5de69e7287804e4d88458e7c1a09ab1
This commit is contained in:
gord chung 2017-01-10 16:30:53 +00:00
parent eb423598f6
commit ca86e82d29
7 changed files with 3 additions and 4 deletions

View File

@ -29,7 +29,7 @@ from six import moves
from six.moves import http_client as httplib
from six.moves.urllib import parse as urlparse
from ceilometer.tests.tempest import exceptions as exc
from panko.tests.tempest import exceptions as exc
LOG = logging.getLogger(__name__)
USER_AGENT = 'tempest'

View File

@ -23,7 +23,7 @@ from six.moves.urllib import parse as urllib
from tempest.lib.common import rest_client
from tempest.lib import exceptions as lib_exc
from ceilometer.tests.tempest.service.images import glance_http
from panko.tests.tempest.service.images import glance_http
class ImagesClient(rest_client.RestClient):

View File

@ -15,11 +15,10 @@
from oslo_serialization import jsonutils as json
from six.moves.urllib import parse as urllib
from tempest.lib.common import rest_client
from tempest.lib import exceptions as lib_exc
from ceilometer.tests.tempest.service.images import glance_http
from panko.tests.tempest.service.images import glance_http
class ImagesClient(rest_client.RestClient):