From: Zack Cerza Date: Tue, 6 Jan 2015 15:44:26 +0000 (-0700) Subject: When packages are not found, mention the OS X-Git-Tag: 1.1.0~1053 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b324da3c87851029ce565feb6c2cc4e7abffbfe1;p=teuthology.git When packages are not found, mention the OS Signed-off-by: Zack Cerza --- diff --git a/teuthology/suite.py b/teuthology/suite.py index 856ad6e08..aaa24a3a1 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -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([