commit | ef53976746dbac53e24a4f50afe334106aac626d | [log] [tgz] |
---|---|---|
author | Vladimir Khlyunev <vkhlyunev@mirantis.com> | Tue Jun 27 18:53:15 2023 +0400 |
committer | Vladimir Khlyunev <vkhlyunev@mirantis.com> | Tue Jun 27 18:56:17 2023 +0400 |
tree | 0c85cb8a56da87efe23baad286a3cba354dd8d59 | |
parent | 3c3a9aae5510245b2891ed50f57d016b65170618 [diff] |
Update venv requirements PROD-37197 Change-Id: I73d9a7bc00b0ed0d2979e22a5ce38b0c5d423a2c
diff --git a/tcp_tests/requirements.txt b/tcp_tests/requirements.txt index c3352df..92855d2 100644 --- a/tcp_tests/requirements.txt +++ b/tcp_tests/requirements.txt
@@ -13,6 +13,7 @@ junit-xml jinja2>=2.9 jira +jsonfield<3.0.0 testrail<=0.3.8 functools32 kubernetes<9.0.0 @@ -24,6 +25,7 @@ PyYAML!=5.1 polling==0.3.2 retrying +virtualbmc<2.0 # For Queens: https://github.com/openstack/requirements/blob/stable/queens/global-requirements.txt
diff --git a/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh b/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh index 600b5a0..4e3f088 100644 --- a/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh +++ b/tcp_tests/templates/_packer/scripts/jenkins_virtualenvs.sh
@@ -8,7 +8,7 @@ fi if [ ! -d ${DEVOPS_VENV_PATH} ]; then - virtualenv ${DEVOPS_VENV_PATH} + virtualenv --python=python2 ${DEVOPS_VENV_PATH} fi if [ ! -d ${REPORT_VENV_PATH} ]; then virtualenv --python=python3.7 ${REPORT_VENV_PATH}