On Wed, Jul 03, 2019 at 02:37:58PM +0200, Peter Krempa wrote:
Now that we no longer support sexpr conversion to the internal config we can drop the test.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- tests/Makefile.am | 10 +- tests/sexpr2xmldata/sexpr2xml-boot-grub.sexpr | 6 - [...] tests/sexpr2xmldata/sexpr2xml-vif-rate.sexpr | 11 -- tests/sexpr2xmldata/sexpr2xml-vif-rate.xml | 56 ------ tests/sexpr2xmltest.c | 170 ------------------ tests/virschematest.c | 2 +- 103 files changed, 3 insertions(+), 3298 deletions(-) delete mode 100644 tests/sexpr2xmldata/sexpr2xml-boot-grub.sexpr delete mode 100644 tests/sexpr2xmldata/sexpr2xml-boot-grub.xml
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano