summaryrefslogtreecommitdiffstats
path: root/client/run_tests.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-03-04The code using 'python-escalatorclient' as the client's package name. But ↵kong wei1-1/+1
the true name is 'escalatorclient'. Now, when the shell command 'escalator' was run, the system said: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name python-escalatorclient was given, but was not able to be found. Change-Id: Ie135038cec8a3475039f280e791a02b7308e39ae Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
2016-11-28add escalator cli frameworkZhou Ya1-0/+49
JIRA:ESCALATOR-36 This patch will support escalatorclient,and this is just the frame of escalatorclient,with this code you can use 'python setup.py sdist' to generate escalatorclient package. Change-Id: Id7b602345f7cb78bb548b589d1297a201056699a Signed-off-by: Zhou Ya <zhou.ya@zte.com.cn>