diff options
author | thuva4 <tharma.thuva@gmail.com> | 2018-01-30 19:50:33 +0530 |
---|---|---|
committer | thuva4 <tharma.thuva@gmail.com> | 2018-02-08 14:55:43 +0530 |
commit | c53fc432fc7ddf004d4e1eea9bd407f3c548908d (patch) | |
tree | 89a24a0e1432951194a89797deb58c825f4d4336 /testapi/.gitignore | |
parent | bd2e91686de6bc61b97ac66af47f830d1c82786a (diff) |
create Testapi client
implement auth in testapi client
implement pods in testapi client
Change-Id: Idd5c9dcf938ad5994e655b55d49625ab462ab710
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/.gitignore')
-rw-r--r-- | testapi/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testapi/.gitignore b/testapi/.gitignore index e34365e..5be8583 100644 --- a/testapi/.gitignore +++ b/testapi/.gitignore @@ -12,4 +12,5 @@ build .ven docs/_build opnfv_testapi/tests/UI/coverage -3rd_party/static/testapi-ui/testapi-ui
\ No newline at end of file +3rd_party/static/testapi-ui/testapi-ui + |