Skip to content

Commit 78b027d

Browse files
dianpopaluminitavoicu
authored andcommitted
[CI]: rename uffd logging handle
Signed-off-by: Diana Popa <[email protected]>
1 parent f40110b commit 78b027d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration_tests/functional/test_uffd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_valid_handler(bin_cloner_path,
165165
166166
@type: functional
167167
"""
168-
logger = logging.getLogger("uffd_unbinded_socket")
168+
logger = logging.getLogger("uffd_valid_handler")
169169

170170
logger.info("Create snapshot")
171171
snapshot = create_snapshot(bin_cloner_path)
@@ -218,7 +218,7 @@ def test_malicious_handler(bin_cloner_path,
218218
219219
@type: negative
220220
"""
221-
logger = logging.getLogger("uffd_unbinded_socket")
221+
logger = logging.getLogger("uffd_malicious_handler")
222222

223223
logger.info("Create snapshot")
224224
snapshot = create_snapshot(bin_cloner_path)

0 commit comments

Comments
 (0)