- 11 12月, 2014 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
As discussed in the Trello card https://trello.com/c/WsDMg7RP/161-initial-support-for-avocado-config-files-server-and-client Move settings.ini to avocado.conf. The basic idea is that the name is more intuitive. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Rudá Moura 提交于
Due the concept of "drop-in" tests didn't match the actual purpose of running any script or binary as a test in Avocado, we're going to use the term "simple test" (defined in SimpleTest class) to contrast with "native test", which are Python modules that uses Avocado's API. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 09 12月, 2014 1 次提交
-
-
由 Lukáš Doktor 提交于
This patch adds support for multiple yaml files by merging the values together. Merge overrides the nodes value and appends missing children iteratively. It's deterministic AND order dependant (yaml1 yaml2 migh not provide the same results as yaml2 yaml1!). Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 27 11月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Add documentation manual page part for the command line feature `--wrapper`. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 25 11月, 2014 2 次提交
-
-
由 Cleber Rosa 提交于
Developers using Avocado's GDB support may also need to use their custom build of gdbserver. This implements the same logic and options as the previous commit does for the GDB binary, including API level changes. Changes from v1: * use `avocado.utils.process.find_command` as the first default location for the gdbserver binary, falling back to the hard coded default of `/usr/bin/gdbserver` if that fails. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Developers using Avocado's GDB support may need to use their custom build of GDB, or simply their system has GDB at a different location. So, allow users to optionally specify the path to the GDB binary. Also, allow GDB API users to pass extra options to GDB via the command line. Changes from v1: * use `avocado.utils.process.find_command` as the first default location for the gdb binary, falling back to the hard coded default of `/usr/bin/gdb` if that fails. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 24 11月, 2014 1 次提交
-
-
由 Cleber Rosa 提交于
This feature allows custom GDB commands to be executed before the actual binary is run. What it can do then, is only limited by the user's goals. This is intended to allow complex applications, such as QEMU, to be debugged inside Avocado tests. Configuring GDB for QEMU, for example, involves passing signals to the application that would otherwise result in an event that would stop the debugger. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 06 11月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Introduce the documentation regarding the new remote plugin. Include information about using the remote plugin in the manual page. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 08 10月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Update the manual page of avocado to match the current status of the multiplexer, regarding command line options for global filters. Fix information on command line option -c | --content. It's about variables. Plus: cosmetic fixes around. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 06 10月, 2014 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 04 10月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 02 10月, 2014 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 29 9月, 2014 1 次提交
-
-
由 Cleber Rosa 提交于
And not the (original) author of the man page. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 10 9月, 2014 1 次提交
-
-
由 Cleber Rosa 提交于
Such as the ability to run any number of applications inside the debugger transparently. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 03 9月, 2014 1 次提交
-
-
由 Cleber Rosa 提交于
This syncs the manpage with the latest changes of command line options and plugins (for example, the new multiplex). Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 29 8月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Update documentation regarding the last update on argument parsing. Like option --silent goes to run subcommand and there's no need to quote for multiples test names. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 20 8月, 2014 1 次提交
-
-
由 Cleber Rosa 提交于
This page is intended as a basic offline aid for new users of avocado. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-