leverage setup.py directly to install TestAPI
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Fri, 25 Aug 2017 09:56:55 +0000 (17:56 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Fri, 25 Aug 2017 10:05:51 +0000 (18:05 +0800)
commitdfd85dece56f1b5f1addac121dcd5438f2c3774b
tree4084b9035019af1386e1e1c90678a6fdb0228375
parent2eb503cb2e3496131c21954506da58b056c8fb46
leverage setup.py directly to install TestAPI

1. delete additional script install.sh
2. using 'python setup.py install' directly to install
TestAPI, as traditional python project do

Change-Id: Ifcdee7b2bae2553f523a722bff794c40d20f81cc
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testapi/.gitignore
testapi/docker/Dockerfile
testapi/install.sh [deleted file]
testapi/setup.py