OSDN Git Service

tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan
authorThomas Huth <thuth@redhat.com>
Mon, 22 Aug 2022 16:56:07 +0000 (17:56 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 24 Aug 2022 09:14:49 +0000 (10:14 +0100)
commit00269477c2184393d23865a089a3d71b03ef3d17
tree493d1f9e4503639bac8a086d4b63cde91cc554d0
parent41adc59640b786575ebf002a4ede8169b0a9541e
tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan

test_postcopy() is currently run twice - which is just a waste of resources
and time. The commit d1a27b169b2d that introduced the duplicate talked about
renaming the "postcopy/unix" test, but apparently it forgot to remove the
old entry. Let's do that now.

Fixes: d1a27b169b ("tests: Add postcopy tls migration test")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220819053802.296584-5-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <20220822165608.2980552-6-alex.bennee@linaro.org>
tests/qtest/migration-test.c