tests/qtest/migration-test.c: use 127.0.0.1 instead of 0
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 19 Jul 2021 18:52:17 +0000 (19:52 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 26 Jul 2021 11:17:16 +0000 (12:17 +0100)
commit5e32ffd346429b2e92545c425de96d92e88a7498
tree5f3dd2c5e824b453a6e8cd3e4ae35ba249d835d7
parenta2376507f615495b1d16685449ce0ea78c2caf9d
tests/qtest/migration-test.c: use 127.0.0.1 instead of 0

OpenBSD doesn't like :0 as an address, switch to using 127.0.0.1
in baddest; it's really testing the :0 port number that isn't allowed
on anything.

(The test doesn't currently run anyway because of the userfault
problem that Peter noticed, but this gets us closer to being able to
reenable it)

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20210719185217.122105-1-dgilbert@redhat.com>
Acked-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tests/qtest/migration-test.c