make test: rename dummy test name
[vpp.git] / 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__':