Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added charts/all/.keep
Empty file.
6 changes: 0 additions & 6 deletions charts/all/config-demo/Chart.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions charts/all/config-demo/templates/config-demo-cm.yaml

This file was deleted.

65 changes: 0 additions & 65 deletions charts/all/config-demo/templates/config-demo-deployment.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/all/config-demo/templates/config-demo-external-secret.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/all/config-demo/templates/config-demo-is.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions charts/all/config-demo/templates/config-demo-route.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions charts/all/config-demo/templates/config-demo-svc.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions charts/all/config-demo/values.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions charts/all/hello-world/Chart.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions charts/all/hello-world/templates/hello-world-cm.yaml

This file was deleted.

58 changes: 0 additions & 58 deletions charts/all/hello-world/templates/hello-world-deployment.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions charts/all/hello-world/templates/hello-world-route.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions charts/all/hello-world/templates/hello-world-svc.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/all/hello-world/values.yaml

This file was deleted.

8 changes: 1 addition & 7 deletions tests/interop/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/bash

export EXTERNAL_TEST="true"
export PATTERN_NAME="MultiCloudGitops"
export PATTERN_NAME="LayeredZeroTrust"
export PATTERN_SHORTNAME="mcgitops"

if [ -z "${KUBECONFIG}" ]; then
Expand All @@ -25,12 +25,6 @@ fi

pytest -lv --disable-warnings test_subscription_status_hub.py --kubeconfig $KUBECONFIG --junit-xml $WORKSPACE/test_subscription_status_hub.xml

pytest -lv --disable-warnings test_subscription_status_edge.py --kubeconfig $KUBECONFIG_EDGE --junit-xml $WORKSPACE/test_subscription_status_edge.xml

pytest -lv --disable-warnings test_validate_hub_site_components.py --kubeconfig $KUBECONFIG --junit-xml $WORKSPACE/test_validate_hub_site_components.xml

pytest -lv --disable-warnings test_validate_edge_site_components.py --kubeconfig $KUBECONFIG_EDGE --junit-xml $WORKSPACE/test_validate_edge_site_components.xml

pytest -lv --disable-warnings test_modify_web_content.py --kubeconfig $KUBECONFIG --junit-xml $WORKSPACE/test_modify_web_content.xml

python3 create_ci_badge.py
Loading