[GENIUS-210] Neon-MRI: Bump odlparent, yangtools, mdsal Created: 04/Sep/18 Updated: 26/Oct/18 Due: 04/Oct/18 Resolved: 26/Oct/18 |
|
| Status: | Resolved |
| Project: | genius |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Neon |
| Type: | Improvement | Priority: | Medium |
| Reporter: | Michael Vorburger | Assignee: | Michael Vorburger |
| Resolution: | Done | Votes: | 0 |
| Labels: | neon-mri | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Description |
|
genius part of https://git.opendaylight.org/gerrit/#/q/topic:neon-mri ... |
| Comments |
| Comment by Michael Vorburger [ 19/Sep/18 ] |
|
FYI https://wiki.opendaylight.org/view/Neon_platform_upgrade has step-by-step instructions ... We obviously first need all projects we depends on to move, OVSDB, openflowplugin, DAEXIM (others are done). |
| Comment by Michael Vorburger [ 20/Sep/18 ] |
|
Genius weekly meeting minutes today: Hematg will see who from E// can take this... |
| Comment by Vishal Thapar [ 24/Sep/18 ] |
|
Vishal 'not from E///' has pushed the initial patch, blocked on OFP. |
| Comment by Michael Vorburger [ 06/Oct/18 ] |
|
thapar I'm slighty confused re. how "ready" this patch was left off... I'm trying it out locally now, and am still seeing failures in DataBrokerFailuresTest, and multipatch has this: [INFO] --- xtend-maven-plugin:2.14.0:testCompile (default) @ interfacemanager-impl ---
[ERROR]
ERROR: ExpectedBoundServiceState.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedBoundServiceState.xtend
11: org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508.L2vlan cannot be resolved to a type.
[ERROR]
ERROR: ExpectedBoundServiceState.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedBoundServiceState.xtend
23: The method or field L2vlan is undefined
[ERROR]
ERROR: ExpectedInterfaceType.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedInterfaceType.xtend
10: org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508.L2vlan cannot be resolved to a type.
[ERROR]
ERROR: ExpectedInterfaceType.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedInterfaceType.xtend
19: The method or field L2vlan is undefined
[ERROR]
ERROR: ExpectedInterfaceConfig.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedInterfaceConfig.xtend
17: org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508.L2vlan cannot be resolved to a type.
[ERROR]
ERROR: ExpectedInterfaceConfig.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedInterfaceConfig.xtend
29: The method or field L2vlan is undefined
[ERROR]
ERROR: ExpectedInterfaceConfig.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedInterfaceConfig.xtend
43: The method or field L2vlan is undefined
[ERROR]
ERROR: ExpectedInterfaceConfig.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedInterfaceConfig.xtend
56: The method or field L2vlan is undefined
[ERROR]
ERROR: ExpectedInterfaceConfig.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedInterfaceConfig.xtend
73: The method or field L2vlan is undefined
[ERROR]
ERROR: ExpectedInterfaceState.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedInterfaceState.xtend
16: org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508.L2vlan cannot be resolved to a type.
[ERROR]
ERROR: ExpectedInterfaceListFromDpn.xtend - /w/workspace/integration-multipatch-test-neon/patch_tester/genius/interfacemanager/interfacemanager-impl/src/test/java/org/opendaylight/genius/interfacemanager/test/xtend/ExpectedInterfaceListFromDpn.xtend
20: The method or field org is undefined
|
| Comment by Michael Vorburger [ 06/Oct/18 ] |
|
Above was just one of a number of remaining problems here (to pass tests, not just build with -Pq)... I've now fixed everything up left; with this, it almost fully passed locally for me now - hit same problem as in rovarga FYI. |