]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
upgrade: ceph-test is needed for ceph-coverage
authorLoic Dachary <ldachary@redhat.com>
Fri, 9 Sep 2016 09:27:55 +0000 (11:27 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 13 Sep 2016 07:06:23 +0000 (09:06 +0200)
Do not exclude the ceph-test package otherwise the ceph-coverage
executable is not installed.

Fixes: http://tracker.ceph.com/issues/16506
Signed-off-by: Loic Dachary <loic@dachary.org>
suites/upgrade/client-upgrade/hammer-client-x/basic/1-install/hammer-client-x.yaml

index 92c186d0445b058a3dde3bee59e0409fb471ef44..6a4eb998763fa3c40707a95a9273b19c3e5e0cce 100644 (file)
@@ -5,6 +5,6 @@ tasks:
 upgrade_workload:
   sequential:
   - install.upgrade:
-      exclude_packages: ['ceph-test', 'ceph-test-dbg']
+      exclude_packages: ['ceph-test-dbg']
       client.0:
   - print: "**** done install.upgrade client.0"