[PATCH v2 0/4] Implement some job related APIs for test driver

Luke Yue posted 4 patches 2 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210816111337.112671-1-lukedyue@gmail.com
There is a newer version of this series
src/test/test_driver.c | 223 +++++++++++++++++++++++++++++++++++++++++
tests/virshtest.c      |  11 ++
2 files changed, 234 insertions(+)
[PATCH v2 0/4] Implement some job related APIs for test driver
Posted by Luke Yue 2 years, 8 months ago
v2:
- Change to priv->jobState to store job type directly instead of using
  time
- Use priv->jobOperation to store job operation for virDomainGetJobStats

Luke Yue (4):
  test_driver: Implement virDomainGetJobInfo
  test_driver: Implement virDomainGetJobStats
  test_driver: Implement virDomainAbortJob
  virshtest: add test for domjobinfo

 src/test/test_driver.c | 223 +++++++++++++++++++++++++++++++++++++++++
 tests/virshtest.c      |  11 ++
 2 files changed, 234 insertions(+)

-- 
2.32.0