Oops, Host.Match() had a dependency on dictionary ordering.

We have to return True only if *all* the entries match, not if only one
entry matches.  But the bug would only show up if a key=True query showed up
*before* a key=value item in kwargs, the occurrence of which which is
semi-random.

Change-Id: I6d653560d798a0d8e83b7abb66fc5864d2672409
2 files changed