tests/qtest/ide-test: Remove bad retry_isa test
commit546f292d63d6a0cfd1a5121fbd23059047d31191
authorThomas Huth <thuth@redhat.com>
Fri, 21 Jan 2022 12:06:35 +0000 (21 13:06 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 21 Feb 2022 09:13:23 +0000 (21 10:13 +0100)
tree4587976ddd8fbda29551b1d5eae7e920d99c34ab
parentd24d1ad3c4681d4aa2c606374734ea8d89d7ef4d
tests/qtest/ide-test: Remove bad retry_isa test

The retry_isa test is not doing what it was intended for: The
test_retry_flush() function ignores the machine parameter completely
and thus this test does not get run with the "isapc" machine.
Moreover, in the course of time, the test_retry_flush() has been
changed to depend on PCI-related functions, so this also cannot
be fixed by simply using the machine parameter now. The correct
fix would be to switch the whole test to libqos, but until someone
has time to do this, let's simply drop the retry_isa test for now.

Message-Id: <20220121120635.220644-1-thuth@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/ide-test.c