summaryrefslogtreecommitdiff
path: root/nova/tests/functional/libvirt/test_numa_servers.py
diff options
context:
space:
mode:
authorRajesh Tailor <ratailor@redhat.com>2022-05-23 16:56:20 +0530
committerRajesh Tailor <ratailor@redhat.com>2022-05-30 17:40:00 +0530
commit2521810e553593f8d02adeef0f089b60bc7f71a6 (patch)
tree92af3276454317225cc544b1c8044442a2c7d966 /nova/tests/functional/libvirt/test_numa_servers.py
parent61b161eeaaed9e228b735f7c6793e7fc5bf1a830 (diff)
downloadnova-2521810e553593f8d02adeef0f089b60bc7f71a6.tar.gz
Fix typos
This change fixes some of the typos in unit tests as well as in nova code-base. Change-Id: I209bbb270baf889fcb2b9a4d1ce0ab4a962d0d0e
Diffstat (limited to 'nova/tests/functional/libvirt/test_numa_servers.py')
-rw-r--r--nova/tests/functional/libvirt/test_numa_servers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/functional/libvirt/test_numa_servers.py b/nova/tests/functional/libvirt/test_numa_servers.py
index fd09a11e20..7f2ddd0992 100644
--- a/nova/tests/functional/libvirt/test_numa_servers.py
+++ b/nova/tests/functional/libvirt/test_numa_servers.py
@@ -731,7 +731,7 @@ class NUMAServersTest(NUMAServersTestBase):
for host, compute_rp_uuid in self.compute_rp_uuids.items():
if host == original_host:
# the host that had the instance should no longer have
- # alocations since the resize has been confirmed
+ # allocations since the resize has been confirmed
expected_usage = {'VCPU': 0, 'PCPU': 0, 'DISK_GB': 0,
'MEMORY_MB': 0}
else: