hyperv: Sync generator output between python versions

Yet another dependency on dict() hash ordering

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2018-03-19 15:32:34 -04:00
parent eb2392fff4
commit a5d85adb78

View File

@ -271,7 +271,7 @@ class WmiClass:
# isolate those that are common for all and keep track of their postions
pos = 0
for key in property_info:
for key in sorted(property_info):
info = property_info[key]
# exists in all class versions
if info[1] == num_classes: