From 5baa7b5e5f3bfc7ed6407b962f89e92619bd08cc Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Wed, 2 Nov 2022 14:32:50 +0100 Subject: [PATCH] tidy sample data slightly --- examples/snaps/v2-systems-defective.json | 2 +- examples/snaps/v2-systems-mandatory.json | 2 +- examples/snaps/v2-systems-prefer-encrypted.json | 2 +- examples/snaps/v2-systems-prefer-unencrypted.json | 2 +- examples/tpm-sources.yaml | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/snaps/v2-systems-defective.json b/examples/snaps/v2-systems-defective.json index 6e20a1c9..ad3e693f 100644 --- a/examples/snaps/v2-systems-defective.json +++ b/examples/snaps/v2-systems-defective.json @@ -3,7 +3,7 @@ "status-code": 200, "status": "OK", "result": { - "label": "classic", + "label": "defective", "model": { "architecture": "amd64", "authority-id": "9XoOBkC2zdzx5CVZdl0ZVYuLpCo15ww0", diff --git a/examples/snaps/v2-systems-mandatory.json b/examples/snaps/v2-systems-mandatory.json index b8d75eba..32ccec0b 100644 --- a/examples/snaps/v2-systems-mandatory.json +++ b/examples/snaps/v2-systems-mandatory.json @@ -3,7 +3,7 @@ "status-code": 200, "status": "OK", "result": { - "label": "classic", + "label": "mandatory", "model": { "architecture": "amd64", "authority-id": "9XoOBkC2zdzx5CVZdl0ZVYuLpCo15ww0", diff --git a/examples/snaps/v2-systems-prefer-encrypted.json b/examples/snaps/v2-systems-prefer-encrypted.json index aea4be82..433d230f 100644 --- a/examples/snaps/v2-systems-prefer-encrypted.json +++ b/examples/snaps/v2-systems-prefer-encrypted.json @@ -3,7 +3,7 @@ "status-code": 200, "status": "OK", "result": { - "label": "classic", + "label": "prefer-encrypted", "model": { "architecture": "amd64", "authority-id": "9XoOBkC2zdzx5CVZdl0ZVYuLpCo15ww0", diff --git a/examples/snaps/v2-systems-prefer-unencrypted.json b/examples/snaps/v2-systems-prefer-unencrypted.json index 894607ea..a4c39dba 100644 --- a/examples/snaps/v2-systems-prefer-unencrypted.json +++ b/examples/snaps/v2-systems-prefer-unencrypted.json @@ -3,7 +3,7 @@ "status-code": 200, "status": "OK", "result": { - "label": "classic", + "label": "prefer-unencrypted", "model": { "architecture": "amd64", "authority-id": "9XoOBkC2zdzx5CVZdl0ZVYuLpCo15ww0", diff --git a/examples/tpm-sources.yaml b/examples/tpm-sources.yaml index 0c9bc1ff..41e20993 100644 --- a/examples/tpm-sources.yaml +++ b/examples/tpm-sources.yaml @@ -3,7 +3,7 @@ id: src-unavailable locale_support: none name: - en: TPM encryption unavailable. + en: TPM encryption unavailable path: foo.squashfs size: 530485248 type: fsimage @@ -14,7 +14,7 @@ id: src-prefer-encrypted locale_support: none name: - en: TPM encryption preferred. + en: TPM encryption preferred path: foo.squashfs size: 530485248 type: fsimage @@ -26,7 +26,7 @@ id: src-prefer-unencrypted locale_support: none name: - en: TPM encryption not preferred. + en: TPM encryption not preferred path: foo.squashfs size: 530485248 type: fsimage @@ -37,7 +37,7 @@ id: src-defective locale_support: none name: - en: TPM encryption defective. + en: TPM encryption defective path: foo.squashfs size: 530485248 type: fsimage @@ -48,7 +48,7 @@ id: src-mandatory locale_support: none name: - en: TPM encryption required. + en: TPM encryption required path: foo.squashfs size: 530485248 type: fsimage