]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test: Explicitly use tempfile delete= feature instead of os.unlink()
authorDavid Zafman <dzafman@redhat.com>
Mon, 13 Jun 2016 22:59:55 +0000 (15:59 -0700)
committerDavid Zafman <dzafman@redhat.com>
Mon, 13 Jun 2016 22:59:55 +0000 (15:59 -0700)
commit431871eae84b10817ce1d38dba5edb1dfdc5868c
treefec54e5f36f8fd9b56a7c20adcd8db392ec95458
parent082f918a99807af297f75b7eb0fda627e24725f1
test: Explicitly use tempfile delete= feature instead of os.unlink()

The warning messages are caused by new delete= tempfile feature
trying to unlink a file after test has used os.unlink().

Signed-off-by: David Zafman <dzafman@redhat.com>
src/test/ceph_objectstore_tool.py