JIRA: YARDSTICK-269
Change-Id: Ibaf305db81d3a24164e9791249408f09cdd41e27
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
publishers:
- email:
- recipients: ana.cunha@ericsson.com
+ recipients: jean.gaoliang@huawei.com matthew.lijun@huawei.com
########################
# builder macros
# install python packages
easy_install -U setuptools
easy_install -U pip
- pip install -r ci/requirements.txt
+ pip install -r tests/ci/requirements.txt
pip install -e .
# unit tests
[[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null"
cd $WORKSPACE
-./ci/apexlake-verify
+./tests/ci/apexlake-verify