Skip to content

Commit

Permalink
Added support for logging e2e testcases from openshift-test-private repo
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 Oct 14, 2024
1 parent f78251e commit 086322f
Show file tree
Hide file tree
Showing 8 changed files with 464 additions and 244 deletions.
10 changes: 9 additions & 1 deletion examples/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,12 @@ 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

9 changes: 9 additions & 0 deletions examples/ocp_logging_tests_private_e2e_vars.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---

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

7 changes: 7 additions & 0 deletions playbooks/ocp-logging-tests-private-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

- name: Run logging related e2e test cases from openshift-tests-private repo
hosts: bastion
roles:
- ocp-logging-tests-private-e2e

Loading

0 comments on commit 086322f

Please sign in to comment.