1. 03 2月, 2015 3 次提交
    • R
      avocado: Add support for recursively finding tests in a directory · f95dc31b
      Rudá Moura 提交于
      Add support to inspect and find tests inside a directory, recursively,
      by using the method `discover_url`. It takes a url (path) and
      returns the tests parameters it discovers.
      
      The loader object has the .discover() method, that can be used
      to inspect the location, and the .validate() method, that will
      discover any problems on the user's input.
      
      We are also changing the behavior of avocado to error out on
      invalid inputs (missing paths or files that are not avocado
      tests). Therefore, the concept of MISSING or NOT_A_TEST both
      disappear from the UI. Unittests were updated to reflect the
      new status quo.
      Signed-off-by: NRudá Moura <rmoura@redhat.com>
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      f95dc31b
    • R
      selftests: Update functional tests to use --sysinfo=on|off. · 6e67db5b
      Rudá Moura 提交于
      * Use --sysinfo=off in the current functional tests. It will
      drop the total execution time of the tests.
      
      * Add a new functional test `sysinfo_tests.py` which will actually
      test if the sysinfo directory is being created or not, depending on
      the proper command line option.
      6e67db5b
    • R
      Implement --sysinfo=on|off feature. · d37189b5
      Rudá Moura 提交于
      Implement runner command line option `--sysinfo` to turn on or off
      any reports created and related to the execution of sysinfo, like
      profilers, command lines utilities and other hardware logs. Default: on.
      
      Example: avocado run --sysinfo=off passtest
      
      There is a new configuration options inside [sysinfo.collect]
      named "enabled" which will turn the feature on and off too.
      It accepts a boolean value and the default is to enable sysinfo.
      
      The command line option overwrites the configuration value.
      Signed-off-by: NRudá Moura <rmoura@redhat.com>
      d37189b5
  2. 02 2月, 2015 1 次提交
  3. 01 2月, 2015 1 次提交
  4. 31 1月, 2015 3 次提交
  5. 30 1月, 2015 4 次提交
  6. 29 1月, 2015 9 次提交
  7. 27 1月, 2015 7 次提交
  8. 24 1月, 2015 12 次提交