diff options
author | Thomas Huth <thuth@redhat.com> | 2017-10-17 13:39:15 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2018-01-22 08:39:05 +0100 |
commit | 7d8b00fa5680152913405d045e861bb918f16017 (patch) | |
tree | 305552d1cc4868290000d8da11c8e5ff112fb9fb /tests/Makefile.include | |
parent | 73a7d31e53e2b34f83b5e138189b9bab1333f3b9 (diff) |
tests/cpu-plug-test: Test CPU hot-plugging on s390x
CPU hot-plugging on s390x is possible with both, "cpu-add"
and "device_add", so test both.
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 092ad5f1c5..851aafe9d1 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -380,6 +380,7 @@ check-qtest-s390x-y += tests/drive_del-test$(EXESUF) check-qtest-s390x-y += tests/virtio-balloon-test$(EXESUF) check-qtest-s390x-y += tests/virtio-console-test$(EXESUF) check-qtest-s390x-y += tests/virtio-serial-test$(EXESUF) +check-qtest-s390x-y += tests/cpu-plug-test$(EXESUF) check-qtest-generic-y += tests/qom-test$(EXESUF) check-qtest-generic-y += tests/test-hmp$(EXESUF) |