diff options
author | Klement Sekera <ksekera@cisco.com> | 2018-11-08 11:49:04 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-11-08 12:16:31 +0000 |
commit | 03a3e76ff8859cff7ce9f3ae2f3030a1f90aeeb6 (patch) | |
tree | 18f064401eb285a596886599e3cf6bd04f6f4c15 | |
parent | f37c3ba9379c77805b40506dd72b3bc9eb1e8d08 (diff) |
make test: rename dummy test name
Change-Id: I5727b08bdc8bdaaf83a9f08d171d76bd6f67564e
Signed-off-by: Klement Sekera <ksekera@cisco.com>
-rw-r--r-- | test/sanity_run_vpp.py | 2 |
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__': |