aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-07-25 06:58:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-07-25 06:58:18 +0000
commit305b69cc6b840ced701a09bca0435937dcb42723 (patch)
treee4c335e826a7bd19c233bd0986176701fdadc4ec /yardstick/common
parent0f3a2ec6d0f6af4de19878ead2330514b51afaf0 (diff)
parent5aeed4b39a13188973ea8c4569e3139be0833b7a (diff)
Merge "Fix typo in classname AclUknownActionTemplate"
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 56b11b7aa..a559ab4bc 100644
--- a/yardstick/common/exceptions.py
+++ b/yardstick/common/exceptions.py
@@ -402,5 +402,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'