diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2023-10-12 14:52:52 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2023-10-13 19:31:30 +0000 |
| commit | d4a5d4952e6ee7bf2e3786845d859d0ab7a58229 (patch) | |
| tree | c0659f14434bd2e42645ad7c356e1bfb5d194482 /tests/atf_python | |
| parent | 8a30ab5369f71dfea3e82e6830bcb9aa99ee08dc (diff) | |
Diffstat (limited to 'tests/atf_python')
| -rw-r--r-- | tests/atf_python/sys/net/vnet.py | 2 |
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() |
