Bug 1350162
| Summary: | Move ovirt master & 4.0 tests to use V4 of the oVirt API | ||
|---|---|---|---|
| Product: | [Community] ovirt-system-tests | Reporter: | Eyal Edri <eedri> |
| Component: | Core | Assignee: | Yaniv Kaul <ykaul> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Svaty <lsvaty> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 | CC: | bugs, gbenhaim, juan.hernandez, mperina |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-24 11:44:31 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | External | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Eyal Edri
2016-06-26 07:55:00 UTC
I've submitted a patch [1] to stop publishing sdk 3.6 to master nightly repo, Juan, should we just install the v4 sdk and we are ready to start using it? Or more actions are needed? [1] https://gerrit.ovirt.org/#/c/59766/ The initial plan for version 4.1 of oVirt is to remove the version 3 of th API, and version 3 of the SDKs and the CLI, so we will only support version 4 of the API and the SDKs. But I think it is still too early to make that change, as the decision isn't yet 100% finalized. So I believe that at this point it isn't OK to remove the 3.6 SDKs from the master nightly repo. To start using version 4 of the API and version 4 of the SDKs all you need to do is install the new SDKs, and adapt the ovirt-systems-test code to use the new versions. There's also a huge benefit in still running the 3.6 API, as you are testing backwards compatibility this way. I agree it's a bit too early, though we need to test the v4 API as well. Need to think how to combine (without doubling our efforts). Most of it is done...? |