diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 4a3c020b83..dc61170fbf 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -6009,35 +6009,20 @@ for copying on the target such as small files written in C for compilation. - qemu: - Provides access to the - QemuRunner object, - which is the class that boots the image. - The qemu attribute - provides the following useful attributes: + target: + The target controller object used to deploy + and start an image on a particular target + (e.g. QemuTarget, SimpleRemote, and + GummibootTarget). + Tests usually use the following: ip: - The machine's IP address. + The target's IP address. - host_ip: - The host IP address, which is only - used by smart tests. - - - target: - The SSHControl object, - which is used for running the following - commands on the image: - - host: - Used internally. - The tests do not use this command. - - timeout: - A global timeout for commands run on - the target for the instance of a - test. - The default is 300 seconds. + server_ip: + The host's IP address, which is + usually used by the "smart" test + suite. run(cmd, timeout=None): The single, most used method.