From 2ecbe8435b9f158633243b39503a9a418bec8b96 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 17 Apr 2018 16:28:38 +0800 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 988165b..e2075ec 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ cover/ .tox/ # work env work/ +.pytest_cache -- cgit 1.2.3-korg