Use python3-swift-tests package on CentOS8

Change-Id: Iac6bd17448b52d6a357b6e68c2b4d6fc28dc4cee
(cherry picked from commit 2f4f7d70de)
This commit is contained in:
Takashi Kajinami 2020-04-22 11:00:56 +09:00
parent f74827bbbf
commit 8ad7ca52d4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class tempest::params {
$python_dr_tests = "python${pyvers}-neutron-dynamic-routing-tests"
$python_nova_tests = "python${pyvers}-nova-tests"
$python_sahara_tests = "python${pyvers}-sahara-tests-tempest"
$python_swift_tests = 'python-swift-tests'
$python_swift_tests = "python${pyvers}-swift-tests"
$python_trove_tests = "python${pyvers}-trove-tests-tempest"
$python_watcher_tests = "python${pyvers}-watcher-tests-tempest"
$python_zaqar_tests = "python${pyvers}-zaqar-tests-tempest"