aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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()