<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/tempest.git/tempest/api/network/base_security_groups.py, branch master</title>
<subtitle>opendev.org: openstack/tempest
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/'/>
<entry>
<title>Handle properly 404 responses from Neutron</title>
<updated>2019-04-26T12:08:01+00:00</updated>
<author>
<name>Slawek Kaplonski</name>
<email>skaplons@redhat.com</email>
</author>
<published>2019-04-16T21:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=748dd8df737d28aad7dfd0a1e32659e0256126e2'/>
<id>748dd8df737d28aad7dfd0a1e32659e0256126e2</id>
<content type='text'>
In cleanUp methods there is no need to fail test if Neutron returns
404 for DELETE request.
This commit adds test_utils.call_and_ignore_notfound_exc helper function
to be used in cleanup of Neutron resources.

Change-Id: I2c394d3219e16f653343d7043d36f55048f211dd
Closes-Bug: #1824018
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In cleanUp methods there is no need to fail test if Neutron returns
404 for DELETE request.
This commit adds test_utils.call_and_ignore_notfound_exc helper function
to be used in cleanup of Neutron resources.

Change-Id: I2c394d3219e16f653343d7043d36f55048f211dd
Closes-Bug: #1824018
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tempest.lib data_utils - network</title>
<updated>2017-03-13T12:07:05+00:00</updated>
<author>
<name>Ken'ichi Ohmichi</name>
<email>ken-oomichi@wx.jp.nec.com</email>
</author>
<published>2017-03-10T18:52:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=f50e4dfeef8e451b6e9d8361fbeabc39ba897c6c'/>
<id>f50e4dfeef8e451b6e9d8361fbeabc39ba897c6c</id>
<content type='text'>
Tempest has duplicated modules of data_utils, one is tempest.lib and
the other is tempest.common. The difference is tempest.common module
refers to the config option resources_prefix. And the option is marked
as deprecated already. So it is nice to replace the calls with tempest.lib
one.

Change-Id: I6d8d9fcea9f31a4ce6b3c893383fce12f4d17c18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tempest has duplicated modules of data_utils, one is tempest.lib and
the other is tempest.common. The difference is tempest.common module
refers to the config option resources_prefix. And the option is marked
as deprecated already. So it is nice to replace the calls with tempest.lib
one.

Change-Id: I6d8d9fcea9f31a4ce6b3c893383fce12f4d17c18
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out Neutron security group rules client</title>
<updated>2016-01-14T13:43:44+00:00</updated>
<author>
<name>John Warren</name>
<email>jswarren@us.ibm.com</email>
</author>
<published>2016-01-12T20:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=456d9ae44f159f1b5fbd44f549e0fe24ddc62b76'/>
<id>456d9ae44f159f1b5fbd44f549e0fe24ddc62b76</id>
<content type='text'>
Splitting out a security group rules client for Neutron.

Partially implements blueprint consistent-service-method-names #

Change-Id: I2cd6bef13a16672bf0dbf6aeab0c60f0221e1a49
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Splitting out a security group rules client for Neutron.

Partially implements blueprint consistent-service-method-names #

Change-Id: I2cd6bef13a16672bf0dbf6aeab0c60f0221e1a49
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out Neutron security groups client</title>
<updated>2015-12-21T13:49:40+00:00</updated>
<author>
<name>John Warren</name>
<email>jswarren@us.ibm.com</email>
</author>
<published>2015-12-10T17:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=f9606e90347d7fb5901180b4e2424028ceeea276'/>
<id>f9606e90347d7fb5901180b4e2424028ceeea276</id>
<content type='text'>
Splitting out a security groups client for Neutron.

Partially implements blueprint consistent-service-method-names

Change-Id: I88a43f44346671de5dfb759d07c4086cffa8d4d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Splitting out a security groups client for Neutron.

Partially implements blueprint consistent-service-method-names

Change-Id: I88a43f44346671de5dfb759d07c4086cffa8d4d9
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the prefix-embedded rand_name method</title>
<updated>2015-07-06T04:52:41+00:00</updated>
<author>
<name>Fei Long Wang</name>
<email>flwang@catalyst.net.nz</email>
</author>
<published>2015-05-13T23:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=d39431f1a21e243a35178cd63b54721e1b95f4b9'/>
<id>d39431f1a21e243a35178cd63b54721e1b95f4b9</id>
<content type='text'>
A version of data_utils.rand_name in tempest_lib was created in tempest to
include a prefix specified in the conf file. This commit changes the
data_utils imports to use the new one in tempest.

Change-Id: Ie3fb5c3ac9afe365bf24e40b00be88d66da7c507
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A version of data_utils.rand_name in tempest_lib was created in tempest to
include a prefix specified in the conf file. This commit changes the
data_utils imports to use the new one in tempest.

