Get rid of easy_install in unit test
authorhelenyao <yaohelan@huawei.com>
Tue, 6 Dec 2016 02:41:07 +0000 (21:41 -0500)
committerhelenyao <yaohelan@huawei.com>
Wed, 7 Dec 2016 07:54:33 +0000 (02:54 -0500)
commit010ccc19dc86ee10c13e8d48f19df481b75e1e17
tree6644ef536b6478bd407a704bc0f4b533fd0a8982
parentc10898356f97b3f2e5c39928e4133570b75a52e1
Get rid of easy_install in unit test

JIRA: FUNCTEST-638

Pip is a better alternative to Easy Install for installing Python packages.
There is no need to install easy_install.

Change-Id: I3dee17a800d11907c7f0942bff251a93675978bb
Signed-off-by: helenyao <yaohelan@huawei.com>
run_unit_tests.sh