summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/testapiclient/__init__.py
diff options
context:
space:
mode:
authorthuva4 <tharma.thuva@gmail.com>2018-01-30 19:50:33 +0530
committerthuva4 <tharma.thuva@gmail.com>2018-02-08 14:55:43 +0530
commitc53fc432fc7ddf004d4e1eea9bd407f3c548908d (patch)
tree89a24a0e1432951194a89797deb58c825f4d4336 /testapi/testapi-client/testapiclient/__init__.py
parentbd2e91686de6bc61b97ac66af47f830d1c82786a (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/testapi-client/testapiclient/__init__.py')
-rw-r--r--testapi/testapi-client/testapiclient/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/testapi/testapi-client/testapiclient/__init__.py b/testapi/testapi-client/testapiclient/__init__.py
new file mode 100644
index 0000000..363bc38
--- /dev/null
+++ b/testapi/testapi-client/testapiclient/__init__.py
@@ -0,0 +1,8 @@
+##############################################################################
+# Copyright (c) 2016 ZTE Corporation
+# feng.xiaowei@zte.com.cn
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################