1. 20 6月, 2019 1 次提交
  2. 15 6月, 2019 1 次提交
    • C
      restclient: drop unmaintained feature · edd0e1f5
      Cleber Rosa 提交于
      Avocado's restclient tool, and also the avocado-server related tool
      avocado-journal-replay, are features that have not received any
      maintenance for a long time.  The reason is because avocado-server
      itself hasn't been maintained.
      
      One of the post 69.0 goals was to make Avocado slimmer, and try to make
      its core features depend on nothing but Python, so let's drop this
      feature for now.  If avocado-server resurrects, it can always be
      brought back from version control.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      edd0e1f5
  3. 28 5月, 2019 1 次提交
  4. 08 3月, 2019 1 次提交
    • 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
  5. 27 2月, 2019 1 次提交
  6. 14 2月, 2019 1 次提交
  7. 07 2月, 2019 1 次提交
  8. 05 2月, 2019 1 次提交
  9. 30 1月, 2019 2 次提交
  10. 18 12月, 2018 2 次提交
  11. 11 12月, 2018 2 次提交
  12. 06 12月, 2018 1 次提交
    • C
      SPEC: add build requirements so that tests for iso9660 gets run · 7ea52856
      Cleber Rosa 提交于
      There are a number of backends and requirements for iso9660 tests
      to run.  Let's add those as build requirements to that as many
      as possible tests and code paths get executed during the checks
      in the RPM build.  With this, two other test cases get executed:
      
      Before:
       - (Python 2): Ran 600 tests in 198.076s OK (skipped=42)
       - (Python 3): Ran 600 tests in 196.489s OK (skipped=45)
      
      After:
       - (Python 2): Ran 600 tests in 180.514s OK (skipped=40)
       - (Python 3): Ran 600 tests in 188.545s OK (skipped=43)
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      7ea52856
  13. 01 12月, 2018 2 次提交
  14. 20 11月, 2018 1 次提交
  15. 03 10月, 2018 1 次提交
  16. 28 8月, 2018 1 次提交
  17. 26 7月, 2018 1 次提交
  18. 24 7月, 2018 1 次提交
  19. 17 7月, 2018 1 次提交
  20. 27 6月, 2018 1 次提交
    • C
      Test Loader: use enums from from Python 3.4 · 5e4c4d16
      Cleber Rosa 提交于
      This change reveleaed a couple of location in the symbolic names where
      not being used, but their special values were being evaluated.  Let's
      avoid using the special (and subtle) meaning of ALL (True) and
      DEFAULT/AVAILABLE (which evaluate to False).
      
      The enum library is part of the standard library, starting from 3.4
      (which is the mininum version we require for Avocado).  On Python 2.7,
      we can rely on the backport package.
      
      This is of course not necessary right now, but I feel that we can
      continue modernizing the code base, and not wait for 2020 and then be
      liberated to use newer constructs and libraries.
      
      Reference: https://trello.com/c/k90E1kdg/1357-loader-remove-compatibility-aliasesSigned-off-by: NCleber Rosa <crosa@redhat.com>
      5e4c4d16
  21. 21 6月, 2018 1 次提交
  22. 13 6月, 2018 1 次提交
  23. 17 5月, 2018 1 次提交
  24. 11 5月, 2018 1 次提交
  25. 04 5月, 2018 2 次提交
  26. 26 4月, 2018 1 次提交
  27. 23 4月, 2018 3 次提交
  28. 04 4月, 2018 4 次提交
  29. 28 3月, 2018 2 次提交