[Trivial Fix] Correct spelling error of "throughput"

Small modification to correct spelling mistake.

Change-Id: I4aa1c3cbcc7b14c5b0ecf4957d344dd71f8decb2
This commit is contained in:
Nguyen Hai Truong 2018-11-04 17:52:39 -08:00
parent 9f06403d73
commit b842b39180
1 changed files with 2 additions and 2 deletions

View File

@ -2427,7 +2427,7 @@ QOS_POLICY_GROUP_GET_ITER_RESPONSE = etree.XML("""
<results status="passed">
<attributes-list>
<qos-policy-group-info>
<max-throughput>%(max_througput)s</max-throughput>
<max-throughput>%(max_throughput)s</max-throughput>
<num-workloads>1</num-workloads>
<policy-group>%(qos_policy_group_name)s</policy-group>
<vserver>%(vserver)s</vserver>
@ -2437,7 +2437,7 @@ QOS_POLICY_GROUP_GET_ITER_RESPONSE = etree.XML("""
</results>""" % {
'qos_policy_group_name': QOS_POLICY_GROUP_NAME,
'vserver': VSERVER_NAME,
'max_througput': QOS_MAX_THROUGHPUT,
'max_throughput': QOS_MAX_THROUGHPUT,
})
FAKE_VOL_XML = """<volume-info>