Unsupported "parameter=1" SMP configurations is marked as deprecated,
so drop the related test case.
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <
20240308160148.
3130837-5-zhao1.liu@linux.intel.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
unsupported_params_init(mc, &data);
smp_parse_test(ms, &data, true);
-
- /* Unsupported parameters can be provided with their values as 1 */
- data.config.has_dies = true;
- data.config.dies = 1;
- smp_parse_test(ms, &data, true);
}
object_unref(obj);