- 09 6月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
The initial idea about the avocado.restclient namespace was that eventually users could write scripts using that as an API to interact with avocado-server using Python code. While the idea is still valid, the avocado-server interface is a simple and standards compliant RESTful interface. Thus, users can still easily interact with it without us having to support a formal Python API at this point. In the future, if need arises, we can improve the Python REST client API and promote it to a public namespace. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 06 5月, 2015 1 次提交
-
-
由 Rudá Moura 提交于
Move avocado.plugins to avocado.core.plugins, in conformance to our purpose of keeping things not related to test developers, inside avocado.core, isolated from users. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-
- 27 2月, 2015 1 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 26 11月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Document requirements.txt, split it into 3 files: * requirements.txt - Used to install deps for functionality * tests-requirements.txt - Used to install deps to test avocado * travis-requirements.txt - Used exclusively for Travis CI jobs Also, clean up and simplify Travis install job section. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 24 11月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
That's necessary for our upcoming HTML results plugin. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 19 11月, 2014 1 次提交
-
-
由 Lukáš Doktor 提交于
This patch wraps LZMA archive in order to work with python 2.7 tarfile. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 21 5月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Signed-off-by: NRuda Moura <rmoura@redhat.com>
-
- 01 5月, 2014 1 次提交
-
-
由 Cleber Rosa 提交于
A command line utility that can read a test journal (when the test is run using '--journal' (and thus the journal plugin), and can send all the test activities recorded to a central Avocado Server. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 16 4月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Create the .travis.yml file, along with nose config file and pip requirements file. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-