unified underscore/dash issue

This commit is contained in:
Sandy Walsh
2011-05-09 12:57:56 -07:00
parent b1aa6e3c71
commit f25040fe82
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ class FlavorFilter(HostFilter):
# 'host_memory_total': 8244539392,
# 'host_memory_overhead': 184225792,
# 'host_memory_free': 3868327936,
# 'host_memory_free-computed': 3840843776},
# 'host_memory_free_computed': 3840843776},
# 'host_other-config': {},
# 'host_ip_address': '192.168.1.109',
# 'host_cpu_info': {},

View File

@@ -714,4 +714,4 @@ class HostStateTestCase(test.TestCase):
self.assertEquals(stats['host_memory_total'], 10)
self.assertEquals(stats['host_memory_overhead'], 20)
self.assertEquals(stats['host_memory_free'], 30)
self.assertEquals(stats['host_memory_free-computed'], 40)
self.assertEquals(stats['host_memory_free_computed'], 40)