fix warning in example_test.py
Signed-off-by: Karolina Rogowska <karolina.rogowska@intel.com>
This commit is contained in:
parent
a70a862c6d
commit
a9f33691ab
@ -16,7 +16,10 @@ from test_utils.size import Size, Unit
|
|||||||
|
|
||||||
|
|
||||||
def setup_module():
|
def setup_module():
|
||||||
TestRun.LOGGER.warning("Entering setup method")
|
"""
|
||||||
|
Function called by python
|
||||||
|
"""
|
||||||
|
TestRun.LOGGER.info("Entering setup method")
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.optane, DiskType.nand]))
|
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.optane, DiskType.nand]))
|
||||||
|
Loading…
Reference in New Issue
Block a user