From b1ef7b7f6f892763da375a72c0a4c1d9f4790db3 Mon Sep 17 00:00:00 2001 From: thuva4 Date: Thu, 7 Sep 2017 19:03:57 +0530 Subject: add case-insensitive for find pods query Now user can't create the pods with the same name. Just like "Demo" , "deMo" and "demo" Add unit test for case-insensitive query Change-Id: Ifddc7b70a38d8504e5fe105fa5cc1a77bf0e39a9 Signed-off-by: thuva4 --- testapi/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'testapi/.gitignore') diff --git a/testapi/.gitignore b/testapi/.gitignore index 86ec0d2..a3d6e01 100644 --- a/testapi/.gitignore +++ b/testapi/.gitignore @@ -5,3 +5,4 @@ opnfv_testapi/static build *.egg-info 3rd_party/static/static +*.pyc -- cgit 1.2.3-korg