1. 08 3月, 2019 2 次提交
    • C
      Drop Python 2 · a90c24c6
      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>
      a90c24c6
    • C
      README: add build and quality badges · d754e6d4
      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>
      d754e6d4
  2. 20 2月, 2019 3 次提交
  3. 14 2月, 2019 1 次提交
  4. 06 6月, 2018 1 次提交
  5. 13 2月, 2018 1 次提交
  6. 09 1月, 2018 3 次提交
  7. 18 12月, 2017 1 次提交
  8. 19 11月, 2017 1 次提交
    • C
      optional_plugins: introduce a PICT based varianter · a753b782
      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>
      a753b782
  9. 12 6月, 2017 2 次提交
  10. 13 5月, 2017 2 次提交
    • C
      Human interface: do not show tests execution time · 2c5b18a3
      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>
      2c5b18a3
    • C
      Human Interface: show job execution time · 9b307c7c
      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>
      9b307c7c
  11. 28 3月, 2017 2 次提交
  12. 30 9月, 2016 1 次提交
  13. 25 4月, 2016 1 次提交
  14. 27 11月, 2015 1 次提交
  15. 04 9月, 2014 1 次提交
    • A
      README.rst: general misc improvements · 79ca9099
      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
      79ca9099
  16. 24 4月, 2014 1 次提交
  17. 14 3月, 2014 1 次提交
  18. 06 3月, 2014 1 次提交