Add tempest ids for functional and scenario tests
This patch add tempest ids for all functional and scenario tests.
Also add check-uuid to tox tests.
Change-Id: I247d662b9695744a8dc7e8c7db00ed36478f3d61
diff --git a/releasenotes/notes/support-check-uuid-aa577427e4d32e4b.yaml b/releasenotes/notes/support-check-uuid-aa577427e4d32e4b.yaml
new file mode 100644
index 0000000..053c240
--- /dev/null
+++ b/releasenotes/notes/support-check-uuid-aa577427e4d32e4b.yaml
@@ -0,0 +1,7 @@
+---
+other:
+ - |
+ We can now run check-uuid to check if we give tempest id for all tempest
+ tests (not includes tests which run with gabbits) by running
+ ``tox -e pep8``. Also now you can run ``tox -e uuidgen`` for automatically
+ add ids to tests.