1. 24 4月, 2016 1 次提交
    • C
      tests: consistently source test-lib.sh in scripts · 856e84a5
      Cole Robinson 提交于
      This unifies the test scripts to all use the similar pattern added for
      schematests in ace4aecd. This gives the following
      
      - Enables running all tests from outside of tests/ dir
      - Drops redundant abs_* definitions, which are set by test-lib.sh
      - Drops unnecessary srcdir variable which was only used for sourcing
          test-lib.sh
      
      Behavior changes:
      
      - srcdir can no longer be overwritten, but I don't know why anyone would
          really need to...
      - Script VERBOSE setting no longer prints commands executed by test-lib.sh.
          if anyone cares I suggest handling this in test-lib.sh which already
          has other verbose style handling
      856e84a5
  2. 09 1月, 2016 1 次提交
  3. 03 7月, 2014 1 次提交
    • M
      Introduce domain_capabilities · 614581f3
      Michal Privoznik 提交于
      This new module holds and formats capabilities for emulator. If you
      are about to create a new domain, you may want to know what is the
      host or hypervisor capable of. To make sure we don't regress on the
      XML, the formatting is not something left for each driver to
      implement, rather there's general format function.
      
      The domain capabilities is a lockable object (even though the locking
      is not necessary yet) which uses reference counter.
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      614581f3
  4. 16 1月, 2010 1 次提交
    • D
      Make test suite output less verbose · e8ac4a79
      Daniel P. Berrange 提交于
      Only print out '.' for each test case, full test output can be
      re-enabled with VIR_TEST_VERBOSE=1, or VIR_TEST_DEBUG=XXXX
      
      Sample output now looks like
      
        TEST: statstest
              ........................................ 40
              ...................................      75  OK
        PASS: statstest
        TEST: qparamtest
              ................................         32  OK
        PASS: qparamtest
        TEST:
              ............                             12  OK
      e8ac4a79
  5. 09 1月, 2010 1 次提交
    • J
      fix 7 "make check" test failures in non-srcdir build · e6abf3d8
      Jim Meyering 提交于
      * tests/capabilityschematest: Define and use $srcdir.
      * tests/domainschematest: Likewise.
      * tests/interfaceschematest: Likewise.
      * tests/networkschematest: Likewise.
      * tests/nodedevschematest: Likewise.
      * tests/storagepoolschematest: Likewise.
      * tests/storagevolschematest: Likewise.
      e6abf3d8
  6. 17 10月, 2009 1 次提交
  7. 16 10月, 2009 1 次提交
  8. 27 1月, 2009 1 次提交
  9. 25 11月, 2008 1 次提交
    • J
      don't silently skip a test · d5ae2c88
      Jim Meyering 提交于
      * tests/Makefile.am (EXTRA_DIST): Distribute domainschemadata/.
      * tests/domainschematest: Fail the test if find invocation fails.
      d5ae2c88
  10. 07 10月, 2008 1 次提交
  11. 08 8月, 2008 1 次提交
  12. 01 8月, 2008 2 次提交