- 18 12月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 08 10月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
In order for the process to not get lost and help newer maintainers, here's a writeup with the steps to keep in mind when releasing avocado. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 01 10月, 2015 1 次提交
-
-
由 Lukáš Doktor 提交于
Currently we can only specify the loader plugins order via settings. This patch adds "--loaders" argument and improves the granularity. Now it's possible to set either @plugin_name, or TEST_TYPE, where TEST_TYPE is the mapped name of the plugin (eg. SIMPLE, VT, ...) There is one special name "DEFAULT", which injects all unspecified loaders in the position of the "DEFAULT" keyword. When "DEFAULT" is not specified, not-listed plugins/test_types are not evaluated. (therefor it's possible to restrict some test loaders or only some test types). As the usecase changed slightly, the settings option was renamed from plugins.loader_plugins_priority to plugins.loaders. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 24 6月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
Avocado currently has 3 very distinct namespaces boundaries: test API, utils, and core. Let's create 3 separate sections so that users know which one(s) they could use for a given task. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 23 6月, 2015 4 次提交
-
-
由 Cleber Rosa 提交于
As listing plugins is already mentioned in other sections, and documentation on writing a plugin is probably the last thing a regular user would look for. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Into a new section named "Running Tests Remotely". Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Including groupping together the "human" results and then "machine" result formats in another subsection. Changes from v1: * Wording suggestion: "on how to write a plugin" instead of "on how to write plugin" Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
We don't want users to care if some core feature is implemented as a plugin. The important piece of information here is that Avocado allows for its result to be written in different formats. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 10 6月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
As this pretty much documents how Avocado saves the results, it's pretty much a reference document. The location of the job logs is pretty clear in the Getting Started section when the user runs their first tests, and it's pretty obvious even for 1st time users not even reading the documentation. If users want to understand more about it, or customize the location, the Reference Guide is indeed the place to go. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 09 6月, 2015 3 次提交
-
-
由 Cleber Rosa 提交于
This includes moving the reference text and diagram on test order resolution to the Reference Guide. Since this also included information on what are simple and instrumented tests, let's merge and reuse that. Also, let's rename "Simple example" to "Basic example" so that it does not confuse users with the concept of a Simple Test, since this example is actually an Instrumented Test. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
This commit tries to reduce the learning curve for a new Avocado user. * The sections were broken down with new levels * Reduce text by using links if users want more information on a topic * Introduced a Reference Guide, where these more detailed and often design/internals about Avocado will be documented. * Default the usage examples assuming an installation based on packages * A lot of wording changes, always intending to make it simpler Changes from v1: * Wording changes suggested by Lucas. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Sure, sphix gave us a hand with the generation of the index file to point us to the right direction. But, by now, we don't have to keep that old tip. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 11 12月, 2014 3 次提交
-
-
由 Lukáš Doktor 提交于
This module should contain useful tools for avocado debugging and currently contains simple decorator which prints execution duration of decorated functions and accumulated duration. This is very easy to use and helpful to compare different versions. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Since the 'config' plugin supersedes functionality in the 'datadir' plugin, let's remove it from avocado. Update the configuration accordingly. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Add a section that explains how the avocado config system works. Signed-off-by: NLucas Meneghel Rodrigues <lmr@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>
-
- 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>
-
- 17 9月, 2014 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
It was something that we forgot to do back when the feature was implemented. This basic guide should be enough to understand and use the feature. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
It should go last in the list of topics, preceding only the API docs. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 10 9月, 2014 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 09 9月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Give pointers on how to contribute to the project. Links to Mailing lists, pointers to the IRC channel and a brief explanation of the development model. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 23 8月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Also, remove the references to the old system. Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 14 6月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
That explains the dir structure for avocado test results. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 15 5月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 26 4月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 25 4月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
To complement the xunit output plugin mode made by Ruda. CC: Ruda Moura <rmoura@redhat.com> Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 18 4月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 04 4月, 2014 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Now that we have Ubuntu PPAs and Fedora COPRs, we can show people the easy way to test avocado. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 03 4月, 2014 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
-
由 Lucas Meneghel Rodrigues 提交于
-
- 06 3月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-