1. 06 12月, 2017 1 次提交
  2. 01 12月, 2017 1 次提交
  3. 28 9月, 2017 4 次提交
  4. 13 5月, 2017 1 次提交
    • C
      Job: add time accounting · c632993f
      Cleber Rosa 提交于
      It may be useful to users of the Job class to have information on how
      much time it took for it to run.  Since the goal for the Job class is
      to be flexible when it comes to its usage, it may not be possible to
      track the execution time if users follow a different path.
      
      For now, the time accouting is done automatically if users use the
      `run()` method.
      
      If advanced users of the Job class choose to set the start time, end
      time and elapsed time themselves, they are free to do it and `run()`
      will never overwrite it.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      c632993f
  5. 13 4月, 2017 1 次提交
  6. 06 2月, 2017 1 次提交
  7. 03 2月, 2017 1 次提交
  8. 07 11月, 2016 1 次提交
  9. 04 11月, 2016 1 次提交
    • C
      avocado/core/job.py: move test suite validation to create_test_suite · a56e7f24
      Cleber Rosa 提交于
      This is the right place to criticize the test suite.  Even though I
      don't feel it's right to abort the application from within the job
      class, this prevents the current user experience to break.
      
      In the near future, I'd like to see removed, and avocado runs without
      a test suite to run and give these exact results: no tests were
      available to be run, so none were executed.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      a56e7f24
  10. 02 11月, 2016 1 次提交
  11. 26 10月, 2016 6 次提交