<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:01:01 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>[GBP-54] Add System Tests for GBP</title>
                <link>https://jira.opendaylight.org/browse/GBP-54</link>
                <project id="10127" key="GBP">groupbasedpolicy</project>
                    <description>&lt;p&gt;We need to create the system tests for each user-facing feature.  This was started with this gerrit:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/16831/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/16831/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;which can be used as a reference.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28360">GBP-54</key>
            <summary>Add System Tests for GBP</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="ruijing.guo@intel.com">Ruijing Guo</assignee>
                                    <reporter username="tbachman@yahoo.com">Thomas Bachman</reporter>
                        <labels>
                    </labels>
                <created>Thu, 21 May 2015 18:13:24 +0000</created>
                <updated>Thu, 16 Jul 2015 02:12:31 +0000</updated>
                            <resolved>Thu, 16 Jul 2015 02:12:31 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due>Thu, 18 Jun 2015 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="59445" author="alagalah" created="Sun, 31 May 2015 15:19:39 +0000"  >&lt;p&gt;Ask BTO for links to robot testing, TWS recordings for same etc.&lt;/p&gt;</comment>
                            <comment id="59446" author="tbachman@yahoo.com" created="Sun, 31 May 2015 17:46:47 +0000"  >&lt;p&gt;Whomever takes this on, some links:&lt;/p&gt;

&lt;p&gt;The Integration Group&apos;s wiki pages on the Robot Framework:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://wiki.opendaylight.org/view/CrossProject:Integration_Group:Using_Robot_Framework&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/CrossProject:Integration_Group:Using_Robot_Framework&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://wiki.opendaylight.org/view/CrossProject:Integration_Group:CSIT_Test_Tools:_Robot_Based&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/CrossProject:Integration_Group:CSIT_Test_Tools:_Robot_Based&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://wiki.opendaylight.org/view/CrossProject:Integration_Group:Robot_Framework&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/CrossProject:Integration_Group:Robot_Framework&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;Also look at the March 16th 2015 Technical Work Stream meeting (webex, minutes, slides):&lt;br/&gt;
&lt;a href=&quot;https://wiki.opendaylight.org/view/Tech_Work_Stream:Main#Information_From_Past_Meetings&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/Tech_Work_Stream:Main#Information_From_Past_Meetings&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Robot Integrated Development Environment (RIDE) is a GUI-based way of developing and running tests. I&apos;d recommend using the framework to write and run tests, as the Robot framework is a bit particular when it comes to formatting test files, etc.&lt;/p&gt;

&lt;p&gt;To run ride.py on OS-X, do this:&lt;br/&gt;
1) Install wxPython 2.8.12.1 &lt;br/&gt;
2) Install RIDE:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;pip install robotframework-ride&lt;br/&gt;
3) Set up 32-bit mode:&lt;/li&gt;
	&lt;li&gt;defaults write com.apple.versioner.python Prefer-32-Bit -bool yes&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Here&#8217;s a link with demo on installing and creating a test case in RIDE:&lt;br/&gt;
&lt;a href=&quot;https://code.google.com/p/robotframework-ride/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://code.google.com/p/robotframework-ride/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="59447" author="ruijing.guo@intel.com" created="Tue, 16 Jun 2015 13:47:47 +0000"  >&lt;p&gt;I am trying to add util/testOfOverlay/ as system test. &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=3668&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=3668&lt;/a&gt; is trying to fix testOfOverlay issue.&lt;/p&gt;</comment>
                            <comment id="59448" author="alagalah" created="Wed, 17 Jun 2015 11:24:47 +0000"  >&lt;p&gt;(In reply to Ruijing Guo from comment #3)&lt;br/&gt;
&amp;gt; I am trying to add util/testOfOverlay/ as system test.&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=3668&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=3668&lt;/a&gt; is trying to fix&lt;br/&gt;
&amp;gt; testOfOverlay issue.&lt;/p&gt;

&lt;p&gt;Rujing,&lt;/p&gt;

&lt;p&gt;Thanks for picking this up.&lt;/p&gt;

&lt;p&gt;We can&apos;t add this as a system test as it&apos;s no longer valid due to all the changes in Lithium.&lt;/p&gt;</comment>
                            <comment id="59449" author="ruijing.guo@intel.com" created="Thu, 16 Jul 2015 02:12:31 +0000"  >&lt;p&gt;The fix was merged to stable/lithium &amp;amp; master&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/23930/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/23930/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/23211/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/23211/&lt;/a&gt;&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>3330</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=3330]]></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="10373"><![CDATA[Lithium-RC3]]></customfieldvalue>

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

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

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