Skip to content

Commit

Permalink
Playbook for running logging testcases
Browse files Browse the repository at this point in the history
Signed-off-by: Jeevan-Darapu <[email protected]>
  • Loading branch information
Jeevan-Darapu authored and Jeevan-Darapu committed Sep 23, 2024
1 parent 42fe3fc commit 0304ee1
Show file tree
Hide file tree
Showing 13 changed files with 453 additions and 489 deletions.
9 changes: 8 additions & 1 deletion examples/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,11 @@ coo_namespace: "openshift-observability-operator"
coo_catalogsource_name: "coo-catalog"
coo_catalogsource_image: "brew.registry.redhat.io/rh-osbs/iib:760399"
coo_channel: "development"


# ocp-logging-tests-private-e2e vars
ocp_logging_tests_private_e2e_enabled: false #Set to true to enable logging e2e tests from openshift-tests-private repo
ocp_logging_tests_private_e2e_dir: /tmp/ocp_logging_tests_private/ #Test directory path
ocp_logging_tests_private_e2e_git: "https://github.com/openshift/openshift-tests-private/" #Git repo url for the e2e tests
ocp_logging_tests_private_e2e_git_branch: "" #Git repo branch for e2e tests
golang_tarball_logging_e2e: "https://dl.google.com/go/go1.22.6.linux-ppc64le.tar.gz" #HTTP URL for golang tarball
logging_e2e_testcases: "" #Set to either all or critical
7 changes: 7 additions & 0 deletions examples/ocp_logging_tests_private_e2e_vars.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
ocp_logging_tests_private_e2e_enabled: false #Set to true to enable logging e2e tests from openshift-tests-private repo
ocp_logging_tests_private_e2e_dir: /tmp/ocp_logging_tests_private/ #Test directory path
ocp_logging_tests_private_e2e_git: "https://github.com/openshift/openshift-tests-private/" #Git repo url for the e2e tests
ocp_logging_tests_private_e2e_git_branch: "release-4.12" #Git repo branch for e2e tests
golang_tarball_logging_e2e: "https://dl.google.com/go/go1.22.6.linux-ppc64le.tar.gz" #HTTP URL for golang tarball
logging_e2e_testcases: "" #Set to either all or critical
5 changes: 5 additions & 0 deletions playbooks/ocp-logging-tests-private-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- name: Run logging related e2e test cases from openshift-tests-private repo
hosts: bastion
roles:
- ocp-logging-tests-private-e2e
5 changes: 0 additions & 5 deletions playbooks/ocp-tests-private-e2e.yml

This file was deleted.

Loading

0 comments on commit 0304ee1

Please sign in to comment.