]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Adds task to wrap the aver utility
authorIvo Jimenez <ivo.jimenez@gmail.com>
Fri, 14 Aug 2015 22:53:27 +0000 (15:53 -0700)
committerIvo Jimenez <ivo.jimenez@gmail.com>
Fri, 14 Aug 2015 22:56:17 +0000 (15:56 -0700)
commit513cf0aeebdb511487c7d52d8a13b93b54db1d6d
treed3c34fd41ef2a92edfe4eadd3f9e0290d8582869
parentdceae70ece1611d6cf51918a01445cdd93b1bf11
Adds task to wrap the aver utility

Aver is a utility that allows to test high-level assertions over
benchmarking output. This task allows to specify assertions as part of a
teuthology task description (in YAML) and check the assertion (via aver)
on the output of a benchmark (e.g. rados).

The input to the task is a file in the job's archive path. Since there
are no packages available for aver, the task downloads the binary and
deletes it after the execution is done.
tasks/aver.py [new file with mode: 0644]