1. 04 3月, 2015 1 次提交
  2. 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
  3. 30 1月, 2015 1 次提交
  4. 20 1月, 2015 1 次提交
  5. 11 12月, 2014 2 次提交
  6. 04 12月, 2014 2 次提交
  7. 27 11月, 2014 3 次提交
  8. 25 11月, 2014 1 次提交
  9. 12 9月, 2014 1 次提交
  10. 10 9月, 2014 1 次提交
  11. 20 8月, 2014 2 次提交
  12. 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
  13. 08 8月, 2014 1 次提交
  14. 31 7月, 2014 2 次提交
  15. 16 7月, 2014 2 次提交
  16. 25 4月, 2014 1 次提交
  17. 23 4月, 2014 1 次提交
  18. 17 4月, 2014 1 次提交
  19. 10 4月, 2014 1 次提交
  20. 02 4月, 2014 3 次提交
  21. 14 3月, 2014 2 次提交
  22. 12 3月, 2014 1 次提交
  23. 06 3月, 2014 1 次提交