From 981472d7f3d52cf54a7c5118066dbd3673dbf6c1 Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Tue, 23 Aug 2016 05:39:21 +0000 Subject: [PATCH] Some typos need to be fixed subunit-trace.py 'information after the stream is proccesed' -----proccesed should be processed dhcp_app.py 'Time to block port that passe the max rate' -----passe should be passes sg_app.py wrong ethernet type -----ethernet should be Ethernet Change-Id: I8c9aee3cc3f9da39c24f7d4139f297ca894c9037 Closes-bug: #1615924 --- dragonflow/controller/sg_app.py | 2 +- tools/subunit-trace.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dragonflow/controller/sg_app.py b/dragonflow/controller/sg_app.py index 4cf6a88d7..42dde2e01 100644 --- a/dragonflow/controller/sg_app.py +++ b/dragonflow/controller/sg_app.py @@ -279,7 +279,7 @@ class SGApp(df_base_app.DFlowApp): # not support yet dl_type_match["eth_type"] = ether.ETH_TYPE_IPV6 else: - LOG.error(_LE("wrong ethernet type")) + LOG.error(_LE("wrong Ethernet type")) for port_match in port_match_list: parameters_merge = dl_type_match.copy() diff --git a/tools/subunit-trace.py b/tools/subunit-trace.py index 8940ca838..d9265a3c1 100755 --- a/tools/subunit-trace.py +++ b/tools/subunit-trace.py @@ -264,7 +264,7 @@ def parse_args(): 'debug information in realtime') parser.add_argument('--fails', '-f', action='store_true', dest='post_fails', help='Print failure debug ' - 'information after the stream is proccesed') + 'information after the stream is proccessed') parser.add_argument('--failonly', action='store_true', dest='failonly', help="Don't print success items", default=(