[libvirt] [PATCH 0/3] virjsontest: separate some tests into files

Ján Tomko posted 3 patches 5 years, 1 month ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1549987014.git.jtomko@redhat.com
There is a newer version of this series
tests/virjsondata/add-remove-failure-in.json  |   1 +
tests/virjsondata/add-remove-success-in.json  |   1 +
tests/virjsondata/add-remove-success-out.json |   1 +
tests/virjsondata/parse-Harder-in.json        |   4 +
tests/virjsondata/parse-Harder-out.json       |   4 +
tests/virjsondata/parse-NotSoSimple-in.json   |   3 +
tests/virjsondata/parse-NotSoSimple-out.json  |   3 +
tests/virjsondata/parse-Simple-in.json        |   1 +
tests/virjsondata/parse-Simple-out.json       |   1 +
tests/virjsondata/parse-VeryHard-in.json      |  24 ++++
tests/virjsondata/parse-VeryHard-out.json     |  24 ++++
tests/virjsontest.c                           | 135 ++++++++++--------
12 files changed, 145 insertions(+), 57 deletions(-)
create mode 100644 tests/virjsondata/add-remove-failure-in.json
create mode 100644 tests/virjsondata/add-remove-success-in.json
create mode 100644 tests/virjsondata/add-remove-success-out.json
create mode 100644 tests/virjsondata/parse-Harder-in.json
create mode 100644 tests/virjsondata/parse-Harder-out.json
create mode 100644 tests/virjsondata/parse-NotSoSimple-in.json
create mode 100644 tests/virjsondata/parse-NotSoSimple-out.json
create mode 100644 tests/virjsondata/parse-Simple-in.json
create mode 100644 tests/virjsondata/parse-Simple-out.json
create mode 100644 tests/virjsondata/parse-VeryHard-in.json
create mode 100644 tests/virjsondata/parse-VeryHard-out.json
[libvirt] [PATCH 0/3] virjsontest: separate some tests into files
Posted by Ján Tomko 5 years, 1 month ago
Ján Tomko (3):
  virjsontest: introduce DO_TEST_PARSE_FILE
  virjsontest: switch DO_TEST_PARSE_FILE to use output files
  virjsontest: switch AddAndRemove tests to work with files

 tests/virjsondata/add-remove-failure-in.json  |   1 +
 tests/virjsondata/add-remove-success-in.json  |   1 +
 tests/virjsondata/add-remove-success-out.json |   1 +
 tests/virjsondata/parse-Harder-in.json        |   4 +
 tests/virjsondata/parse-Harder-out.json       |   4 +
 tests/virjsondata/parse-NotSoSimple-in.json   |   3 +
 tests/virjsondata/parse-NotSoSimple-out.json  |   3 +
 tests/virjsondata/parse-Simple-in.json        |   1 +
 tests/virjsondata/parse-Simple-out.json       |   1 +
 tests/virjsondata/parse-VeryHard-in.json      |  24 ++++
 tests/virjsondata/parse-VeryHard-out.json     |  24 ++++
 tests/virjsontest.c                           | 135 ++++++++++--------
 12 files changed, 145 insertions(+), 57 deletions(-)
 create mode 100644 tests/virjsondata/add-remove-failure-in.json
 create mode 100644 tests/virjsondata/add-remove-success-in.json
 create mode 100644 tests/virjsondata/add-remove-success-out.json
 create mode 100644 tests/virjsondata/parse-Harder-in.json
 create mode 100644 tests/virjsondata/parse-Harder-out.json
 create mode 100644 tests/virjsondata/parse-NotSoSimple-in.json
 create mode 100644 tests/virjsondata/parse-NotSoSimple-out.json
 create mode 100644 tests/virjsondata/parse-Simple-in.json
 create mode 100644 tests/virjsondata/parse-Simple-out.json
 create mode 100644 tests/virjsondata/parse-VeryHard-in.json
 create mode 100644 tests/virjsondata/parse-VeryHard-out.json

-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list