git: d4a5d4952e6e - main - atf_python: Standardize custom sections
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Oct 2023 19:31:40 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=d4a5d4952e6ee7bf2e3786845d859d0ab7a58229
commit d4a5d4952e6ee7bf2e3786845d859d0ab7a58229
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-10-12 14:52:52 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-10-13 19:31:30 +0000
atf_python: Standardize custom sections
To be replaced with pytest's section/add_report_section.
Reviewed by: markj
MFC after: 1 week
Pull Request: https://github.com/freebsd/freebsd-src/pull/865
---
tests/atf_python/sys/net/vnet.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/atf_python/sys/net/vnet.py b/tests/atf_python/sys/net/vnet.py
index b591501856b9..67fe15fff69c 100644
--- a/tests/atf_python/sys/net/vnet.py
+++ b/tests/atf_python/sys/net/vnet.py
@@ -489,7 +489,7 @@ class VnetTestTemplate(BaseTest):
# pytest test id: file::class::test_name
topology_id = get_topology_id(self.test_id)
- print("==== vnet cleanup ===")
+ print("============= vnet cleanup =============")
print("# topology_id: '{}'".format(topology_id))
VnetFactory(topology_id).cleanup()
IfaceFactory().cleanup()