Re: [release] Phosphorus SR1 RC


Robert Varga
 

On 22/11/2021 23:11, Daniel de la Rosa wrote:
it seems that there are still BGPCEP, OVSDB and OFP issues
https://jenkins.opendaylight.org/releng/view/autorelease/job/integration-distribution-test-phosphorus/228/ <https://jenkins.opendaylight.org/releng/view/autorelease/job/integration-distribution-test-phosphorus/228/>
On the BGPCEP side, this seems to be a problem with in RFC8040 request URI format:

http://10.30.170.109:8181/rests/data/odl-data-change-counter-config:data-change-counter-config/data-change-counter


results it:

<errors xmlns="urn:ietf:params:xml:ns:yang:ietf-restconf">
<error>
<error-tag>missing-attribute</error-tag>
<error-message>Entry '(urn:opendaylight:params:xml:ns:yang:bgpcep:data-change-counter-config?revision=2017-04-24)data-change-counter-config' requires key or value predicate to be present.
</error-message>
<error-type>protocol</error-type>
</error>
</errors>

I think that should read

http://10.30.170.109:8181/rests/data/odl-data-change-counter-config:data-change-counter-config=data-change-counter

instead, but let me get back to you.

Regards,
Robert

Join {TSC@lists.opendaylight.org to automatically receive all group messages.