From 2120e4d3e745a5528e4b03da23e6649962c9be2d Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 19 Oct 2017 10:47:47 -0700 Subject: [PATCH] test/lvol: fix typo in log message Change-Id: I467f1b41b7f412bbc906e58da5c7db0c9b527beb Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/383142 Tested-by: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Tomasz Zawadzki --- test/lvol/rpc_commands_lib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lvol/rpc_commands_lib.py b/test/lvol/rpc_commands_lib.py index fe2f1a3f4..940692a1e 100644 --- a/test/lvol/rpc_commands_lib.py +++ b/test/lvol/rpc_commands_lib.py @@ -34,7 +34,7 @@ class Commands_Rpc(object): for i in range(len(json_value)): uuid_json = json_value[i]['name'] if uuid_bdev in [uuid_json]: - print("Info: UUID:{uuid} is found in RPC Commnad: " + print("Info: UUID:{uuid} is found in RPC Command: " "gets_bdevs response".format(uuid=uuid_bdev)) # num_block and block_size have values in bytes num_blocks = json_value[i]['num_blocks'] @@ -66,7 +66,7 @@ class Commands_Rpc(object): print("INFO: base_name:{base_name} is found in RPC " "Command: get_lvol_stores " "response".format(base_name=base_name)) - print("INFO: UUID:{uuid} is found in RPC Commnad: " + print("INFO: UUID:{uuid} is found in RPC Command: " "get_lvol_stores response".format(uuid=uuid)) print("INFO: Cluster size :{cluster_size} is found in RPC " "Commnad: get_lvol_stores "