From 21da2dbb78fde8c86b8497c6768b490f43675c99 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 8 Apr 2014 10:20:08 -0700 Subject: dev-manual: Updates to the "target" class attribute Fixes [YOCTO #5554] In the "Class Attributes" section I updated several items. (From yocto-docs rev: 8f97671319c4751885e5ec89423a061dd45c6684) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 37 +++++++--------------- 1 file changed, 11 insertions(+), 26 deletions(-) (limited to 'documentation/dev-manual') 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: - - ip: - The machine'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: + 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: - host: - Used internally. - The tests do not use this command. + ip: + The target's IP address. - 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. -- cgit v1.2.3-54-g00ecf