1. 23 8月, 2019 1 次提交
    • R
      tests: Add lib- prefix to all mocks · fde36108
      Roman Bolshakov 提交于
      In preparation libtool "-module" flag removal, add lib prefix to all
      mock shared objects.
      
      While at it, introduce VIR_TEST_MOCK macros that makes path out of mock
      name to be used with VIR_TEST_PRELOAD or VIR_TEST_MAIN_PRELOAD.  That,
      hopefully, improves readability, reduces line length and allows to
      tailor VIR_TEST_MOCK for specific platform if it has shared library
      suffix different from ".so".
      Signed-off-by: NRoman Bolshakov <r.bolshakov@yadro.com>
      fde36108
  2. 14 12月, 2018 2 次提交
  3. 02 10月, 2018 1 次提交
  4. 20 9月, 2018 2 次提交
  5. 14 8月, 2018 1 次提交
  6. 06 6月, 2018 1 次提交
  7. 11 1月, 2018 1 次提交
  8. 08 1月, 2018 1 次提交
  9. 09 5月, 2017 1 次提交
  10. 04 4月, 2017 1 次提交
  11. 27 3月, 2017 2 次提交
  12. 10 6月, 2016 4 次提交
  13. 08 6月, 2016 2 次提交
  14. 20 5月, 2016 1 次提交
  15. 03 8月, 2015 4 次提交
  16. 27 7月, 2015 1 次提交
  17. 15 7月, 2015 1 次提交
    • A
      nodeinfo: Make sysfs_prefix usage more consistent · 75f6f545
      Andrea Bolognani 提交于
      Make sure sysfs_prefix, when present, is always the first argument
      to a function; don't use a different name to refer to it; check
      whether it is NULL, and hence SYSFS_SYSTEM_PATH should be used, only
      when using it directly and not just passing it down to another
      function; always pass down the same value we've been passed when
      calling another function.
      75f6f545
  18. 14 7月, 2015 1 次提交
    • A
      tests: Add nodeinfo test for non-present CPUs · f8b784a8
      Andrea Bolognani 提交于
      Some of the possible CPUs in a system might not be present, eg. they
      might be defective or might have been deconfigured from the ASM console
      in a Power system. Due to this fact, Linux keeps track of what CPUs are
      possible and what are present separately.
      
      This test uses the data from a system where not all the possible CPUs
      are present to make sure libvirt handles this situation correctly.
      f8b784a8
  19. 24 4月, 2015 2 次提交
  20. 01 4月, 2015 2 次提交
  21. 20 6月, 2014 3 次提交
  22. 25 3月, 2014 1 次提交
  23. 18 3月, 2014 1 次提交
  24. 27 1月, 2014 2 次提交
  25. 08 10月, 2013 1 次提交