1. 14 8月, 2014 5 次提交
    • L
      tests: Add datadir test · 1f4fe6cc
      Lucas Meneghel Rodrigues 提交于
      Create a test that uses files from the data dir, as
      a functional test, so we notice when that functionality
      is broken.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      1f4fe6cc
    • L
      selftests/functional: basic_tests: Add plugin list test · da533b60
      Lucas Meneghel Rodrigues 提交于
      Verify if plugins are correctly listed and none are
      disabled.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      da533b60
    • L
      avocado.plugins: Improve the output of the 'plugins' subcommand · e5620f53
      Lucas Meneghel Rodrigues 提交于
      Order the available plugins and use colors to better
      organize the information displayed:
      
      $ scripts/avocado plugins
      Plugins loaded:
          datadir - Implements the avocado 'datadir' subcommand (Enabled)
          json - JSON output (Enabled)
          journal - Test journal (Enabled)
          multiplexer - Implements the avocado 'multiplex' subcommand (Enabled)
          plugins_list - Implements the avocado 'plugins' subcommand (Enabled)
          run_vm - Run tests on a Virtual Machine (Enabled)
          sysinfo - Collect system information (Enabled)
          test_lister - Implements the avocado 'list' subcommand (Enabled)
          test_runner - Implements the avocado 'run' subcommand (Enabled)
          xunit - xUnit output (Enabled)
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      e5620f53
    • L
      selftests/functional: Add test list command · 6d8aedf4
      Lucas Meneghel Rodrigues 提交于
      Add a test that checks the behavior of the 'list' subcommand.
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      6d8aedf4
    • L
      avocado.plugins.runner: Improve test list plugin · d6662a32
      Lucas Meneghel Rodrigues 提交于
      Show test aliases and full paths on the output of
      the 'list' command:
      
      $ scripts/avocado list
      Tests dir: /home/lmr/Code/avocado.lmr/tests
          Alias         Path
          gendata       /home/lmr/Code/avocado.lmr/tests/gendata.py
          synctest      /home/lmr/Code/avocado.lmr/tests/synctest.py
          linuxbuild    /home/lmr/Code/avocado.lmr/tests/linuxbuild.py
          fiotest       /home/lmr/Code/avocado.lmr/tests/fiotest.py
          skiptest      /home/lmr/Code/avocado.lmr/tests/skiptest.py
          warntest      /home/lmr/Code/avocado.lmr/tests/warntest.py
          doublefail    /home/lmr/Code/avocado.lmr/tests/doublefail.py
          timeouttest   /home/lmr/Code/avocado.lmr/tests/timeouttest.py
          doublefree    /home/lmr/Code/avocado.lmr/tests/doublefree.py
          trinity       /home/lmr/Code/avocado.lmr/tests/trinity.py
          multiplextest /home/lmr/Code/avocado.lmr/tests/multiplextest.py
          sleeptenmin   /home/lmr/Code/avocado.lmr/tests/sleeptenmin.py
          sleeptest     /home/lmr/Code/avocado.lmr/tests/sleeptest.py
          errortest     /home/lmr/Code/avocado.lmr/tests/errortest.py
          failtest      /home/lmr/Code/avocado.lmr/tests/failtest.py
          abort         /home/lmr/Code/avocado.lmr/tests/abort.py
          whiteboard    /home/lmr/Code/avocado.lmr/tests/whiteboard.py
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      d6662a32
  2. 13 8月, 2014 23 次提交
  3. 08 8月, 2014 4 次提交
  4. 07 8月, 2014 8 次提交