diff options
author | thuva4 <tharma.thuva@gmail.com> | 2017-09-07 19:03:57 +0530 |
---|---|---|
committer | thuva4 <tharma.thuva@gmail.com> | 2017-09-11 14:48:55 +0530 |
commit | 6c5fcb955cada2b6323742a07ba4d38edd08ff67 (patch) | |
tree | 290f7476058a042a620294aae5be6613a813a474 /utils/test/testapi/.gitignore | |
parent | 5283e9de99b87d74cb5bb28da04b48f17c02a3b6 (diff) |
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 <tharma.thuva@gmail.com>
Diffstat (limited to 'utils/test/testapi/.gitignore')
-rw-r--r-- | utils/test/testapi/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/test/testapi/.gitignore b/utils/test/testapi/.gitignore index 86ec0d2d5..a3d6e01ec 100644 --- a/utils/test/testapi/.gitignore +++ b/utils/test/testapi/.gitignore @@ -5,3 +5,4 @@ opnfv_testapi/static build *.egg-info 3rd_party/static/static +*.pyc |