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:
committed by
Mark Johnston
parent
8a30ab5369
commit
d4a5d4952e
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user