From 0165a97761e894c6a7c1cdaa2d2ce46376ce6345 Mon Sep 17 00:00:00 2001 From: Jacob Kozol Date: Wed, 29 Apr 2020 12:57:07 +0200 Subject: [PATCH] test/cases: remove tar size When building a tar image the image size should not be specified. All image size fields are removed from the assembler options in the tar test cases. --- test/cases/fedora_30-aarch64-tar-boot.json | 1 - test/cases/fedora_30-x86_64-tar-boot.json | 1 - test/cases/fedora_31-aarch64-tar-boot.json | 1 - test/cases/fedora_31-x86_64-tar-boot.json | 1 - test/cases/fedora_32-x86_64-tar-boot.json | 1 - test/cases/rhel_8.2-x86_64-tar-boot.json | 1 - 6 files changed, 6 deletions(-) diff --git a/test/cases/fedora_30-aarch64-tar-boot.json b/test/cases/fedora_30-aarch64-tar-boot.json index 656ae1bcc..1f0d9b522 100644 --- a/test/cases/fedora_30-aarch64-tar-boot.json +++ b/test/cases/fedora_30-aarch64-tar-boot.json @@ -773,7 +773,6 @@ "name": "org.osbuild.tar", "options": { "filename": "root.tar.xz", - "size": 0, "compression": "xz" } } diff --git a/test/cases/fedora_30-x86_64-tar-boot.json b/test/cases/fedora_30-x86_64-tar-boot.json index 3639914dc..e901d90b8 100644 --- a/test/cases/fedora_30-x86_64-tar-boot.json +++ b/test/cases/fedora_30-x86_64-tar-boot.json @@ -781,7 +781,6 @@ "name": "org.osbuild.tar", "options": { "filename": "root.tar.xz", - "size": 0, "compression": "xz" } } diff --git a/test/cases/fedora_31-aarch64-tar-boot.json b/test/cases/fedora_31-aarch64-tar-boot.json index a03cd051f..486185dbc 100644 --- a/test/cases/fedora_31-aarch64-tar-boot.json +++ b/test/cases/fedora_31-aarch64-tar-boot.json @@ -850,7 +850,6 @@ "name": "org.osbuild.tar", "options": { "filename": "root.tar.xz", - "size": 0, "compression": "xz" } } diff --git a/test/cases/fedora_31-x86_64-tar-boot.json b/test/cases/fedora_31-x86_64-tar-boot.json index 4f41032cd..3dacf5c26 100644 --- a/test/cases/fedora_31-x86_64-tar-boot.json +++ b/test/cases/fedora_31-x86_64-tar-boot.json @@ -893,7 +893,6 @@ "name": "org.osbuild.tar", "options": { "filename": "root.tar.xz", - "size": 0, "compression": "xz" } } diff --git a/test/cases/fedora_32-x86_64-tar-boot.json b/test/cases/fedora_32-x86_64-tar-boot.json index 4bd37c334..8e2d242dd 100644 --- a/test/cases/fedora_32-x86_64-tar-boot.json +++ b/test/cases/fedora_32-x86_64-tar-boot.json @@ -772,7 +772,6 @@ "name": "org.osbuild.tar", "options": { "filename": "root.tar.xz", - "size": 0, "compression": "xz" } } diff --git a/test/cases/rhel_8.2-x86_64-tar-boot.json b/test/cases/rhel_8.2-x86_64-tar-boot.json index b1e9de4f3..c1b2e800a 100644 --- a/test/cases/rhel_8.2-x86_64-tar-boot.json +++ b/test/cases/rhel_8.2-x86_64-tar-boot.json @@ -774,7 +774,6 @@ "name": "org.osbuild.tar", "options": { "filename": "root.tar.xz", - "size": 0, "compression": "xz" } }