Change-Id: Ie3fb5c3ac9afe365bf24e40b00be88d66da7c507
</pre>
</div>
</content>
</entry>
<entry>
<title>Split resource_setup for network tests</title>
<updated>2015-03-27T10:17:20+00:00</updated>
<author>
<name>Rohan Kanade</name>
<email>rkanade@redhat.com</email>
</author>
<published>2015-01-27T08:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=a565e451b74cd753d43ad1a3fdc4b8d52e50eded'/>
<id>a565e451b74cd753d43ad1a3fdc4b8d52e50eded</id>
<content type='text'>
Split up the resource_setup method for all the network tests, as per the
latest spec.

Partially-implements bp:resource-cleanup

Change-Id: If96a154cfe65dd3d18ff6b1e1943ccfb1db7300e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split up the resource_setup method for all the network tests, as per the
latest spec.

Partially-implements bp:resource-cleanup

Change-Id: If96a154cfe65dd3d18ff6b1e1943ccfb1db7300e
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove migrated utils code</title>
<updated>2015-03-07T00:16:10+00:00</updated>
<author>
<name>Matthew Treinish</name>
<email>mtreinish@kortar.org</email>
</author>
<published>2015-02-20T22:26:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=01472ff2ab26e2d14cd68dcb94f17b140a845efe'/>
<id>01472ff2ab26e2d14cd68dcb94f17b140a845efe</id>
<content type='text'>
This commit removes all the utils code which has been migrated to
tempest-lib and updates the uses of it to point to the library instead.

Change-Id: I9207641aa91c0ea7feb8e067316fc220880c3a3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes all the utils code which has been migrated to
tempest-lib and updates the uses of it to point to the library instead.

Change-Id: I9207641aa91c0ea7feb8e067316fc220880c3a3b
</pre>
</div>
</content>
</entry>
<entry>
<title>Change neutron client methods to return one value and update tests</title>
<updated>2014-12-18T14:56:18+00:00</updated>
<author>
<name>David Kranz</name>
<email>dkranz@redhat.com</email>
</author>
<published>2014-12-11T20:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=34e881201d0dcd790304e65405057ae4215eec1f'/>
<id>34e881201d0dcd790304e65405057ae4215eec1f</id>
<content type='text'>
Also removed redundant ok checks in javelin.py and put in a work-around
for the existing assumption that all client 'list_' methods have the same
signature.

It was necessary to change the mocked network calls in the unit tests.
Since the mocked status is never referenced, it was just removed.

Partially implements: blueprint clients-return-one-value

Change-Id: I76de07e984f13e3eec4977a4d823d1ef367e8f46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also removed redundant ok checks in javelin.py and put in a work-around
for the existing assumption that all client 'list_' methods have the same
signature.

It was necessary to change the mocked network calls in the unit tests.
Since the mocked status is never referenced, it was just removed.

Partially implements: blueprint clients-return-one-value

Change-Id: I76de07e984f13e3eec4977a4d823d1ef367e8f46
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate network API tests to resource_* fixtures</title>
<updated>2014-09-18T21:02:21+00:00</updated>
<author>
<name>Andrea Frittoli</name>
<email>andrea.frittoli@hp.com</email>
</author>
<published>2014-09-15T12:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=da4a2453e7472d5e85dc49fb14b196870078f804'/>
<id>da4a2453e7472d5e85dc49fb14b196870078f804</id>
<content type='text'>
Partially-implements bp resource-cleanup

Change-Id: I455c372f7356343f4398f69255c6150c3521b953
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partially-implements bp resource-cleanup

Change-Id: I455c372f7356343f4398f69255c6150c3521b953
</pre>
</div>
</content>
</entry>
<entry>
<title>Move API response success check to Neutron client</title>
<updated>2014-08-26T06:27:31+00:00</updated>
<author>
<name>Rohan Kanade</name>
<email>rkanade@redhat.com</email>
</author>
<published>2014-08-14T10:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/tempest.git/commit/?id=eeb216450d2dddafd4fa0dc2849c02f3aeca6a76'/>
<id>eeb216450d2dddafd4fa0dc2849c02f3aeca6a76</id>
<content type='text'>
* Move all API response success validation from Neutron API tests to
  Neutron base/json/xml clients

Partially Implements blueprint: client-checks-success

Change-Id: I784e9b610f64564861e94d20c6200d1e6915e7f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move all API response success validation from Neutron API tests to
  Neutron base/json/xml clients

Partially Implements blueprint: client-checks-success

Change-Id: I784e9b610f64564861e94d20c6200d1e6915e7f7
</pre>
</div>
</content>
</entry>
</feed>
