-
Notifications
You must be signed in to change notification settings - Fork 126
CSPL-620: add test to verify disabled SH dont exist on CM #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSPL-620: add test to verify disabled SH dont exist on CM #202
Conversation
0be0f5b to
9fabd0f
Compare
1c7ca33 to
bca42ac
Compare
| var ( | ||
| testenvInstance *testenv.TestEnv | ||
| testSuiteName = "mc-" + testenv.RandomDNSName(2) | ||
| testSuiteName = "ingestsearch-" + testenv.RandomDNSName(2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this copy/paste error.
| echo "Running test using these images: ${PRIVATE_SPLUNK_OPERATOR_IMAGE} and ${PRIVATE_SPLUNK_ENTERPRISE_IMAGE}..." | ||
| # run Ginkgo | ||
| ginkgo -v -progress -r -stream -nodes=${NUM_NODES} -skipPackage=example,monitoringconsoletest ${topdir}/test -- -commit-hash=${COMMIT_HASH} -operator-image=${PRIVATE_SPLUNK_OPERATOR_IMAGE} -splunk-image=${PRIVATE_SPLUNK_ENTERPRISE_IMAGE} | ||
| ginkgo -v -progress -r -stream -nodes=${NUM_NODES} --skipPackage=example,ingest_search,monitoring_console,delete_cr ${topdir}/test -- -commit-hash=${COMMIT_HASH} -operator-image=${PRIVATE_SPLUNK_OPERATOR_IMAGE} -splunk-image=${PRIVATE_SPLUNK_ENTERPRISE_IMAGE} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which tests are we actually running as part of this? Maybe add a comment mentioning what we would like to run here since it's unclear, at least to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thats a good idea @jryb. We are only running smoke test cases for PR verification's.
bca42ac to
7000add
Compare
| } | ||
| }) | ||
|
|
||
| // Disabling this test because of failure. The manual test passes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment should be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing out. I will fix it.
a5a29c6 to
1bb0954
Compare
No description provided.