commit | 7579c1a40e68e58af2403181c67e2e687e8cf074 | [log] [tgz] |
---|---|---|
author | Chris Hoge <chris@openstack.org> | Thu Feb 26 14:12:15 2015 -0800 |
committer | Chris Hoge <chris@openstack.org> | Thu Feb 26 16:05:16 2015 -0800 |
tree | bcedef09f6ea972d06c8f1f8568f445cf6922917 | |
parent | 296558cf413f021b316afd588ba823bc94a88e95 [diff] |
Add UUIDs to all tempest tests and gate check Adds uuid4 as a decorator of the form: @test.idempotent_id('12345678-1234-1234-1234-123456789abc') to every test in the Tempest tree. Includes a gate check to ensure the existence and uniqueness of the ids. Modify check tool to ignore Tempest unit tests. Change-Id: I19e3c7dd555a3ea09d585fb9091c357a300e6559 Co-Authored-By: Sergey Slipushenko <sslypushenko@mirantis.com> Implements: bp test-uuid