-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for logging e2e testcases from openshift-test-private repo
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
Showing
8 changed files
with
464 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.