This can be used like this:
$ oc process --local -f ./openshift/resultsdb-test-template.yaml \ -p TEST_ID=test \ -p RESULTSDB_ADDITIONAL_RESULT_OUTCOMES=\[\'SOMETHING\'\]
In particular, it will be used by the Greenwave test suite which expects to be able to run some tests against resultsdb with varying kinds of outcomes.
See also greenwave#307.
rebased onto 1552254c5ea6e7ee9125f8f5e85c9a7b15b2b94d
Hey, just a quick note - seems like you have not based the PR on the develop's HEAD, could you please make sure that you rebase and only include the relevant commit? Thanks!
Ah, that's what I get for being too fast :) disregard the previous comment, @ralph :)
Lol! We were both confused by it @jskladan. I fixed as soon as I realized what I'd done.
+1 Looks good!
OK, I'm going for it. @jskladan, if you're opposed we can certainly back it out.
Thanks guys!
Pull-Request has been merged by ralph
This can be used like this:
In particular, it will be used by the Greenwave test suite which expects to be
able to run some tests against resultsdb with varying kinds of outcomes.