aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-07-19 10:33:04 +0100
committerEmma Foley <emma.l.foley@intel.com>2018-07-24 12:10:52 +0000
commit5aeed4b39a13188973ea8c4569e3139be0833b7a (patch)
tree9fb5a65cbc27a1f8fe43d1163e6454a45a95e662 /yardstick/common
parentf6fa0d7422f0669d049dbf07a51eb39b1dc25830 (diff)
Fix typo in classname AclUknownActionTemplate
AclUknownActionTemplate -> AclUnknownActionTemplate JIRA: YARDSTICK-1334 Change-Id: I796e080078c657c5e0e59144d24ec797e244a8f7 Signed-off-by: Emma Foley <emma.l.foley@intel.com>
Diffstat (limited to 'yardstick/common')
-rw-r--r--yardstick/common/exceptions.py2
1 files changed, 1 insertions, 1 deletions
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'