diff --git a/functions.sh b/functions.sh index c8cb86c0..5157b6df 100644 --- a/functions.sh +++ b/functions.sh @@ -754,8 +754,8 @@ function cleanup_host { for py_ver in 2 3; do if [[ `which python${py_ver}` ]]; then - python${py_ver} -m pip freeze > $WORKSPACE/pip${py_ver}-freeze.txt - save_file $WORKSPACE/pip${py_ver}-freeze.txt + python${py_ver} -m pip list --format=legacy > $WORKSPACE/pip${py_ver}-list.txt + save_file $WORKSPACE/pip${py_ver}-list.txt fi done diff --git a/help/tempest-logs.html b/help/tempest-logs.html index 92e703e0..cd6a0b71 100644 --- a/help/tempest-logs.html +++ b/help/tempest-logs.html @@ -94,7 +94,8 @@