[PATCH v2 0/4] Add an option to use virDomainGetSecurityLabelList and test it

Luke Yue posted 4 patches 2 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211203141957.686148-1-lukedyue@gmail.com
docs/manpages/virsh.rst      |  5 ++-
src/test/test_driver.c       | 43 ++++++++++++++++++
tests/virsh-undefine         |  8 ++--
tests/virshtest.c            | 77 ++++++++++++++++----------------
tools/virsh-domain-monitor.c | 85 ++++++++++++++++++++++++------------
5 files changed, 147 insertions(+), 71 deletions(-)
[PATCH v2 0/4] Add an option to use virDomainGetSecurityLabelList and test it
Posted by Luke Yue 2 years, 3 months ago
diff to v1:
- Add some variety when filling the test driver seclabels array
- Split 2/3 in v1 to function patch and align output patch

link to v1: https://listman.redhat.com/archives/libvir-list/2021-September/msg00015.html
link to CI: https://gitlab.com/lukedyue/libvirt/-/pipelines/422002148

Luke Yue (4):
  test_driver: Implement virDomainGetSecurityLabelList
  virsh: Add '--full-seclabels' option for dominfo
  virsh: Realign some outputs
  tests: Add test for virDomainGetSecurityLabelList

 docs/manpages/virsh.rst      |  5 ++-
 src/test/test_driver.c       | 43 ++++++++++++++++++
 tests/virsh-undefine         |  8 ++--
 tests/virshtest.c            | 77 ++++++++++++++++----------------
 tools/virsh-domain-monitor.c | 85 ++++++++++++++++++++++++------------
 5 files changed, 147 insertions(+), 71 deletions(-)

-- 
2.34.1