summaryrefslogtreecommitdiffstats
path: root/test/sanity_run_vpp.py
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2018-11-08 11:49:04 +0100
committerDamjan Marion <dmarion@me.com>2018-11-08 12:16:31 +0000
commit03a3e76ff8859cff7ce9f3ae2f3030a1f90aeeb6 (patch)
tree18f064401eb285a596886599e3cf6bd04f6f4c15 /test/sanity_run_vpp.py
parentf37c3ba9379c77805b40506dd72b3bc9eb1e8d08 (diff)
make test: rename dummy test name
Change-Id: I5727b08bdc8bdaaf83a9f08d171d76bd6f67564e Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/sanity_run_vpp.py')
-rw-r--r--test/sanity_run_vpp.py2
1 files changed, 1 insertions, 1 deletions
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__':