<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/tests/functional, branch 2.9.1</title>
<subtitle>opendev.org: openstack/python-ceilometerclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/'/>
<entry>
<title>Deprecate ceilometerclient</title>
<updated>2017-05-29T11:24:53+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2017-05-16T09:49:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=bb017e5f8f4ab88d77b746404a8bfe9e109c4487'/>
<id>bb017e5f8f4ab88d77b746404a8bfe9e109c4487</id>
<content type='text'>
Change-Id: I9259b2e44ac1ba815a6eec5019f0460065996eac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9259b2e44ac1ba815a6eec5019f0460065996eac
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from deprecated tempest-lib to tempest</title>
<updated>2016-04-12T17:31:46+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2016-04-12T17:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=bf5dd756cfbeb87cbd6eab21b793eb9e4faab91f'/>
<id>bf5dd756cfbeb87cbd6eab21b793eb9e4faab91f</id>
<content type='text'>
Change-Id: I2e94b8102ad19500068cc2688d11293e4e9b8aed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2e94b8102ad19500068cc2688d11293e4e9b8aed
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new location of subunit2html</title>
<updated>2015-09-03T15:52:57+00:00</updated>
<author>
<name>Ryota MIBU</name>
<email>r-mibu@cq.jp.nec.com</email>
</author>
<published>2015-09-03T15:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=3469efac8e8100cbc59a35ff0f8aa280aae0149b'/>
<id>3469efac8e8100cbc59a35ff0f8aa280aae0149b</id>
<content type='text'>
The previous location is going away, this location is preferred.

This patch is copied from https://review.openstack.org/#/c/218165/ .

Change-Id: Idd9cc58a845e82bc679d49e5bfb22644a9c67364
Closes-Bug: #1489404
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous location is going away, this location is preferred.

This patch is copied from https://review.openstack.org/#/c/218165/ .

Change-Id: Idd9cc58a845e82bc679d49e5bfb22644a9c67364
Closes-Bug: #1489404
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing ceilometer CLI tests</title>
<updated>2015-04-14T08:38:10+00:00</updated>
<author>
<name>raiesmh08</name>
<email>raiesmh08@gmail.com</email>
</author>
<published>2015-04-14T08:37:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=f903d68b94ca9ea335dda884d57e92f2e0ebba55'/>
<id>f903d68b94ca9ea335dda884d57e92f2e0ebba55</id>
<content type='text'>
This patch adds following missing Ceilometer CLI tests -
1. help
2. bash completion
In addition to this following optional arguments are also verified.
1. --debug
It also modifies existing code to check outputs of different tests.

Earlier these were uploaded under -
https://review.openstack.org/#/c/100190/

Change-Id: I2a00918e4ecbaac7d08f07ebaaa587dde7d8eee5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds following missing Ceilometer CLI tests -
1. help
2. bash completion
In addition to this following optional arguments are also verified.
1. --debug
It also modifies existing code to check outputs of different tests.

Earlier these were uploaded under -
https://review.openstack.org/#/c/100190/

Change-Id: I2a00918e4ecbaac7d08f07ebaaa587dde7d8eee5
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a post_test_hook for gate-run functional tests</title>
<updated>2015-03-18T17:19:23+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chdent@redhat.com</email>
</author>
<published>2015-03-12T15:16:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=5bc02fe57bae5e38054a121ae03e429e9b0ba5b1'/>
<id>5bc02fe57bae5e38054a121ae03e429e9b0ba5b1</id>
<content type='text'>
This does the necessary to gather up the results and publish them
properly for the gate job. Based on similar changes done for
python-novaclient.

Change-Id: Ib1f63aed9425fc8418fb9ddfe32f2d53f4b7c2b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does the necessary to gather up the results and publish them
properly for the gate job. Based on similar changes done for
python-novaclient.

Change-Id: Ib1f63aed9425fc8418fb9ddfe32f2d53f4b7c2b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cli functional tests from tempest</title>
<updated>2015-03-16T15:21:55+00:00</updated>
<author>
<name>Chris Dent</name>
<email>chdent@redhat.com</email>
</author>
<published>2015-03-12T14:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=5d52f773090ee2d21c4b1d7d5a660be5db9bb48a'/>
<id>5d52f773090ee2d21c4b1d7d5a660be5db9bb48a</id>
<content type='text'>
test_readonly_ceilometer is migrated from
./tempest/cli/simple_read_only/telemetry

A new 'functional' target is available in tox. In order for these
tests to pass OS_PASSWORD, OS_AUTH_URL, OS_USERNAME
and OS_TENANT_NAME need to be set in the environment before running
the tests, e.g:

    source src/devstack/openrc demo demo &amp;&amp; tox -efunctional

Subsequent patches will remove tests from tempest and add thes tests
to project-config for gate checks.

Change-Id: I3ce5ddbe471d70e8775ec5a1cc908a95a335b5e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test_readonly_ceilometer is migrated from
./tempest/cli/simple_read_only/telemetry

A new 'functional' target is available in tox. In order for these
tests to pass OS_PASSWORD, OS_AUTH_URL, OS_USERNAME
and OS_TENANT_NAME need to be set in the environment before running
the tests, e.g:

    source src/devstack/openrc demo demo &amp;&amp; tox -efunctional

Subsequent patches will remove tests from tempest and add thes tests
to project-config for gate checks.

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