1. 08 12月, 2016 4 次提交
  2. 07 12月, 2016 1 次提交
  3. 06 12月, 2016 3 次提交
  4. 05 12月, 2016 2 次提交
  5. 04 12月, 2016 1 次提交
    • S
      Support SUSE and openSUSE · 72adb242
      Stephan Kulow 提交于
      The package manager for both is zypper. Both have an /etc/os-release
      file, but the content of it is quite different.
      
      Some examples:
      
      NAME="openSUSE Leap"
      VERSION="42.2"
      ID=opensuse
      VERSION_ID="42.2"
      
      NAME="SLES"
      VERSION="12-SP2"
      VERSION_ID="12.2"
      
      NAME="openSUSE Tumbleweed"
      ID=opensuse
      VERSION_ID="20161125"
      
      So I took the easy path - what they all have in common is the SUSE
      string. And as no other probe looks at /etc/os-release, this is very
      safe for now.
      72adb242
  6. 02 12月, 2016 4 次提交
    • L
      Merging pull request 1653 · 86bb0818
      Lukáš Doktor 提交于
      * https://github.com/avocado-framework/avocado:
        Example tests: add sample tags
        Test tags: support test tags in loader, list and run
        Loader: add support for test tags
        safeloader: add support for "🥑 tags=category1,category2"
        Docstring directives: use the same terminology in the code
      86bb0818
    • C
      Example tests: add sample tags · 6bf185f3
      Cleber Rosa 提交于
      This adds tags to most of the example tests.  Since tags are free
      form, this adds the following (hopefully self documenting) tags:
      
       * fast
       * slow
       * failure_expected
       * requires_c_compiler
      
      Then, they can be used in various ways, such as:
      
       $ avocado run examples/tests/{abort,passtest.py} --filter-by-tags='-failure_expected'
      
      To filter out tests that are known to fail (and thus run only
      passtest.py).
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      6bf185f3
    • C
      Test tags: support test tags in loader, list and run · cc79e495
      Cleber Rosa 提交于
      This adds support for test tags (to choose categorized tests) to the
      loader, and also to the list and run commands.
      
      The user experience is based on two options:
      
       * --filter-by-tags: this can be supplied any number of times.  Each
         time it must be given a comma separated list of tags.
       * --filter-by-tags-include-empty: this will always include tests that
         have no tags set.
      
      These options are equally available to the list and run commands.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      cc79e495
    • L
      Merging pull request 1652 · a4e17509
      Lukáš Doktor 提交于
      * https://github.com/avocado-framework/avocado:
        don't add logger without handlers to output.LoggingFile instances
      a4e17509
  7. 01 12月, 2016 4 次提交
  8. 29 11月, 2016 1 次提交
  9. 28 11月, 2016 1 次提交
  10. 25 11月, 2016 1 次提交
  11. 24 11月, 2016 12 次提交
  12. 23 11月, 2016 4 次提交
  13. 22 11月, 2016 2 次提交