1. 01 8月, 2014 1 次提交
    • L
      avocado: Make tests to refer their ids · a79ae931
      Lucas Meneghel Rodrigues 提交于
      Make avocado tests to refer to their test ids (paths),
      relative to the directory you are in. For example,
      running:
      
      avocado run tests/sleeptest.py
      
      will give you
      
      DEBUG LOG: /home/lmr/avocado/logs/run-2014-07-31-12.54.01/debug.log
      TOTAL TESTS: 1
      (1/1) tests/synctest.py.1: PASS (1.93 s)
      
      Test log and data directories were changed accordingly. Now,
      if your test is synctest.py, your data dir will be called
      synctest.py.data.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      a79ae931
  2. 29 7月, 2014 1 次提交
    • L
      tests: Flatten tests directory · 3cfe0a19
      Lucas Meneghel Rodrigues 提交于
      We want avocado tests to not require specific directories,
      the user should be able to arrange them in the dir structure
      they see fit. Also, if a test requires data, we suppose their
      data dir is located in the same directory as the source file,
      with the name:
      
      [modulename].data
      
      Re arrange the test dir to reflect this new structure.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      3cfe0a19
  3. 15 5月, 2014 1 次提交