diff options
author | Yusuke Iwase <iwase.yusuke0@gmail.com> | 2014-10-16 09:23:10 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-10-16 10:59:30 +0900 |
commit | ab9f00c1b0ab0ed0753779286f0cf3c797dbb229 (patch) | |
tree | 4e341371bac1eba355f157e0819a28deeb2b1aab | |
parent | b94c28808352f885939cbc8d31b5ef73874f92d0 (diff) |
sw test tool: Fix typos
Reported by Ian Y. Choi on ryu-devel.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/tests/switch/tester.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py index 82120f8f..02a1de10 100644 --- a/ryu/tests/switch/tester.py +++ b/ryu/tests/switch/tester.py @@ -211,8 +211,8 @@ MSG = {STATE_INIT_FLOW: {TIMEOUT: 'Failed to request table stats: request timeout.', RCV_ERR: 'Failed to request table stats: %(err_msg)s'}, STATE_SEND_BARRIER: - {TIMEOUT: 'Faild to send packet: barrier request timeout.', - RCV_ERR: 'Faild to send packet: %(err_msg)s'}, + {TIMEOUT: 'Failed to send packet: barrier request timeout.', + RCV_ERR: 'Failed to send packet: %(err_msg)s'}, STATE_FLOW_UNMATCH_CHK: {FAILURE: 'Table-miss error: increment in matched_count.', ERROR: 'Table-miss error: no change in lookup_count.', |