<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:39 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[OPNFLWPLUG-502] groups and meters tests fails for Li design ofp</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-502</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;odl: distribution-karaf-0.3.0-20150615.153636-2528.zip&lt;/p&gt;

&lt;p&gt;He designed ofp: 0 failures&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-cds-flow-services-only-stable-lithium/117/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-cds-flow-services-only-stable-lithium/117/&lt;/a&gt;&lt;/p&gt;



&lt;p&gt;Li designed ofp: 2 failures&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-cds-flow-services-lithium-redesign-only-stable-lithium/22/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-cds-flow-services-lithium-redesign-only-stable-lithium/22/&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Li designed ofp fails &quot;group&quot; and &quot;meter&quot; tests comparing to He designed plugin&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27770">OPNFLWPLUG-502</key>
            <summary>groups and meters tests fails for Li design ofp</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="pgubka@cisco.com">Peter Gubka</assignee>
                                    <reporter username="pgubka@cisco.com">Peter Gubka</reporter>
                        <labels>
                    </labels>
                <created>Mon, 15 Jun 2015 19:20:58 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:35 +0000</updated>
                            <resolved>Fri, 25 Sep 2015 17:31:02 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="57099" author="mirehak@cisco.com" created="Wed, 17 Jun 2015 13:43:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/22789/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/22789/&lt;/a&gt;&lt;br/&gt;
merged&lt;/p&gt;</comment>
                            <comment id="57100" author="mirehak@cisco.com" created="Tue, 23 Jun 2015 12:18:28 +0000"  >&lt;p&gt;Current model of group statistics in dataStore looks like this (abbreviated json):&lt;br/&gt;
{&lt;br/&gt;
    &quot;flow-node-inventory:group&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;buckets&quot;: &lt;/p&gt;
{
                &quot;bucket&quot;: [ ... ]
            }
&lt;p&gt;, &lt;br/&gt;
            &quot;group-id&quot;: 1, &lt;br/&gt;
            &quot;group-type&quot;: &quot;group-select&quot;, &lt;br/&gt;
            &quot;opendaylight-group-statistics:group-desc&quot;: {&lt;br/&gt;
                &quot;buckets&quot;: &lt;/p&gt;
{
                    &quot;bucket&quot;: [ ... ]
                }
&lt;p&gt;, &lt;br/&gt;
                &quot;group-id&quot;: 1, &lt;br/&gt;
                &quot;group-type&quot;: &quot;group-select&quot;&lt;br/&gt;
            }, &lt;br/&gt;
            &quot;opendaylight-group-statistics:group-statistics&quot;: {&lt;br/&gt;
                &quot;buckets&quot;: &lt;/p&gt;
{
                    &quot;bucket-counter&quot;: [
                        &amp;lt;bucket statistics&amp;gt;
                    ]
                }
&lt;p&gt;, &lt;br/&gt;
                &amp;lt;group statistics&amp;gt;,&lt;br/&gt;
                &quot;group-id&quot;: 1&lt;br/&gt;
            }&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;All data in the element &quot;opendaylight-group-statistics:group-desc&quot; are already contained in the parent element (&quot;flow-node-inventory:group&quot;). In Li-codebase models are shared but duplicate data are no longer filled. That is why there are differences in group statistics between He and Li codebases.&lt;/p&gt;

&lt;p&gt;Proposing solution: we could adapt robot tests so that the &quot;opendaylight-group-statistics:group-desc&quot; part will be ignored or considered optional.&lt;/p&gt;</comment>
                            <comment id="57101" author="pgubka@cisco.com" created="Wed, 22 Jul 2015 15:27:15 +0000"  >&lt;p&gt;test side should be updated&lt;/p&gt;</comment>
                            <comment id="57102" author="ecelgp" created="Fri, 25 Sep 2015 17:31:02 +0000"  >&lt;p&gt;I already did&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3741</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=3741]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10317"><![CDATA[Beryllium]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i031jr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>