Skip to content
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

to support system tests / code coverage #1032

Closed

Conversation

jmazzitelli
Copy link
Collaborator

A possible replacement for PR #970

I have not run the Makefile target or the main_test.go defined here - I simply found them in PR #970 and assumed Jenkins somehow uses them.

But the .sh script I did run with and that did work (even though the pod logged an error because kiali didn't have the systemTests option compiled in it - which I assume is what main_test.go provides)

This is just an example PR. QE can take it and use it, alter it, duplicate it and change it.. whatever is best. I just created this as an example of how we can do this without injecting this systemTest test all throughout the operator.

@jmazzitelli jmazzitelli added the do not merge A PR is not ready to merge label Apr 23, 2019
@@ -0,0 +1,25 @@
#!/bin/bash

bash <(curl -L https://git.io/getLatestKialiOperator)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I just did this "curl" download simply to pick up the released version. This is simply running the stock operator/deploy/deploy-kiali-operator.sh script. You can execute that script however you do it normally - if you are running this out of a git cloned repo, you could make this something like ../../operator/deploy/deploy-kiali-operator.sh instead.

@rhqci
Copy link

rhqci commented Apr 23, 2019

Jenkins CI: kiali-core-pr-e2e-test #968

  • ✔️ run-kiali-e2e-tests #[1779]

@jmazzitelli
Copy link
Collaborator Author

this isn't needed

@jmazzitelli jmazzitelli deleted the system-tests-code-coverage branch June 25, 2019 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge A PR is not ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants