Install py3 distro packages

Fix naming of the distro packages that needs to be installed
from py2 to py3 ones for debian family OS.

Change-Id: I95769a8da54e1f7d577d55a294fbceff4cbe3329
This commit is contained in:
Dmitriy Rabotyagov 2020-07-08 08:46:54 +03:00
parent 0e6ed14a4f
commit 955a982557

View File

@ -25,9 +25,9 @@ tempest_distro_packages:
tempest_service_distro_packages:
- tempest
- python-junitxml
- python-pip
- python-subunit
- python3-junitxml
- python3-pip
- python3-subunit
- iputils-ping
# Note(odyssey4me):