tests/qtest/migration-test: Disable the analyze-migration.py test on s390x
commit04131e00097c5b85f96af6a66b1c009446c90ec1
authorThomas Huth <thuth@redhat.com>
Wed, 18 Oct 2023 09:12:39 +0000 (18 11:12 +0200)
committerJuan Quintela <quintela@redhat.com>
Fri, 20 Oct 2023 06:51:41 +0000 (20 08:51 +0200)
tree2c9e1b177ddecfb7cdc741c1b2a84a48fb2dc67c
parent0d239e513e0117e66fa739fb71a43b9383a108ff
tests/qtest/migration-test: Disable the analyze-migration.py test on s390x

The analyze-migration.py script fails on s390x hosts:

 Traceback (most recent call last):
   File "scripts/analyze-migration.py", line 662, in <module>
     dump.read(dump_memory = args.memory)
   File "scripts/analyze-migration.py", line 596, in read
     classdesc = self.section_classes[section_key]
 KeyError: ('s390-storage_attributes', 0)

It obviously never has been adapted to s390x yet, so until this
has been done, disable this test on s390x.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231018091239.164452-1-thuth@redhat.com>
tests/qtest/migration-test.c