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
Do not send os element when template is present #40
Conversation
|
When I try to run integration tests again my RHEV 3.3 instance (Version 3.3.4-0.53.el6ev), I got couple of failures. It looks like a change in the API. I am not sure how much up to date are the integration tests. |
|
Do you happen to know what is wrong with my tests @abonas ? (I was testing master branch without any changes). |
|
@lzap it worked for me on clean rbovirt master against latest oVirt master (>3.4)/
|
|
@lzap what does the RHEV log say? |
|
Hello,
Nice.
Yes.
It's not my instance, I have no root access. But the problem could be Thanks for the test run. Do you think the patch is correct? Later, Lukas "lzap" Zapletal |
|
Hi Lukas, so Default data center afaik is present "out of the box" in all RHEV/oVirts. but let me recheck this and recheck what the tests are doing. |
|
Also relevant bug describing the root cause for the os element not to work is: https://bugzilla.redhat.com/show_bug.cgi?id=1104235 |
|
So I am able to confirm that the following tests fail with master against oVirt 3.4.1 (stable): This patch does not introduce any failures. |
|
It looks like most of these are thank to wrong SSL/cert configuration. Did @abenari explain to you how to setup this? I can see it expects ca_cert.pem file, but when I try to put it there, it does not validate. When I use http, then I get many 302 replies (https). |
|
Got it working, I will push some tests changes, it looks like some tests needs to be fixed. |
|
All tests are green now, I've refactored the configuration a bit, now it is possible to provide both datacenter and cluster by name. Also changed README and added more info about how to setup certificates for this. Please review. |
|
@lzap Both the os fix and the, tests and readme looks good. It could be great if you could separate it into two comeets in the same pull request. One for the is fix and one for the rest. |
|
Ok good idea, I re-pushed. Also added few more examples without template to cover the case. All good. |
Do not send os element when template is present
Fix for #39