[pve-devel] [PATCH qemu-server v3 0/4] add config to command tests

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Dec 10 17:59:59 CET 2018


v2 with both Wolfgang's fixes and improvements for my patch and my fix for
Wolfgang's improvements ;)
One could possibly squash 2/4 into 1/2 and 4/4 into 3/4, but as it's all new
code, co-developed this isn't a must, IMO.

Thomas Lamprecht (2):
  add config to command tests
  t/cfg2cmd: ensure tests can pass again

Wolfgang Bumiller (2):
  t/cfg2cmd: mock iscsi initiator name
  t/cfg2cmd: replace is_deeply with diff

 test/Makefile                          |   5 +-
 test/cfg2cmd/README.adoc               |  85 ++++++++++
 test/cfg2cmd/minimal-defaults.conf     |   2 +
 test/cfg2cmd/minimal-defaults.conf.cmd |  24 +++
 test/cfg2cmd/simple1.conf              |  15 ++
 test/cfg2cmd/simple1.conf.cmd          |  32 ++++
 test/run_config2command_tests.pl       | 216 +++++++++++++++++++++++++
 7 files changed, 378 insertions(+), 1 deletion(-)
 create mode 100644 test/cfg2cmd/README.adoc
 create mode 100644 test/cfg2cmd/minimal-defaults.conf
 create mode 100644 test/cfg2cmd/minimal-defaults.conf.cmd
 create mode 100644 test/cfg2cmd/simple1.conf
 create mode 100644 test/cfg2cmd/simple1.conf.cmd
 create mode 100755 test/run_config2command_tests.pl

-- 
2.19.2





More information about the pve-devel mailing list