sw test tool: Fix typo

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Claudio Pisa
2015-04-29 14:15:03 +02:00
committed by FUJITA Tomonori
parent 2639d7c240
commit 3c68b43e1a

View File

@@ -749,7 +749,7 @@ class OfTester(app_manager.RyuApp):
if after_tester_send == before_tester_send:
log_msg = 'no change in tx_packets on tester.'
elif after_target_receive == before_target_receive:
log_msg = 'no change in rx_packtes on target.'
log_msg = 'no change in rx_packets on target.'
elif test_type == KEY_EGRESS:
if after_target_send == before_target_send:
log_msg = 'no change in tx_packets on target.'