avocado/ppc_405.py: remove test_ppc_taihu()
commitd08b9b76580662e1064ece0b07b1c438fb6f571d
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 14 Mar 2022 14:57:17 +0000 (14 15:57 +0100)
committerCédric Le Goater <clg@kaod.org>
Mon, 14 Mar 2022 14:57:17 +0000 (14 15:57 +0100)
tree75c6443e9ffbeca5841dd5f6b9730a3461c7ca38
parentff110c18bf22b746b8a30c295a64f8f1045d0397
avocado/ppc_405.py: remove test_ppc_taihu()

Running this test gives us a deprecation warning telling that this
machine type is no longer supported:

Output: qemu-system-ppc: Machine type 'taihu' is deprecated:
incomplete, use 'ref405ep' instead

Moreover, this test fails to pass running in an IBM POWER host when
building QEMU with --disable-tcg.

Since the machine type is already being considered deprecated let's not
bother fixing the test with --disable-tcg. Remove test_ppc_taihu().

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20220310183011.110391-4-danielhb413@gmail.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
tests/avocado/ppc_405.py