diff options
author | juraj.linkes <juraj.linkes@pantheon.tech> | 2018-11-28 14:30:34 +0100 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2018-12-11 12:55:41 +0000 |
commit | 185e6490eef10f5e0c5e9d08ad0fd4b976a73c9c (patch) | |
tree | 0e9bb544503286d9088bd89628deb6e4948b7b34 /test | |
parent | 4c422f9a3c9d5a4ecae3f4ef6bee16bb8ce35bb2 (diff) |
Fix typo in sanity test description
Change-Id: Icd575b8ed62c340c57857ff6576f65557434f3e0
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
Diffstat (limited to 'test')
-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 933e3a719fc..d1c29877b9b 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): - """ Sanity test case - verify thether VPP is able to start """ + """ Sanity test case - verify whether VPP is able to start """ pass if __name__ == '__main__': |