- 08 3月, 2019 2 次提交
-
-
由 Cleber Rosa 提交于
And the compatiblity helper six. With Python 2 gone, a number of package changes are also introduced, so that the packages are always named python3-<suffix>. Also, because it would be confusing not having an "avocado" script, and to conform with the system wide change introduced by distros that now offer Python 3 by default, the scripts are no longer called avocado-3 (or avocado-3.x), but simply "avocado". Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Besides Copr, which provides a build status badge, let's also (proudly) display the ratings and issues that lgtm gives us. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 20 2月, 2019 3 次提交
-
-
由 Cleber Rosa 提交于
Those are the packages for the latest releases, so there are more packages than previously listed. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Those are the packages for the previous LTS (52.0) version, so the number of plugins are somewhat limited. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
There are more plugins on pip than the ones we're listing. Let's update the list of the currently available plugins. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 14 2月, 2019 1 次提交
-
-
由 Cleber Rosa 提交于
Let's publicize the COPR repo, both how to use it and the build status, on our docs. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 06 6月, 2018 1 次提交
-
-
由 Cleber Rosa 提交于
Avocado is frequently used with Avocado-VT, so let's make it easier for users to jump to Avocado-VT's documentation for a smoothier installation experience. This is based on real feedback from a long time user, after wasting time attempting to find Avocado-VT references. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 13 2月, 2018 1 次提交
-
-
由 Cleber Rosa 提交于
HTTPS has been enabled on the avocado-project.org server, so let's use it by default on docs and when downloading images from it. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 09 1月, 2018 3 次提交
-
-
由 Cleber Rosa 提交于
Because only package based installs (such as RPM) will probably build and install them. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
And move that information to the documentation directory, where people will probably look for instructions if they feel like building the docs. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Which is also supposed to be the most universal installation method: pip based installs in the user's own directories. Then, give information on virtual environment based installations. The README file was missing the section on pip based installs, so let's add it there. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 18 12月, 2017 1 次提交
-
-
由 Cleber Rosa 提交于
We've got a new server, and the RPM repo is already there. Let's use that new server in the documentation. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 19 11月, 2017 1 次提交
-
-
由 Cleber Rosa 提交于
PICT is a free software (MIT licensed) tool that implements combinatorial testing. Information about it can be found here: https://github.com/Microsoft/pict/ This is a very simple, but functional varianter implementation. It performs the basic tasks of creating variants and making parameters accessible to tests. To test this version, it's recommended to download PICT, build it (it only takes a C compiler such as GCC or clang and make) and put it in a location included in your PATH (or use `--pict-binary`). To list the variants generated with the default order (2, that is, do a pairwise idenpendent combinatorial testing): $ avocado variants --pict-parameter-file=examples/params.pict Pict Variants (11): Variant amd-scsi-rtl8139-windows-rhel6-acff: /run ... Variant amd-ide-e1000-linux-rhel6-eb43: /run To list the variants generated with a 3-way combination: $ avocado variants --pict-parameter-file=examples/params.pict \ --pict-order-of-combinations=3 Pict Variants (28): Variant intel-ide-virtio-windows-rhel7-aea5: /run ... Variant intel-scsi-e1000-linux-rhel7-9f61: /run It's also possible to run tests with variants generated by the same command line switches. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 12 6月, 2017 2 次提交
-
-
由 Cleber Rosa 提交于
Let's use the latest version of the LTS RFC, from the docs themselves. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
New optional plugins are now available, and some in RPM package format. Let's include them where plugin RPM packages are listed. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 13 5月, 2017 2 次提交
-
-
由 Cleber Rosa 提交于
This is a UI tweak, as suggested during review, to remove the tests time. It's kept separately, because it can be easily dropped if any reason to keep it arises. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
A long standing task is to show the job execution time, instead of the sum of tests execution time. After some major work, this is now possible. This change adds the job execution time to the human interface UI, in addition to the test execution time. Some users may prefer the job execution time alone, while others may prefer all the time statistics on a single line. Since we cannot please everyone, this version just adds it. I believe UI tweaks can follow. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 28 3月, 2017 2 次提交
-
-
由 Cleber Rosa 提交于
This updates the mentions of the Avocado packages to new package names. Also, it tries to bring a more focused content to the README file, that is, something more brief and direct, while using the updated package names. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
The current README talks about a vision for Avocado. This made sense a while ago, but right now, it's better to describe what Avocado currently is. The project vision can be seen from our planning boards. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 30 9月, 2016 1 次提交
-
-
由 Alex Bennée 提交于
Before you can run the script straight out of the run tree you need to run a make develop step so let's make it clear. Signed-off-by: NAlex Bennée <alex.bennee@linaro.org>
-
- 25 4月, 2016 1 次提交
-
-
由 Cleber Rosa 提交于
The slides links are broken. Let's remove them, and eventually re-add them when they are put back in place. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 27 11月, 2015 1 次提交
-
-
由 Lukáš Doktor 提交于
The repository for Fedora/RHEL has changed. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 04 9月, 2014 1 次提交
-
-
由 Ademar de Souza Reis Jr 提交于
- Updating the introduction with some more details - Adding a link to our master slides on google drive - Adding a note about copr on Fedora - Adding a note about the man page - Misc cosmetic changes
-
- 24 4月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Also, add instructions to build the docs for offline viewing. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 14 3月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 06 3月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-