-
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.
Playbook for running logging testcases
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
Showing
13 changed files
with
453 additions
and
489 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,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 |
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,5 @@ | ||
--- | ||
- name: Run logging related e2e test cases from openshift-tests-private repo | ||
hosts: bastion | ||
roles: | ||
- ocp-logging-tests-private-e2e |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.