<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-cloud-services.git/meta-openstack/recipes-extended/tempest/tempest_git.bb, branch dizzy-juno</title>
<subtitle>Mirror of git.yoctoproject.org/meta-cloud-services.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=dizzy-juno</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/atom?h=dizzy-juno'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/'/>
<updated>2014-08-29T13:47:53+00:00</updated>
<entry>
<title>core: update core projects to juno 2014.2-b2 versions</title>
<updated>2014-08-29T13:47:53+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-08-29T13:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=6549b2afe37bc17cafd8c6a824cd799afa1bb35b'/>
<id>urn:sha1:6549b2afe37bc17cafd8c6a824cd799afa1bb35b</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>Keystone: package service/user additions</title>
<updated>2014-07-30T04:50:59+00:00</updated>
<author>
<name>Andy Ning</name>
<email>andy.ning@windriver.com</email>
</author>
<published>2014-07-16T15:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=0aec82d70fa032bfe616ea5058d504f860e241f8'/>
<id>urn:sha1:0aec82d70fa032bfe616ea5058d504f860e241f8</id>
<content type='text'>
Instead of creating tenant/user/role and service/endpoint for all
openstack services in keystone postinstall, now each of the services
creates its own keystone identities by queueing them up in its postinstall
to a file /etc/keystone/service-user-setup. service-user-setup
script, when run as the last postinstall, calls identity.sh with keystone
identity parameters to create necessary identities for the services.

Signed-off-by: Andy Ning &lt;andy.ning@windriver.com&gt;
</content>
</entry>
<entry>
<title>tempest: update to juno latest</title>
<updated>2014-07-21T18:38:11+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-07-21T18:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=a47a0973d0dd3c95063c9cea5368d20b715f8d92'/>
<id>urn:sha1:a47a0973d0dd3c95063c9cea5368d20b715f8d92</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>tempest missing tools and testr config</title>
<updated>2014-07-17T04:12:13+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-07-09T18:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=5944b012c7259be82f3cef9780505da12b533780'/>
<id>urn:sha1:5944b012c7259be82f3cef9780505da12b533780</id>
<content type='text'>
OpenStack Rally requires "tools" from tempest.

Also modify tempest ".testr.conf" to allow testr to
run tempest from any location.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>tempest: remove version fixes</title>
<updated>2014-05-26T17:54:06+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-05-26T17:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=cb059cb67f71e983d226d41a5b7af690190d6a0e'/>
<id>urn:sha1:cb059cb67f71e983d226d41a5b7af690190d6a0e</id>
<content type='text'>
The tempest fixes to prevent an explicit version from being added
to urls was developed for havana and doesn't directly apply to
icehouse. Removing the patches, and they will be examined in the
future to see if they are applicable.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>tempest image client not specify version</title>
<updated>2014-05-26T15:30:08+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-05-23T15:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=9d9f9d4a538a1d4d5d8c951db4be708d005f54b7'/>
<id>urn:sha1:9d9f9d4a538a1d4d5d8c951db4be708d005f54b7</id>
<content type='text'>
Currently glance keystone endpoints URLs include
"v2/" at the end (e.g. http://&lt;glance server ip&gt;:9292:v2/).
This means glance should only be talked to using v2.

For tempest image testcases, image_client.py gets URLs
from keystones and appends additional version into
these URL strings (e.g. htt://&lt;glance server ip&gt;:9292:v2/v2/images)
which causes glance not to understand the command and return error:

NotFound: Object not found
Details: 404 Not Found
The resource could not be found.

In our case, we use the "v2" from URLs.

We also disable v1 image testcases as it's not possible
to test v1 with current glance endpoind URLs.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>tempest: Stop auto-detecting glance API versions</title>
<updated>2014-05-26T15:30:08+00:00</updated>
<author>
<name>Vu Tran</name>
<email>vu.tran@windriver.com</email>
</author>
<published>2014-05-23T15:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=d76df162be16d17a5318483602b2c59d7fef66ed'/>
<id>urn:sha1:d76df162be16d17a5318483602b2c59d7fef66ed</id>
<content type='text'>
commit 2b5287db8116ef8e3ed5e4fc211296e6293b5dcc upstream
https://github.com/openstack/tempest.git

This commit switches the image api tests from auto detecting which
api versions are available to having them explicitly set in the config
file. This is to make it explicit which tests are expected to be run
instead of assuming that everything is expected to work.

Signed-off-by: Vu Tran &lt;vu.tran@windriver.com&gt;

</content>
</entry>
<entry>
<title>tempest: update to icehouse master revision</title>
<updated>2014-05-07T16:31:47+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-05-07T16:31:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=b2114c7edfffe750960b76f9f428efd1118ffeae'/>
<id>urn:sha1:b2114c7edfffe750960b76f9f428efd1118ffeae</id>
<content type='text'>
tempest no longer branches per-release and instead ensures that the
single branch works for all releases.

As such, we change to master and update the SRCREV to the latest.

There is one new binary part of the package, so we add it to the
default tempest package.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>tempest: add tox as a REDEPENDS</title>
<updated>2014-04-09T16:07:08+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2014-04-09T16:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=940e7d24c418a9cbb93850c31d00e4f1edeaf764'/>
<id>urn:sha1:940e7d24c418a9cbb93850c31d00e4f1edeaf764</id>
<content type='text'>
Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
<entry>
<title>tempest: improve out of the box test results</title>
<updated>2013-12-18T06:29:04+00:00</updated>
<author>
<name>Bruce Ashfield</name>
<email>bruce.ashfield@windriver.com</email>
</author>
<published>2013-12-18T06:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-cloud-services.git/commit/?id=515a3f5b2d68d2484b49b899373f6920673cb22e'/>
<id>urn:sha1:515a3f5b2d68d2484b49b899373f6920673cb22e</id>
<content type='text'>
Minor tweaks to put the testr config and run_tests.sh on the target, to
facilate launching the tempest self tests.

We also modify the tempest.conf to properly locate the binaries and
enable neutron.

Signed-off-by: Bruce Ashfield &lt;bruce.ashfield@windriver.com&gt;
</content>
</entry>
</feed>
