]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
When packages are not found, mention the OS
authorZack Cerza <zack@redhat.com>
Tue, 6 Jan 2015 15:44:26 +0000 (08:44 -0700)
committerZack Cerza <zack@redhat.com>
Tue, 6 Jan 2015 15:44:26 +0000 (08:44 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/suite.py

index 856ad6e084615cb79d697a6517c83a6e466a05fb..aaa24a3a19cc593f7ce2eb09d18b4334f0c59e5a 100644 (file)
@@ -524,8 +524,8 @@ def schedule_suite(job_config,
             package_version = package_versions_for_hash[str(os_type)]
 
         if not package_version:
-            schedule_fail("Packages for ceph hash '{ver}' not found".format(
-                ver=sha1), job_config.name)
+            m = "Packages for os_type '{os}' and ceph hash '{ver}' not found"
+            schedule_fail(m.format(os=os_type, ver=sha1), job_config.name)
 
         arg = copy.deepcopy(base_args)
         arg.extend([