On 26/06/23 12:01PM, Shivang Upadhyay wrote:
> Signed-off-by: Shivang Upadhyay <[email protected]>
description, as pointed by amit
> <...snip...>
> + # testdtb for power11, which contains string "hello world" in command
> line
> + ASSET_SAMPLE_DTB = Asset(
> +
> ('https://github.com/roz3x/qemu/raw/refs/heads/sample-dtb/output.dtb'),
> + '2dd3330561768fc5c8e4b93aa29bc44c64278d186f1e0f8c584cdf15c3f8cf43')
> +
> def do_test_linux_boot(self, command_line = KERNEL_COMMON_COMMAND_LINE):
> self.require_accelerator("tcg")
> kernel_path = self.ASSET_KERNEL.fetch()
> @@ -104,6 +109,20 @@ def do_test_ppc64_powernv(self, proc):
> # Device detection output driven by udev probing is sometimes cut off
> # from console output, suspect S14silence-console init script.
>
> + def test_ppc64_powernv_external_dtb(self):
> + self.set_machine('powernv11')
> + self.require_accelerator("tcg")
> +
> + kernel_path = self.ASSET_KERNEL.fetch()
> + sample_dtb_path = self.ASSET_SAMPLE_DTB.fetch()
update the dtb also when you post v2, this dtb is of power10, works, but
better to have power11's dtb here
Thanks,
- Aditya G