1. 27 11月, 2018 2 次提交
    • 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
    • C
      Merge remote-tracking branch 'ldoktor/xunit-float' · 30630454
      Cleber Rosa 提交于
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      30630454
  2. 22 11月, 2018 3 次提交
  3. 20 11月, 2018 4 次提交
  4. 19 11月, 2018 1 次提交
  5. 17 11月, 2018 2 次提交
  6. 15 11月, 2018 1 次提交
  7. 14 11月, 2018 2 次提交
  8. 06 11月, 2018 1 次提交
    • C
      Add tests for kernel download url building · 54ccf507
      Caio Carrara 提交于
      The current utils kernel module has no tests. Recently it was added a
      fix[1] to the process of kernel url building. To keep this process
      without future regressions, this change adds a proper test for it.
      
      It's important to note that a new internal method was added to the
      KernelBuild class to make easier to test it. Indirectly it's an
      improvement of download method that now is shorter and more explicit.
      
      [1] - commit c84ac6baSigned-off-by: NCaio Carrara <ccarrara@redhat.com>
      54ccf507
  9. 05 11月, 2018 1 次提交
  10. 31 10月, 2018 2 次提交
  11. 25 10月, 2018 1 次提交
  12. 09 10月, 2018 1 次提交
  13. 08 10月, 2018 2 次提交
  14. 06 10月, 2018 1 次提交
  15. 05 10月, 2018 4 次提交
  16. 04 10月, 2018 1 次提交
    • C
      Adds OpenSUSE vmimage provider · 37e7a3ea
      Caio Carrara 提交于
      This change adds a functional version of OpenSUSE vmimage provider.
      Because of some specific aspects of OpenSUSE versioning this provider
      version works properly with most recent known versions (42.3, 42.2. 42.1
      and 15.0) and should work properly with future versions as well (15+).
      
      This provider version also don't work with Tumbleweed (rolling release)
      versions, only with Leap versions. Because for tests it's better to
      change one thing at time, the rolling release is not a version supported
      right now.
      
      Reference: https://trello.com/c/i2TSbT3MSigned-off-by: NCaio Carrara <ccarrara@redhat.com>
      37e7a3ea
  17. 03 10月, 2018 1 次提交
  18. 02 10月, 2018 10 次提交