balena-os / leviathan

A distributed hardware testing framework
https://balena-os.github.io/leviathan
Apache License 2.0
23 stars 6 forks source link

quickstart-qemu.md: non matched device type #1036

Closed perezmeyer closed 1 year ago

perezmeyer commented 1 year ago

The example config uses deviceType: 'genericx86-64-ext' while later on the text says "Here, we are assuming that the device under test (DUT) is a raspberrypi3."

vipulgupta2048 commented 1 year ago

Thanks for reporting this, I understand the confusion. This is not present in the latest docs committed to master: https://github.com/balena-os/leviathan/blob/master/documentation/quickstart-qemu.md

This line and more improvements were made in recent changes which didn't get published on our online docs here: https://balena-os.github.io/leviathan

I will investigate and update when the latest docs have been published

perezmeyer commented 1 year ago

Closed with https://github.com/balena-os/leviathan/pull/1039