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
This commit is contained in:
Jose Luis Duran
2023-10-12 14:52:52 +00:00
committed by Mark Johnston
parent 8a30ab5369
commit d4a5d4952e
+1 -1
View File
@@ -489,7 +489,7 @@ def cleanup(self, test_id: str):
# 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()