Fix typo in sanity test description

Change-Id: Icd575b8ed62c340c57857ff6576f65557434f3e0
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
This commit is contained in:
juraj.linkes
2018-11-28 14:30:34 +01:00
committed by Ole Trøan
parent 4c422f9a3c
commit 185e6490ee

View File

@ -8,7 +8,7 @@ from framework import VppTestCase, KeepAliveReporter
class SanityTestCase(VppTestCase):
""" Sanity test case - verify thether VPP is able to start """
""" Sanity test case - verify whether VPP is able to start """
pass
if __name__ == '__main__':