From a2d1f2260497b30f1d708ff084a634ccd6253c18 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Fri, 27 Oct 2017 11:09:22 +0530 Subject: [PATCH] Rename python-zaqar-tests to python-zaqar-tests-tempest * https://review.rdoproject.org/r/#/c/10309/ marks the addition of zaqar-tempest-plugin in RDO from Queens release. We need to rename the package to avoid breakage. Change-Id: Ibe5e55229249f5b2f2ab20bc35b221bb844647a0 --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index edd644e7..98d1e2f5 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -37,7 +37,7 @@ class tempest::params { $python_swift_tests = 'python-swift-tests' $python_trove_tests = 'python-trove-tests' $python_watcher_tests = 'python-watcher-tests-tempest' - $python_zaqar_tests = 'python-zaqar-tests' + $python_zaqar_tests = 'python-zaqar-tests-tempest' $python_congress_tests = 'python-congress-tests' $python_panko_tests = 'python-panko-tests' $python_octavia_tests = 'python-octavia-tests'