make test: rename dummy test name 16/15816/2
authorKlement Sekera <ksekera@cisco.com>
Thu, 8 Nov 2018 10:49:04 +0000 (11:49 +0100)
committerDamjan Marion <dmarion@me.com>
Thu, 8 Nov 2018 12:16:31 +0000 (12:16 +0000)
Change-Id: I5727b08bdc8bdaaf83a9f08d171d76bd6f67564e
Signed-off-by: Klement Sekera <ksekera@cisco.com>
test/sanity_run_vpp.py

index 156608c..012b16d 100644 (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__':