2d869f0b45
The following output can bee seen when the test is executed:
test_flush_context (tpm2_tests.SpaceTest) ... \
/usr/lib64/python3.6/unittest/case.py:605: ResourceWarning: \
unclosed file <_io.FileIO name='/dev/tpmrm0' mode='rb+' closefd=True>
An instance of Client does not implicitly close /dev/tpm* handle, once it
gets destroyed. Close the file handle in the class destructor
Client.__del__().
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
settings | ||
test_smoke.sh | ||
test_space.sh | ||
tpm2_tests.py | ||
tpm2.py |