From 9bf49c06b641d01dd3dd82444f99630cb95f91b5 Mon Sep 17 00:00:00 2001 From: Eric Van Norman Date: Fri, 26 Nov 2021 18:32:19 -0600 Subject: [PATCH] Re-enable diagnostic-tools/istioctl-analyze test (#10522) * Re-enable diagnostic-tools/istioctl-analyze test * More output changes --- .../en/docs/ops/diagnostic-tools/istioctl-analyze/index.md | 5 +++-- .../en/docs/ops/diagnostic-tools/istioctl-analyze/snips.sh | 5 +++-- .../istioctl-analyze/{test-skip.sh => test.sh} | 0 3 files changed, 6 insertions(+), 4 deletions(-) rename content/en/docs/ops/diagnostic-tools/istioctl-analyze/{test-skip.sh => test.sh} (100%) diff --git a/content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md b/content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md index 9ed91298a5..f931278e70 100644 --- a/content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md +++ b/content/en/docs/ops/diagnostic-tools/istioctl-analyze/index.md @@ -99,9 +99,10 @@ spec: - ratings ... status: + observedGeneration: "1" validationMessages: - - documentation_url: https://istio.io/v{{< istio_version >}}/docs/reference/config/analysis/ist0101/?ref=status-controller - level: 3 + - documentationUrl: https://istio.io/v{{< istio_version >}}/docs/reference/config/analysis/ist0101/ + level: ERROR type: code: IST0101 {{< /text >}} diff --git a/content/en/docs/ops/diagnostic-tools/istioctl-analyze/snips.sh b/content/en/docs/ops/diagnostic-tools/istioctl-analyze/snips.sh index cccfca0fcc..6463e16d81 100644 --- a/content/en/docs/ops/diagnostic-tools/istioctl-analyze/snips.sh +++ b/content/en/docs/ops/diagnostic-tools/istioctl-analyze/snips.sh @@ -74,9 +74,10 @@ spec: - ratings ... status: + observedGeneration: "1" validationMessages: - - documentation_url: https://istio.io/v1.13/docs/reference/config/analysis/ist0101/?ref=status-controller - level: 3 + - documentationUrl: https://istio.io/v1.13/docs/reference/config/analysis/ist0101/ + level: ERROR type: code: IST0101 ENDSNIP diff --git a/content/en/docs/ops/diagnostic-tools/istioctl-analyze/test-skip.sh b/content/en/docs/ops/diagnostic-tools/istioctl-analyze/test.sh similarity index 100% rename from content/en/docs/ops/diagnostic-tools/istioctl-analyze/test-skip.sh rename to content/en/docs/ops/diagnostic-tools/istioctl-analyze/test.sh