<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusterfs-containers-tests.git/tests/functional/common/gluster_block, branch master</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-containers-tests.git/'/>
<entry>
<title>Reorder test files removing redundant dirs</title>
<updated>2019-03-06T10:58:52+00:00</updated>
<author>
<name>Valerii Ponomarov</name>
<email>vponomar@redhat.com</email>
</author>
<published>2019-03-06T10:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=3de9a4ea9623cd3a928ce30cbae3364beeac5edb'/>
<id>3de9a4ea9623cd3a928ce30cbae3364beeac5edb</id>
<content type='text'>
Move all the files of 'tests/functional/common/' dir
to the 'tests/functional/', because 'common' is the only
dir there, which doesn't really makes sense.
Do the same about 'tests/functional/common/heketi/heketi_tests'
and 'tests/functional/common/heketi/'.

Change-Id: I1fa55e2e7bf09e9b9115629b06e1fd160e291a36
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move all the files of 'tests/functional/common/' dir
to the 'tests/functional/', because 'common' is the only
dir there, which doesn't really makes sense.
Do the same about 'tests/functional/common/heketi/heketi_tests'
and 'tests/functional/common/heketi/'.

Change-Id: I1fa55e2e7bf09e9b9115629b06e1fd160e291a36
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged HeketiBaseClass to BaseClass</title>
<updated>2019-02-22T11:22:41+00:00</updated>
<author>
<name>vamahaja</name>
<email>vamahaja@redhat.com</email>
</author>
<published>2019-02-08T08:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=eb396cc001519bfc3d27061a81a7cbf0692e4853'/>
<id>eb396cc001519bfc3d27061a81a7cbf0692e4853</id>
<content type='text'>
Renamed cns_baseclass.py to baseclass.py with updated BaseClass.
Merged HeketiBaseClass to BaseClass with appropriate changes.
Updated delete_volumes and delete_block_volumes methods used in
test case method with heketi_delete_volume and heketi_blockvolume-
delete.

Change-Id: I8f623f1692cd863dc8ff041f7e8525ee0dc84f7b
Signed-off-by: vamahaja &lt;vamahaja@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renamed cns_baseclass.py to baseclass.py with updated BaseClass.
Merged HeketiBaseClass to BaseClass with appropriate changes.
Updated delete_volumes and delete_block_volumes methods used in
test case method with heketi_delete_volume and heketi_blockvolume-
delete.

Change-Id: I8f623f1692cd863dc8ff041f7e8525ee0dc84f7b
Signed-off-by: vamahaja &lt;vamahaja@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[RHGSQE-108] Removed polarion test case ID's and updated description</title>
<updated>2019-01-11T10:30:49+00:00</updated>
<author>
<name>vamahaja</name>
<email>vamahaja@redhat.com</email>
</author>
<published>2019-01-08T07:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=efd7f6ffac516076a1201d2caeff3dc9edba3ab1'/>
<id>efd7f6ffac516076a1201d2caeff3dc9edba3ab1</id>
<content type='text'>
Change-Id: I9ab3c6bea56a02f76ce818ee095ffe4afc0e64c0
Signed-off-by: vamahaja &lt;vamahaja@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9ab3c6bea56a02f76ce818ee095ffe4afc0e64c0
Signed-off-by: vamahaja &lt;vamahaja@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor config options</title>
<updated>2018-12-25T17:50:48+00:00</updated>
<author>
<name>Valerii Ponomarov</name>
<email>vponomar@redhat.com</email>
</author>
<published>2018-12-25T15:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=a118c991bfd5368aee517cc26188b1e3fee82d1f'/>
<id>a118c991bfd5368aee517cc26188b1e3fee82d1f</id>
<content type='text'>
Doing following:
- Rename top-level config option group called 'cns' to the 'openshift'.
- Rename 'cns.setup.cns_project_name' option to the
  'openshift.storage_project_name'.
- Rename 'scale' option to the 'openshift.scale'.
- Delete ''devices' and 'zone' options from 'gluster_servers' config
  group.
- Delete 'cns.setup.cnd_username' option as unneeded.
- Delete 'cns.setup.cnd_password' option as unneeded.
- Delete 'oc_login' common function as unneeded after deletion of
  'cns.setup.cnd_username' and 'cns.setup.cnd_password' options.
- Remove 'Cns' word from base classes.
- Keep backwards compatibility for old options to make transition be
  smooth.

Change-Id: I04ddbbad5f64ffeac79a6744480d33a263d63001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doing following:
- Rename top-level config option group called 'cns' to the 'openshift'.
- Rename 'cns.setup.cns_project_name' option to the
  'openshift.storage_project_name'.
- Rename 'scale' option to the 'openshift.scale'.
- Delete ''devices' and 'zone' options from 'gluster_servers' config
  group.
- Delete 'cns.setup.cnd_username' option as unneeded.
- Delete 'cns.setup.cnd_password' option as unneeded.
- Delete 'oc_login' common function as unneeded after deletion of
  'cns.setup.cnd_username' and 'cns.setup.cnd_password' options.
- Remove 'Cns' word from base classes.
- Keep backwards compatibility for old options to make transition be
  smooth.

Change-Id: I04ddbbad5f64ffeac79a6744480d33a263d63001
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup base classes</title>
<updated>2018-12-15T18:10:26+00:00</updated>
<author>
<name>Valerii Ponomarov</name>
<email>vponomar@redhat.com</email>
</author>
<published>2018-12-15T18:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=90170d48e5d5190e1f552cb4792a5e093e30f8d0'/>
<id>90170d48e5d5190e1f552cb4792a5e093e30f8d0</id>
<content type='text'>
Remove unused/dead code from base classes.

Change-Id: Ib355e0282541c60297c1b240f7ff8df3f06d9d69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused/dead code from base classes.

Change-Id: Ib355e0282541c60297c1b240f7ff8df3f06d9d69
</pre>
</div>
</content>
</entry>
<entry>
<title>CNS: CNS-542 Restart gluster-block provisioner pod</title>
<updated>2018-10-31T07:48:41+00:00</updated>
<author>
<name>Apeksha D Khakharia</name>
<email>akhakhar@redhat.com</email>
</author>
<published>2018-10-01T06:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=755df2167120a735c1fa9f979fe097c5e8122cd0'/>
<id>755df2167120a735c1fa9f979fe097c5e8122cd0</id>
<content type='text'>
Change-Id: Icb843c2d001ac707a7bf1fce177cb4fb63d386a9
Signed-off-by: Apeksha D Khakharia &lt;akhakhar@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Icb843c2d001ac707a7bf1fce177cb4fb63d386a9
Signed-off-by: Apeksha D Khakharia &lt;akhakhar@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Directory structure for cns-qe/cns_automation repo</title>
<updated>2017-11-23T04:35:39+00:00</updated>
<author>
<name>Arthy Loganathan</name>
<email>aloganat@redhat.com</email>
</author>
<published>2017-11-20T18:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://dev.gluster.org/cgit/glusterfs-containers-tests.git/commit/?id=46cbb93cb1458484795d114bbf826a77e117e299'/>
<id>46cbb93cb1458484795d114bbf826a77e117e299</id>
<content type='text'>
Change-Id: I8be99fbfa6428b69c31ec2411ff021a2bee6ac45
Signed-off-by: Arthy Loganathan &lt;aloganat@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I8be99fbfa6428b69c31ec2411ff021a2bee6ac45
Signed-off-by: Arthy Loganathan &lt;aloganat@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
