1. 01 4月, 2017 2 次提交
  2. 09 3月, 2017 1 次提交
    • C
      RPM package rename: from avocado to python-avocado · 66d5208b
      Cleber Rosa 提交于
      This is a step towards reducing the delta between Avocado "upstream"
      packages, that is, the packages offered in our own custom repo, and
      packages provided by "dowsntream" distros such as Fedora and (EP)EL.
      
      The package rename is probably the change that could affect users
      the most, so let's try to do this early (sprint-wise).  The proper
      "Provides" and "Obsoletes" tags should, though, make the update
      seamless.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      66d5208b
  3. 07 3月, 2017 1 次提交
  4. 18 2月, 2017 1 次提交
  5. 16 2月, 2017 1 次提交
  6. 15 2月, 2017 1 次提交
  7. 14 2月, 2017 1 次提交
  8. 11 2月, 2017 1 次提交
    • C
      Remote/VM/Docker: make them optional plugins · 9ad1eadd
      Cleber Rosa 提交于
      Our users have pointed out that the basic Avocado test runner, and its
      related packaged form, has too many dependencies.  They're absolutely
      right, and the whole goal of having plugins in Avocado is that
      dependencies can be made optional according to the features required
      by a given user.
      
      This specific change creates three new optional plugins, containing
      the extended test runners: remote, vm and docker.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      9ad1eadd
  9. 06 2月, 2017 1 次提交
  10. 03 2月, 2017 1 次提交
  11. 17 1月, 2017 1 次提交
  12. 07 12月, 2016 1 次提交
  13. 08 11月, 2016 2 次提交
  14. 27 10月, 2016 1 次提交
  15. 11 10月, 2016 1 次提交
  16. 27 9月, 2016 1 次提交
    • C
      avocado.spec: enable checks on EL6 · 3587d089
      Cleber Rosa 提交于
      We have been running the selftests during the build of the Fedora
      packages, but have skipped that on EL6 (and EL7).  The reason is that
      there were a few packages missing from EPEL.
      
      They're now present on the EPEL 6 repos so let's enable checks while
      building EL6 packages.
      
      Some functional tests are failing on EL7, and fixing those and
      enabling checks for EL7 packages will be the scope of further work.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      3587d089
  17. 13 9月, 2016 1 次提交
  18. 07 9月, 2016 1 次提交
    • C
      HTML Result: host it in a directory outside the avocado package · a480d731
      Cleber Rosa 提交于
      This step makes the HTML result a proper Python plugin, by living
      outside the Avocado package namespace.
      
      The RPM package is also adjusted: it now builds ands install both
      Avocado and the HTML result plugin while keeping the two separate
      installable packages.
      
      Developers can use the usual `make link` and `make clean` to enable
      and disable all plugins (including this one).
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      a480d731
  19. 16 8月, 2016 1 次提交
  20. 12 8月, 2016 1 次提交
    • L
      avocado.spec: Add build dependency for TAP parser · ecbd1ab1
      Lukáš Doktor 提交于
      The TAP test requires the perl-Test-Harness package, let's add it to the
      build dependencies. It fails silently, but there is a message just when
      the selftests are executed:
      
          + selftests/run
          Can't locate TAP/Parser.pm in @inc (you may need to install the
          TAP::Parser module) (@inc contains: /usr/local/lib64/perl5
          /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
          /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
          -e line 1.
          BEGIN failed--compilation aborted at -e line 1.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      ecbd1ab1
  21. 02 8月, 2016 1 次提交
  22. 26 7月, 2016 1 次提交
  23. 05 7月, 2016 1 次提交
  24. 14 6月, 2016 2 次提交
  25. 05 5月, 2016 1 次提交
  26. 27 4月, 2016 3 次提交
  27. 26 4月, 2016 1 次提交
  28. 19 4月, 2016 1 次提交
  29. 22 3月, 2016 1 次提交
  30. 21 3月, 2016 1 次提交
  31. 17 2月, 2016 3 次提交
  32. 15 2月, 2016 1 次提交
  33. 20 1月, 2016 1 次提交