1. 18 6月, 2019 1 次提交
    • J
      CIT plugin change_one_value fix · da87e9dd
      Jan Richter 提交于
      When the chosen value can't be changed, bacause of some constrain. The function randomly choose diferent valueWhen the chosen value couldn't be changed, because of some constraints. The function randomly chose different value, which is not expected behavior. Now when this event occurs, the function raises ValueError exception and it's handled.
      Signed-off-by: NJan Richter <jarichte@redhat.com>
      da87e9dd
  2. 15 5月, 2019 1 次提交
  3. 07 5月, 2019 2 次提交
  4. 30 4月, 2019 1 次提交
    • C
      Selftests: temporary file management improvements · 234da7fd
      Cleber Rosa 提交于
      Rules such as "check" on our Makefile make sure that no temporary
      directory created by Avocado is left behind, but, it's very hard to
      tell who created a rogue directory.
      
      This brings improvements to the naming of the temporary directory, so
      that it's trivial to tell which test created in the first place.
      
      Additionally, it improves the temporary directory creation, usually by
      making use of a tearDown() test phase, instead of other more fragile
      methods.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      234da7fd
  5. 27 4月, 2019 1 次提交
  6. 17 4月, 2019 1 次提交
  7. 02 4月, 2019 2 次提交
  8. 20 3月, 2019 1 次提交
  9. 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
  10. 27 2月, 2019 1 次提交
  11. 14 2月, 2019 1 次提交
  12. 30 1月, 2019 1 次提交
  13. 23 1月, 2019 1 次提交
  14. 12 1月, 2019 1 次提交
  15. 18 12月, 2018 1 次提交
  16. 15 12月, 2018 1 次提交
  17. 11 12月, 2018 1 次提交
    • C
      HTML plugin: always escape content when rendering the report · a14bba8b
      Cleber Rosa 提交于
      We only render HTML, that is, we never render anything that must not
      have any content escaped. So, let's always enable the autoescape
      feature.
      
      This fixes the issue with jinja2 version 2.7.2, available on EL 7,
      that has the autoescape parameter to environments, but doesn't have
      the select_autoescape() utility function for selecting what to escape
      automatically.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      a14bba8b
  18. 10 12月, 2018 1 次提交
  19. 08 12月, 2018 1 次提交
  20. 01 12月, 2018 1 次提交
  21. 27 11月, 2018 1 次提交
    • C
      Selftests: respect pylint 2.2.0 checks · e28a2461
      Cleber Rosa 提交于
      The newly released pylint version 2.2.0, changed its default behavior
      (enabled) the following checks:
      
       * :unnecessary-pass (W0107): *Unnecessary pass statement*
         Used when a "pass" statement that can be avoided is encountered.
      
       * :unused-import (W0611): *Unused %s*
         Used when an imported module or variable is not used.
      
      Let's apply fixes to those checks, and at the same time, pin the
      pylint versions so that our CI environment is more stable (code that
      test our code -- pylint -- doesn't change, while our code changes).
      
      For Python 2, the latest release was 1.9.3, so let's use that.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      e28a2461
  22. 20 11月, 2018 1 次提交
  23. 05 10月, 2018 3 次提交
  24. 03 10月, 2018 1 次提交
  25. 29 9月, 2018 1 次提交
  26. 28 9月, 2018 1 次提交
  27. 25 9月, 2018 1 次提交
  28. 24 9月, 2018 1 次提交
  29. 22 9月, 2018 6 次提交
  30. 18 9月, 2018 2 次提交