Fix k8splugin to accept intervals as strings 83/58283/3
authorJack Lucas <jflucas@research.att.com>
Tue, 31 Jul 2018 21:10:25 +0000 (21:10 +0000)
committerJack Lucas <jflucas@research.att.com>
Wed, 1 Aug 2018 21:14:45 +0000 (21:14 +0000)
commitb13a6e53197bb01a857442680faa78938f1b614e
tree328e7964fd2e6a597ba6e127fc51eff16b6e09d6
parenta2aefd40115798e4093bc2d9e606ad5a34d3e017
Fix k8splugin to accept intervals as strings

Also update type file to point to new plugin version
Add unit tests for parsing interval
Change RE to be non-Python specific
Use uppercase for RE constant and unit conversion factors

Issue-ID: DCAEGEN2-649
Change-Id: I1de728b3efd0725d4a3da996d95ec61e68f56ab4
Signed-off-by: Jack Lucas <jflucas@research.att.com>
k8s/k8s-node-type.yaml
k8s/k8sclient/k8sclient.py
k8s/pom.xml
k8s/setup.py
k8s/tests/test_k8sclient.py [new file with mode: 0644]