]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
tests: use dict() instead Mock() to test config 1222/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Wed, 10 Oct 2018 08:08:11 +0000 (10:08 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 15 Oct 2018 16:51:14 +0000 (18:51 +0200)
commit8a8bd9bd82248c7946f1ab3ab7aaa9cb41f468fc
tree0fdc18a29824e6870c2d9ac7a644e4d293e00daf
parent8cd97280774b258eb0809a4b8d7b0ba2c08486ce
tests: use dict() instead Mock() to test config

Addresses failure in verify_package_version:
    TypeError: argument of type 'Mock' is not iterable

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
teuthology/test/task/test_install.py