From c53fc432fc7ddf004d4e1eea9bd407f3c548908d Mon Sep 17 00:00:00 2001 From: thuva4 Date: Tue, 30 Jan 2018 19:50:33 +0530 Subject: create Testapi client implement auth in testapi client implement pods in testapi client Change-Id: Idd5c9dcf938ad5994e655b55d49625ab462ab710 Signed-off-by: thuva4 --- testapi/testapi-client/testapiclient/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testapi/testapi-client/testapiclient/__init__.py (limited to 'testapi/testapi-client/testapiclient/__init__.py') 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 +############################################################################## -- cgit 1.2.3-korg