make test: rename dummy test name

Change-Id: I5727b08bdc8bdaaf83a9f08d171d76bd6f67564e
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Klement Sekera
2018-11-08 11:49:04 +01:00
committed by Damjan Marion
parent f37c3ba937
commit 03a3e76ff8

View File

@ -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__':