unified underscore/dash issue
This commit is contained in:
@@ -109,7 +109,7 @@ class FlavorFilter(HostFilter):
|
|||||||
# 'host_memory_total': 8244539392,
|
# 'host_memory_total': 8244539392,
|
||||||
# 'host_memory_overhead': 184225792,
|
# 'host_memory_overhead': 184225792,
|
||||||
# 'host_memory_free': 3868327936,
|
# 'host_memory_free': 3868327936,
|
||||||
# 'host_memory_free-computed': 3840843776},
|
# 'host_memory_free_computed': 3840843776},
|
||||||
# 'host_other-config': {},
|
# 'host_other-config': {},
|
||||||
# 'host_ip_address': '192.168.1.109',
|
# 'host_ip_address': '192.168.1.109',
|
||||||
# 'host_cpu_info': {},
|
# 'host_cpu_info': {},
|
||||||
|
|||||||
@@ -714,4 +714,4 @@ class HostStateTestCase(test.TestCase):
|
|||||||
self.assertEquals(stats['host_memory_total'], 10)
|
self.assertEquals(stats['host_memory_total'], 10)
|
||||||
self.assertEquals(stats['host_memory_overhead'], 20)
|
self.assertEquals(stats['host_memory_overhead'], 20)
|
||||||
self.assertEquals(stats['host_memory_free'], 30)
|
self.assertEquals(stats['host_memory_free'], 30)
|
||||||
self.assertEquals(stats['host_memory_free-computed'], 40)
|
self.assertEquals(stats['host_memory_free_computed'], 40)
|
||||||
|
|||||||
Reference in New Issue
Block a user