1. 25 6月, 2015 2 次提交
  2. 24 6月, 2015 8 次提交
  3. 23 6月, 2015 16 次提交
  4. 20 6月, 2015 1 次提交
  5. 19 6月, 2015 1 次提交
  6. 18 6月, 2015 10 次提交
  7. 17 6月, 2015 2 次提交
    • L
      Merge pull request #688 from ldoktor/discover_url2 · 7e96789e
      Lucas Meneghel Rodrigues 提交于
      avocado.core.loader: Discover only per-plugin-default tests [v2]
      7e96789e
    • L
      avocado.core.loader: Discover only per-plugin-default tests · a750bdc8
      Lukáš Doktor 提交于
      Loader plugins can specify default set of tests, when none supplied.
      Currently list of these defaults is generated and then examined by
      all loader plugins. This might generate clashes and false-negative
      results, for example avocado-vt defines "vt_list_all" which obviously
      shouldn't be parsed by file-plugin.
      
      This patch changes the behavior so when no urls specified each plugin
      chose and processes only his own defaults. To do this it was necessary
      to reorder the recognition thus now you get all successful hits of all
      urls from the first plugin, then the second....
      
      Additionally small optimization was added to skip urls which are already
      successfully assigned. This doesn't affects the results as they were
      only added when not already handled.
      
      Last minor tweak avoids false-positive result when exception occurs
      during the "discover" phase as mapping is assigned after successful
      discovery.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      a750bdc8