]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Fix broken downburst unit tests
authorZack Cerza <zack@redhat.com>
Tue, 14 Jul 2015 15:59:32 +0000 (09:59 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 14 Jul 2015 16:39:28 +0000 (10:39 -0600)
commit2c8e40e91786cd5b3b74ac944f7c35dd59f15ea7
treee665f848623a71c324610c36308cbecf533a48a4
parente427e669edadccf10e25a4ba6924a65becfb470e
Fix broken downburst unit tests

These were passing because we were calling Mock.assert_called_once(),
which never existed. In new versions of mock, that is an error -
exposing those tests which were not doing their job.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/test/test_provision.py