Merge "Improve "get_server" function in Kubernetes context"
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Thu, 12 Jul 2018 16:17:33 +0000 (16:17 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 12 Jul 2018 16:17:33 +0000 (16:17 +0000)
1  2 
yardstick/benchmark/contexts/kubernetes.py
yardstick/tests/unit/benchmark/contexts/test_kubernetes.py

@@@ -13,9 -14,10 +13,11 @@@ import pkg_resource
  
  import paramiko
  
 +from yardstick.benchmark import contexts
  from yardstick.benchmark.contexts.base import Context
  from yardstick.orchestrator import kubernetes
+ from yardstick.common import constants
+ from yardstick.common import exceptions
  from yardstick.common import kubernetes_utils as k8s_utils
  from yardstick.common import utils
  
  import mock
  import unittest
  
 +from yardstick.benchmark import contexts
  from yardstick.benchmark.contexts import base
  from yardstick.benchmark.contexts import kubernetes
+ from yardstick.common import constants
  from yardstick.orchestrator import kubernetes as orchestrator_kubernetes