Add TLS support for client-only apps 19/90719/2
authorJack Lucas <jflucas@research.att.com>
Tue, 25 Jun 2019 22:52:55 +0000 (18:52 -0400)
committerJack Lucas <jflucas@research.att.com>
Mon, 1 Jul 2019 15:07:30 +0000 (11:07 -0400)
commit9c094d0581c46d3d107facdc55cb2cc7a1d9f765
tree7bb29d659b23295d3a3f67f7e1be054a8eb51544
parenta9e0e1c94d9b1fee783ce2db3df962b6fec5149b
Add TLS support for client-only apps

Also enhance unit tests to do more robust checking of results.

Issue-ID: DCAEGEN2-1550
Change-Id: Icf6e5357d828e19db73bb58b98fd60e9f111d0dc
Signed-off-by: Jack Lucas <jflucas@research.att.com>
k8s/configure/configure.py
k8s/k8s-node-type.yaml
k8s/k8sclient/k8sclient.py
k8s/k8splugin/tasks.py
k8s/pom.xml
k8s/setup.py
k8s/tests/common.py [new file with mode: 0644]
k8s/tests/conftest.py
k8s/tests/test_k8sclient.py
k8s/tests/test_k8sclient_deploy.py [new file with mode: 0644]