From 03a3e76ff8859cff7ce9f3ae2f3030a1f90aeeb6 Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Thu, 8 Nov 2018 11:49:04 +0100 Subject: [PATCH] make test: rename dummy test name Change-Id: I5727b08bdc8bdaaf83a9f08d171d76bd6f67564e Signed-off-by: Klement Sekera --- test/sanity_run_vpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sanity_run_vpp.py b/test/sanity_run_vpp.py index 156608c104a..012b16db154 100644 --- a/test/sanity_run_vpp.py +++ b/test/sanity_run_vpp.py @@ -8,7 +8,7 @@ from framework import VppTestCase, KeepAliveReporter class SanityTestCase(VppTestCase): - """ Dummy test case used to check if VPP is able to start """ + """ Sanity test case - verify if VPP is able to start """ pass if __name__ == '__main__': -- 2.16.6