]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Tests: Don't assert on LOG.warn
authorEric Harney <eharney@redhat.com>
Thu, 25 Feb 2016 17:01:43 +0000 (12:01 -0500)
committerLisaLi <xiaoyan.li@intel.com>
Fri, 26 Feb 2016 04:03:06 +0000 (12:03 +0800)
commitf6306967e693431c62296bcd0000371f34ba9b6a
tree44aa484cdc04294b770af4f8745146d6338bc266
parent68e7ae469d9dc1f907e01ba39e441b61475a232a
Tests: Don't assert on LOG.warn

Lots of code can use LOG.warn, tests wanting to
verify this should do a more robust check to ensure
that specific text is logged or not logged.

Change-Id: Id996ce761d90f1648f1f37c74a33df02d04cf3a3
Closes-bug: #1550102
cinder/tests/unit/volume/drivers/netapp/dataontap/test_block_base.py