cleanup: rename k8sclient->client

This commit is contained in:
Davanum Srinivas 2017-01-16 14:45:02 -05:00
parent c8b0968d50
commit 28181d7ee9

View File

@ -13,10 +13,10 @@
# under the License.
"""
test_k8sclient
test_client
----------------------------------
Tests for `k8sclient` module. Deploy Kubernetes using:
Tests for `client` module. Deploy Kubernetes using:
http://kubernetes.io/docs/getting-started-guides/docker/
and then run this test
@ -38,7 +38,7 @@ def _is_k8s_running():
return False
class TestK8sclient(unittest.TestCase):
class TestClient(unittest.TestCase):
@unittest.skipUnless(
_is_k8s_running(), "Kubernetes is not available")
def test_list_endpoints(self):