1. 06 5月, 2015 2 次提交
  2. 22 4月, 2015 1 次提交
  3. 14 4月, 2015 1 次提交
    • C
      sysinfo: replace hard coded commands and files for configurable files · 0a6dc703
      Cleber Rosa 提交于
      This change adds flexibility to the current sysinfo implementation in
      the sense that the commands to be executed and files to be collected
      are no longer hard coded, but configurable.
      
      The configuration file gains a section for that, and the files
      themselves are plain text files that can be easily customized by users
      to include extra commands/files.
      
      Also, the the configuration for the profilers has been adjusted for a
      uniform look, feel and experience.
      
      Changes from v1:
       * Return the default `profiler` parameter value to None, so that it
         looks at the configuration value by default
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      0a6dc703
  4. 27 3月, 2015 1 次提交
  5. 25 3月, 2015 2 次提交
  6. 04 3月, 2015 1 次提交
  7. 27 2月, 2015 2 次提交
    • C
      rest-client: introduce `avocado-rest-client` command line application · a0aa6b70
      Cleber Rosa 提交于
      Introduce a new command line application that is designed to interact
      with avocado-server.
      
      Changes from v1:
      * Fixed reference in the docstrings to arcli (from arc)
      * Release number bump on spec file
      * Add missing avocado.restclient.cli.actions module to setup.py
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      a0aa6b70
    • C
      rest-client: add initial module namespace and response handling module · eb21a531
      Cleber Rosa 提交于
      An essential part of a client interacting with avocado-server is to handle
      the reponse of a request. The most common type of response type is a
      results reponse, when one performs a GET to a resource "root" path and
      and expects to return a list of resources.
      
      To make that more pythonic, this commit introduces a ResultResponse class
      that accepts the JSON response data and checks for completeness. If
      results response fails to comply with the required data members, meaningful
      exceptions will be raised.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      eb21a531
  8. 30 1月, 2015 1 次提交
  9. 20 1月, 2015 1 次提交
  10. 11 12月, 2014 2 次提交
  11. 04 12月, 2014 2 次提交
  12. 27 11月, 2014 3 次提交
  13. 25 11月, 2014 1 次提交
  14. 12 9月, 2014 1 次提交
  15. 10 9月, 2014 1 次提交
  16. 20 8月, 2014 2 次提交
  17. 14 8月, 2014 1 次提交
    • L
      avocado: Fix install and execution under virtual environment · 3d52b441
      Lucas Meneghel Rodrigues 提交于
      The use of virtual environments is a very useful feature
      for developers and helps us to sanity check code instalability.
      However, we were not able to use it because the data file
      install has to be different for virt env and for regular
      system wide install (RPMs).
      
      This patch makes avocado aware of the execution mode,
      and sets the install process so that it works differently
      (and fine) for both normal install and virtenv install.
      
      Additionally, this fixes a bug I introduced on installing
      test files, that broke the avocado rpms.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      3d52b441
  18. 08 8月, 2014 1 次提交
  19. 31 7月, 2014 2 次提交
  20. 16 7月, 2014 2 次提交
  21. 25 4月, 2014 1 次提交
  22. 23 4月, 2014 1 次提交
  23. 17 4月, 2014 1 次提交
  24. 10 4月, 2014 1 次提交
  25. 02 4月, 2014 3 次提交
  26. 14 3月, 2014 2 次提交
  27. 12 3月, 2014 1 次提交