]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Verify that the correct ceph version is installed on updates and install 451/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 26 Feb 2015 21:12:29 +0000 (15:12 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 12 Mar 2015 16:25:44 +0000 (11:25 -0500)
commit88e5a47bf6d041cea794ddc4acf46de0269766ca
tree6afec9267ee9850b15d911fec238e8a73b73a3aa
parent2f6ca17e1f2b00c6442fc720060b2c19ef158414
Verify that the correct ceph version is installed on updates and install

This adds a function to teuthology.packaging that can be reused to
fetch the installed version of a package for the given remote.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
teuthology/packaging.py
teuthology/task/install.py
teuthology/test/task/__init__.py [new file with mode: 0644]
teuthology/test/task/test_install.py [new file with mode: 0644]
teuthology/test/test_packaging.py