Removes from tox.ini flake configuration _ as builtin
and Fix all bugs Fixes #1432898 Change-Id: Ib879d0b515366b143b6c0dbb8b0a848dcd6d292a
This commit is contained in:
parent
556acb862b
commit
a2d5d3c944
@ -14,6 +14,7 @@
|
||||
# under the License.
|
||||
|
||||
from rally.benchmark.context import base
|
||||
from rally.common.i18n import _
|
||||
from rally.common import log as logging
|
||||
from rally.common import utils as rutils
|
||||
from rally import consts
|
||||
|
@ -15,6 +15,7 @@ import time
|
||||
|
||||
from rally.benchmark.scenarios import base
|
||||
from rally.benchmark import validation
|
||||
from rally.common.i18n import _
|
||||
from rally import exceptions
|
||||
|
||||
|
||||
|
@ -21,6 +21,7 @@ from saharaclient.api import base as sahara_base
|
||||
|
||||
from rally.benchmark.scenarios import base
|
||||
from rally.benchmark import utils as bench_utils
|
||||
from rally.common.i18n import _
|
||||
from rally.common import log as logging
|
||||
from rally import consts
|
||||
from rally import exceptions
|
||||
|
@ -20,6 +20,7 @@ import traceback
|
||||
from novaclient import exceptions as nova_exc
|
||||
import six
|
||||
|
||||
from rally.common.i18n import _
|
||||
from rally.common import log as logging
|
||||
from rally import exceptions
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
# under the License.
|
||||
|
||||
from rally.benchmark.sla import base
|
||||
from rally.common.i18n import _
|
||||
|
||||
|
||||
class MaxDurationRange(base.SLA):
|
||||
|
Loading…
Reference in New Issue
Block a user