aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2016-11-24Use `pbr` for setup configurationYujun Zhang1-14/+2
- `pbr` does a bunch of things[1] and is used widely in OpenStack - moved legacy `qtip.py` to scripts in order to keep the project folder clean [1]: http://docs.openstack.org/developer/pbr/#what-it-does Change-Id: I6a9b83883283eaa527e2c3d4cd8d221ee6efca41 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-11-17Bugfix: Correct the path in setup and entry pointslinux_geek1-2/+2
JIRA: QTIP-154 Change-Id: I00320818e2d2e633c901b126775cbeb5a721f6fd Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-07Additional packages required for qtip.linux_geek1-1/+1
JIRA: QTIP-137 Change-Id: Idbb537d172911b254257541e1161d62a237be88a Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
2016-11-01Create setuptool configuration for qtip-cliYujun Zhang1-6/+16
- currently only the cli is installed via setuptool - api server in docker container will be installed via cli[1] - normalized version string[2] for cli [1]: https://jira.opnfv.org/browse/QTIP-133 [2]: https://setuptools.readthedocs.io/en/latest/setuptools.html#specifying-your-project-s-version JIRA: QTIP-137 Change-Id: Ia53ae14fca271a250d59cb08e7c6c5cd7dad97a9 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-10-14Adjust directory structurewu.zhihui1-1/+1
qtip ! +---- scripts ! ! ! +----ref_result # python scripts to generate results report ! +----fetch_compute_ips.sh ! +----fetch_os_creds.sh ! +----file_permission.sh ! +----get_env_info.sh ! +----qtip_creds.sh ! +----ssh_exch.exp ! +---- config ! ! ! +---- Qtip_key ! +---- Qtip_key.pub ! +---- SampleHeat.yaml ! +---- utils ! ! ! +---- logger_utils.py ! +---- report # generate pdf report file Change-Id: Ia908ff31494369c1a13fb88b1ff9b0e5681f8e29 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-07-16Fix pep8 errors for all the others python files.zhifeng.jiang1-3/+2
JIRA:QTIP-89 Change-Id: Ida1936dea3bcab6137d039fc2d21dc4df60d9f77 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
2016-07-05Add some UT test cases and fix pep8 errors for cli and env_setup.zhifeng.jiang1-0/+11
JIRA:QTIP-89 Change-Id: I4a46898071001f679f1a032a560d605dffc8eb9f Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>