<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:04:31 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>[INTTEST-79] try to resolve yang syntax issues in public yang models</title>
                <link>https://jira.opendaylight.org/browse/INTTEST-79</link>
                <project id="10189" key="INTTEST">integration-test</project>
                    <description>&lt;p&gt;CSIT is pulling &lt;a href=&quot;https://github.com/YangModels/yang&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this yang github repo &lt;/a&gt; to run the&lt;br/&gt;
validator. The repo has a lot of syntax issues, most of which can be resolved with simple&lt;br/&gt;
edits (adding semicolons, etc). One of the trickier issues is how to handle this:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
/* Mapped to device model
 *     Device Model Target: /top:&lt;span class=&quot;code-object&quot;&gt;System&lt;/span&gt;/top:rpm-items/top:pfxlistv4-items/top:RuleV4-list/top:name
 * Transformation Function: oc_prefix_name_to_rule_prefix_name
 */
  deviation oc-rpol:routing-policy/oc-rpol:defined-sets/oc-rpol:prefix-sets/oc-rpol:prefix-set/oc-rpol:prefix-set-name {
    deviate &lt;span class=&quot;code-comment&quot;&gt;/* add, replace, or delete */&lt;/span&gt; {
      &lt;span class=&quot;code-comment&quot;&gt;/* something */&lt;/span&gt; &lt;span class=&quot;code-comment&quot;&gt;/* &lt;span class=&quot;code-quote&quot;&gt;&quot;something&apos;s value&quot;&lt;/span&gt; */&lt;/span&gt;;
    }
  }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;the deviate statement does not pass validation.&lt;/p&gt;</description>
                <environment></environment>
        <key id="32554">INTTEST-79</key>
            <summary>try to resolve yang syntax issues in public yang models</summary>
                <type id="10102" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10316&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="32550">INTTEST-75</parent>
                                    <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="10001">Won&apos;t Do</resolution>
                                        <assignee username="jluhrsen">Jamo Luhrsen</assignee>
                                    <reporter username="jluhrsen">Jamo Luhrsen</reporter>
                        <labels>
                    </labels>
                <created>Mon, 30 Mar 2020 20:31:35 +0000</created>
                <updated>Fri, 3 Apr 2020 16:34:09 +0000</updated>
                            <resolved>Fri, 3 Apr 2020 16:34:09 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="68004" author="jluhrsen" created="Tue, 31 Mar 2020 00:39:02 +0000"  >&lt;p&gt;I have the edits needed for the&#160;&lt;a href=&quot;https://github.com/YangModels/yang&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/YangModels/yang&lt;/a&gt;&#160;repo in the experimental/ folder. I asked a&lt;br/&gt;
question on github (via [PR |&#160;&lt;a href=&quot;https://github.com/YangModels/yang/issues/806&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/YangModels/yang/issues/806&lt;/a&gt;]) if I can just contribute those via pull request.&lt;/p&gt;

&lt;p&gt;but, there is at least one other issue in the vendor/cisco subdir that I noted in the description. Also, those files&lt;br/&gt;
have a header indicating that they are auto-generated, so I do not know how to get those changed/fixed. If we&lt;br/&gt;
can&apos;t find a way to fix the yang models, then we can update the test to remove those files before running the&lt;br/&gt;
test. That&apos;s not ideal though&lt;/p&gt;</comment>
                            <comment id="68007" author="jluhrsen" created="Fri, 3 Apr 2020 16:33:58 +0000"  >&lt;p&gt;I closed my github issue after learning how things work. This is not going to happen unless the owners of those&lt;br/&gt;
broken models do the work to fix it. And even if everything was fixed right now, there is no stopping some new&lt;br/&gt;
update to that repo to come in with broken yang which would then break our CSIT if we are using HEAD of &lt;br/&gt;
master for every job.&lt;/p&gt;

&lt;p&gt;Now I understand why the original test was freezing the repo at a specific commit and then removing a bunch&lt;br/&gt;
of specific files and folders.&lt;/p&gt;

&lt;p&gt;I am currently updating the test code to update to a recent commit so we wont be testing against something&lt;br/&gt;
so old.&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03rtj:</customfieldvalue>

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