From 5aeed4b39a13188973ea8c4569e3139be0833b7a Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 19 Jul 2018 10:33:04 +0100 Subject: Fix typo in classname AclUknownActionTemplate AclUknownActionTemplate -> AclUnknownActionTemplate JIRA: YARDSTICK-1334 Change-Id: I796e080078c657c5e0e59144d24ec797e244a8f7 Signed-off-by: Emma Foley --- yardstick/common/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yardstick/common') diff --git a/yardstick/common/exceptions.py b/yardstick/common/exceptions.py index c25acbaf8..f9bd761ed 100644 --- a/yardstick/common/exceptions.py +++ b/yardstick/common/exceptions.py @@ -378,5 +378,5 @@ class AclMissingActionArguments(YardstickException): '[action=%(action_name)s parameter=%(action_param)s]') -class AclUknownActionTemplate(YardstickException): +class AclUnknownActionTemplate(YardstickException): message = 'No ACL CLI template found for "%(action_name)s" action' -- cgit 1.2.3-korg