1. 13 6月, 2017 1 次提交
  2. 12 6月, 2017 1 次提交
  3. 31 5月, 2017 1 次提交
    • L
      runner: Allow to specify execution order · 024c18fe
      Lukáš Doktor 提交于
      The suite order means the order in which the variants will be applied to
      tests. Right now we run all variants of first test, then the same for
      the second, third, ... tests. The new option "--execution-order" allows
      to alternatively specify "tests-per-variant" mode where we run first
      variant of all tests, then second variant, third, ...
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      024c18fe
  4. 30 5月, 2017 6 次提交
  5. 18 5月, 2017 1 次提交
  6. 17 5月, 2017 1 次提交
  7. 16 5月, 2017 1 次提交
  8. 15 5月, 2017 2 次提交
  9. 27 4月, 2017 2 次提交
  10. 25 4月, 2017 2 次提交
  11. 24 4月, 2017 2 次提交
    • A
      resultsdb: include information about variants · 79b3df9e
      Amador Pahim 提交于
      The ResultsDB expects the Testcase, not the Test ID. Even so, the
      Testcase can be considered the combination of the test name plus the
      variant.
      
      While on this, this patch adds the parameters information to the
      ResultsDB 'data' section.
      Signed-off-by: NAmador Pahim <apahim@redhat.com>
      79b3df9e
    • L
      html: Avoid removing in-job-dir results on --html · 049354e6
      Lukáš Doktor 提交于
      When --html is used the original in-job-dir results are removed just
      before the second render. This was probably due to typo as the original
      location was (probably) intended for removal. This patch doesn't do that
      because the user-defined dir can be shared dir with other user files so
      let's just produce the results and keep the dirs intact (while keeping
      the refresh in job-dir as that is guaranteed to be our directory and we
      do know it can be removed).
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      049354e6
  12. 21 4月, 2017 1 次提交
  13. 13 4月, 2017 1 次提交
  14. 08 4月, 2017 1 次提交
  15. 04 4月, 2017 1 次提交
  16. 03 4月, 2017 2 次提交
    • C
      Optional plugins: do not depend on the VERSION file · bb8ca086
      Cleber Rosa 提交于
      Simply because this file won't be available when being installed
      from any method outside the source tree.
      
      The downside is obvious: it requires extra steps when doing a new
      release.  But that is still better than not being able to ship
      these plugins to users using the standard Python mechanisms.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      bb8ca086
    • C
      Optional plugins: adjust package names · 2056d80e
      Cleber Rosa 提交于
      So users will now be able to find Avocado plugins on PyPI, and install
      them via `pip`.  Let's try to be consistent with the naming on those
      packages, so that users don't fall into naming traps such as
      installing Django related extensions.
      
      Also, those packages map more closely to their (RPM) packaged versions.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      2056d80e
  17. 31 3月, 2017 2 次提交
  18. 29 3月, 2017 1 次提交
  19. 24 3月, 2017 1 次提交
  20. 15 3月, 2017 1 次提交
  21. 10 3月, 2017 1 次提交
  22. 04 3月, 2017 1 次提交
  23. 16 2月, 2017 3 次提交
  24. 11 2月, 2017 2 次提交
    • A
      Clean unused method · a8178944
      Amador Pahim 提交于
      The start_tests() method from results plugins is not used anymore. It
      was replaced by the pre_tests entry point in plugins_interfaces.
      
      This patch is just a cleanup.
      Signed-off-by: NAmador Pahim <apahim@redhat.com>
      a8178944
    • 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
  25. 08 12月, 2016 2 次提交