commit | 1ef6095956c15e24e8be548d7fe56694988eda84 | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Wed Dec 19 00:36:50 2018 +0200 |
committer | Tatyana Leontovich <tleontovich@mirantis.com> | Wed Dec 19 00:36:50 2018 +0200 |
tree | 8d11d505d5921ac2796a19381a2026b142760108 | |
parent | 6603e90b40a785044b24f5382d4d0f4f7424d716 [diff] |
Install virtuaenv pkg Change-Id: Id23fd11993fc111710ca6d6acfa55eed1d32156a
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml index 1535db6..775faad 100644 --- a/tcp_tests/templates/shared-salt.yaml +++ b/tcp_tests/templates/shared-salt.yaml
@@ -380,6 +380,7 @@ cmd: | set -e; set -x; + sudo apt-get install virtualenv -y sudo apt-get install python-setuptools -y [[ -d /root/venv-reclass-tools ]] || virtualenv /root/venv-reclass-tools;