From: Klement Sekera Date: Thu, 8 Nov 2018 10:49:04 +0000 (+0100) Subject: make test: rename dummy test name X-Git-Tag: v19.04-rc0~431 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=03a3e76ff8859cff7ce9f3ae2f3030a1f90aeeb6 make test: rename dummy test name Change-Id: I5727b08bdc8bdaaf83a9f08d171d76bd6f67564e Signed-off-by: Klement Sekera --- 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__':