Fix test_host_name_is_same_as_server_name

Some images will add postfix for the hostname, e.g.,
if hostname is "aaa", postfix ".novalocal" may be added
to it, and the hostname will be "aaa.novalocal" then, so
we should ignore the postfix when checking whether hostname
equals self.name.

Change-Id: Ie3d603875c029ca705ee58e0f4e9d11950f509aa
Closes-Bug: #1755398
1 file changed