Cover validation of elasticsearch cluster 75/55875/2
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 17 Apr 2018 08:28:38 +0000 (16:28 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 17 Apr 2018 08:33:10 +0000 (16:33 +0800)
commit2ecbe8435b9f158633243b39503a9a418bec8b96
tree1be227b06f453c808d1c6d6531b6192fdb1d71ec
parent867c4309a10df56eeb5098a78956e5d6951b8ba4
Cover validation of elasticsearch cluster

- cluster health is not red
- indics found
- log entry created by istio found
- requests in and out http load balance matches

pytest is used as the test runner and wrapped in `validate.py`

Change-Id: Iad540b69d05118fadc97df679cf3424513c15e38
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
.gitignore
clover/logging/conftest.py [new file with mode: 0644]
clover/logging/es_test.py [new file with mode: 0644]
clover/logging/validate.py