1. 28 3月, 2015 1 次提交
    • L
      avocado app: Entirely remove --relative-links from 'avocado run' · 167d8f3c
      Lucas Meneghel Rodrigues 提交于
      The option --relative links instructed the htmlresult plugin
      whether to use absolute log paths in anchor tags, or to use
      relative paths, something that dates back to the old autotest
      html job report. After thinking about it I realized that this
      option doesn't need to be here, as using relative links is
      basically better for all intents and purposes (the job results
      can be safely redistributed and the report would still work).
      
      So get rid of that option and always use relative links for
      the job results dir links and logs. Tested with local execution
      as well as remote/vm execution.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      167d8f3c
  2. 27 3月, 2015 7 次提交
  3. 26 3月, 2015 1 次提交
    • L
      avocado.job: Refactor how multiplexation happens · ef617ec1
      Lukáš Doktor 提交于
      This pull request changes the way multiplexation is used.
      
      1. tests are discovered by test_loader.discover()
      2. multiplexer is initialized
      3. suite is executed with initialized multiplexer class
      4. each test works as template and iterates over multiplexer variants
      
      Additionaly support for multiplex_files overriding was removed as I
      haven't found any users of this API.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      ef617ec1
  4. 25 3月, 2015 7 次提交
  5. 24 3月, 2015 1 次提交
  6. 20 3月, 2015 8 次提交
  7. 19 3月, 2015 6 次提交
  8. 18 3月, 2015 9 次提交