On Tue, May 23 2017, Andres Alvarez wrote: > Hello everyone > > I am having a hard time in understanding the correct way to run the tests > in Gnocchi. I have already read about tox and testr, but it seems I still > can't get to run the tests.
tox -e py27-postgresql-file That'll run the test with PostgreSQL and the file storage backend. tox -e py35-mysql-ceph For MySQL and Ceph, etc. That's all you need. -- Julien Danjou -- Free Software hacker -- https://julien.danjou.info
signature.asc
Description: PGP signature
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
