aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@gmail.com>2023-10-12 14:52:52 +0000
committerMark Johnston <markj@FreeBSD.org>2023-10-13 19:31:30 +0000
commitd4a5d4952e6ee7bf2e3786845d859d0ab7a58229 (patch)
treec0659f14434bd2e42645ad7c356e1bfb5d194482 /tests
parent8a30ab5369f71dfea3e82e6830bcb9aa99ee08dc (diff)
downloadsrc-d4a5d4952e6ee7bf2e3786845d859d0ab7a58229.tar.gz
src-d4a5d4952e6ee7bf2e3786845d859d0ab7a58229.zip
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
Diffstat (limited to 'tests')
-rw-r--r--tests/atf_python/sys/net/vnet.py2
1 files changed, 1 insertions, 1 deletions
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()