From 5b947fb1a2956ca63225acaa1dad0badbb024542 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Jun 12 2019 13:06:57 +0000 Subject: Remove system field from product-scenario error messages --- diff --git a/examples/product-scenario.build.error.json b/examples/product-scenario.build.error.json index 37a11eb..b81dafd 100644 --- a/examples/product-scenario.build.error.json +++ b/examples/product-scenario.build.error.json @@ -36,12 +36,6 @@ "state": "interop ready" }] }, - "system": - [{ - "os": "RHEL-8.1.0-20190523.0-x86_64", - "provider": "openstack", - "architecture": "x86_64" - }], "error": { "reason": "Product scenario preparation failed." }, diff --git a/examples/product-scenario.test.error.json b/examples/product-scenario.test.error.json index aedafac..2f64c16 100644 --- a/examples/product-scenario.test.error.json +++ b/examples/product-scenario.test.error.json @@ -40,12 +40,6 @@ "state": "interop ready" }] }, - "system": - [{ - "os": "RHEL-8.1.0-20190523.0-x86_64", - "provider": "openstack", - "architecture": "x86_64" - }], "test": { "category": "interoperability", "namespace": "interop", diff --git a/schemas/product-scenario.build.error.yaml b/schemas/product-scenario.build.error.yaml index 32bdc30..e4af974 100644 --- a/schemas/product-scenario.build.error.yaml +++ b/schemas/product-scenario.build.error.yaml @@ -10,10 +10,6 @@ properties: $ref: contact.json artifact: $ref: product-scenario.json - system: - type: array - items: - $ref: system.json error: $ref: error.json generated_at: @@ -24,7 +20,6 @@ properties: required: - contact - artifact - - system - error - generated_at - version diff --git a/schemas/product-scenario.test.error.yaml b/schemas/product-scenario.test.error.yaml index ca6c037..2b1bba0 100644 --- a/schemas/product-scenario.test.error.yaml +++ b/schemas/product-scenario.test.error.yaml @@ -12,10 +12,6 @@ properties: $ref: run.json artifact: $ref: product-scenario.json - system: - type: array - items: - $ref: system.json test: allOf: - $ref: test-common.json @@ -30,7 +26,6 @@ required: - contact - run - artifact - - system - test - error - generated_at