Merge pull request #736 from karolinavelkaja/example_test_fix_for_warning
fix warning in example_test.py
This commit is contained in:
commit
6c3fc4d3c5
@ -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