1. 05 10月, 2016 1 次提交
    • L
      avocado: Replace --multiplex with yaml_to_mux plugin · df07ee47
      Lukáš Doktor 提交于
      This complex patch replaces the custom `--multiplex` handling with a
      brand new plugin called `yaml_to_mux`. This touches several place and
      removes the `yaml` functionality from the avocado core and moves it into
      the plugin code.
      
      There are still 2 references from plugins to the `yaml_to_mux` plugin
      which are not defined as a public API yet.
      
      1. remote runner - which allows copying --multiplex files to remote
                         machine.
      2. replay - which allows overriding of the job's mux variants with
                  the --multiplex files. Note that by doing this you
                  lose the system-wide options. It is described in the
                  warning message.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      df07ee47
  2. 12 8月, 2016 1 次提交
  3. 25 7月, 2016 1 次提交
  4. 22 7月, 2016 2 次提交
  5. 20 7月, 2016 1 次提交
  6. 16 3月, 2016 1 次提交
  7. 16 1月, 2016 1 次提交
  8. 08 1月, 2016 1 次提交
  9. 18 12月, 2015 1 次提交
  10. 08 10月, 2015 1 次提交
  11. 01 10月, 2015 1 次提交
    • L
      avocado.core.loaders: Make it possible to specify test loaders · fddbd88c
      Lukáš Doktor 提交于
      Currently we can only specify the loader plugins order via settings.
      This patch adds "--loaders" argument and improves the granularity.
      Now it's possible to set either @plugin_name, or TEST_TYPE, where
      TEST_TYPE is the mapped name of the plugin (eg. SIMPLE, VT, ...)
      
      There is one special name "DEFAULT", which injects all unspecified
      loaders in the position of the "DEFAULT" keyword. When "DEFAULT" is
      not specified, not-listed plugins/test_types are not evaluated.
      (therefor it's possible to restrict some test loaders or only some
      test types).
      
      As the usecase changed slightly, the settings option was renamed
      from plugins.loader_plugins_priority to plugins.loaders.
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      fddbd88c
  12. 24 6月, 2015 1 次提交
  13. 23 6月, 2015 4 次提交
  14. 10 6月, 2015 1 次提交
    • C
      doc review: move result specification to the Reference Section · 21ea55a3
      Cleber Rosa 提交于
      As this pretty much documents how Avocado saves the results, it's
      pretty much a reference document.
      
      The location of the job logs is pretty clear in the Getting Started
      section when the user runs their first tests, and it's pretty obvious
      even for 1st time users not even reading the documentation.
      
      If users want to understand more about it, or customize the location,
      the Reference Guide is indeed the place to go.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      21ea55a3
  15. 09 6月, 2015 3 次提交
    • C
      docs: reorganization of the Writing Tests section · e01a0d4e
      Cleber Rosa 提交于
      This includes moving the reference text and diagram on test order
      resolution to the Reference Guide. Since this also included
      information on what are simple and instrumented tests, let's
      merge and reuse that.
      
      Also, let's rename "Simple example" to "Basic example" so that it
      does not confuse users with the concept of a Simple Test, since this
      example is actually an Instrumented Test.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      e01a0d4e
    • C
      docs: revamped Getting Started Guide · 7aef99ea
      Cleber Rosa 提交于
      This commit tries to reduce the learning curve for a new Avocado user.
      
      * The sections were broken down with new levels
      * Reduce text by using links if users want more information on a topic
      * Introduced a Reference Guide, where these more detailed and often
        design/internals about Avocado will be documented.
      * Default the usage examples assuming an installation based on packages
      * A lot of wording changes, always intending to make it simpler
      
      Changes from v1:
      * Wording changes suggested by Lucas.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      7aef99ea
    • C
      docs: remove autogenerated comments on the index file · c777c929
      Cleber Rosa 提交于
      Sure, sphix gave us a hand with the generation of the index file to
      point us to the right direction. But, by now, we don't have to keep
      that old tip.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      c777c929
  16. 11 12月, 2014 3 次提交
  17. 27 11月, 2014 1 次提交
  18. 06 11月, 2014 1 次提交
  19. 17 9月, 2014 2 次提交
  20. 10 9月, 2014 1 次提交
  21. 09 9月, 2014 1 次提交
  22. 23 8月, 2014 1 次提交
  23. 14 6月, 2014 1 次提交
  24. 15 5月, 2014 1 次提交
  25. 26 4月, 2014 1 次提交
  26. 25 4月, 2014 1 次提交
  27. 18 4月, 2014 1 次提交
  28. 04 4月, 2014 2 次提交
  29. 03 4月, 2014 2 次提交