1. 15 8月, 2017 1 次提交
    • C
      YAML Loader: move it into its own plugin and package · 591bf16c
      Cleber Rosa 提交于
      The newly introduced YAML Loader plugin is currently hosted on the
      same plugin (directory and module) as the varianter one.  While they
      share a lot of code, they have different purposes.
      
      Let's move the YAML loader into its own plugin, so that its
      installation is also optional and the separation is clearer.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      591bf16c
  2. 06 8月, 2017 2 次提交
    • L
      optional_plugins: Support for any test loader for yaml_to_mux_loader · e99f45e1
      Lukáš Doktor 提交于
      Use the new ability to report full mappings after the discovery and
      allow using `test_reference_resolver_class` to specify the resolver
      class intended for test discovery.
      
      To allow sufficient flexibility also support
      `test_reference_resolver_args` to override resolver arguments and
      `test_reference_resolver_extra` to extend the resolver extra_params.
      
      Note the overridden arguments apply only to the resolver, not to whole
      Avocado so it's not possible to override wrappers or such just for a
      single test execution. Anyway it is possible to set `vt_config` just for
      that single loader, which is more-than useful.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      e99f45e1
    • L
      optional_plugins: Add yaml_testsuite_loader · e677e974
      Lukáš Doktor 提交于
      Let's add yaml_testsuite loader which allows parsing YAML file and
      producing testsuite out of it.
      
      At this point due to Avocado limitation it only supports
      FileLoader-based test discovery, but it should be possible with greater
      changes to extend the scope of this loader for just about any Avocado
      loader.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      e677e974
  3. 27 6月, 2017 1 次提交
  4. 13 6月, 2017 1 次提交
  5. 12 6月, 2017 1 次提交
  6. 30 5月, 2017 1 次提交