From efb6acbf6449c57db97ca714efd16ea8cd45079c Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Mon, 28 Oct 2024 13:13:32 -0400 Subject: [PATCH] Test the new code path --- tests/e2e/cachebust/01-create-resources.yaml | 1 + tests/e2e/cachebust/02-assert.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/e2e/cachebust/01-create-resources.yaml b/tests/e2e/cachebust/01-create-resources.yaml index 45becf03..58520b83 100644 --- a/tests/e2e/cachebust/01-create-resources.yaml +++ b/tests/e2e/cachebust/01-create-resources.yaml @@ -27,6 +27,7 @@ spec: akamaiCacheBustPaths: - /config/chrome/fed-modules.json - apps/chrome/index.html + - https://app.company.com deploymentRepo: https://github.com/RedHatInsights/insights-chrome envName: test-cachebust-environment image: quay.io/cloudservices/insights-chrome-frontend:720317c diff --git a/tests/e2e/cachebust/02-assert.yaml b/tests/e2e/cachebust/02-assert.yaml index c52b9e68..112d424d 100644 --- a/tests/e2e/cachebust/02-assert.yaml +++ b/tests/e2e/cachebust/02-assert.yaml @@ -69,7 +69,7 @@ spec: command: - /bin/bash - '-c' - - 'sleep 120; /cli/.akamai-cli/src/cli-purge/bin/akamai-purge --edgerc /opt/app-root/edgerc delete https://console.doesntexist.redhat.com/config/chrome/fed-modules.json https://console.doesntexist.redhat.com/apps/chrome/index.html' + - 'sleep 120; /cli/.akamai-cli/src/cli-purge/bin/akamai-purge --edgerc /opt/app-root/edgerc delete https://console.doesntexist.redhat.com/config/chrome/fed-modules.json https://console.doesntexist.redhat.com/apps/chrome/index.html https://app.company.com' resources: {} volumeMounts: - name: akamai-edgerc