openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #20652
[OpenStack][Tempest]All tests Openstack API can do is Tempest?
Hi, everybody
I would like to use the "Tempest" as Integration Test.
So I'm thinking, and I want to check the APIs that are executed
when we run the Tempest.
Are there any documents that explain what APIs are excuted
when running the Tempest.
ex)
+----------------------------------------------------------+---------------------------------------------------------+
| OpenStack API List | Tempest(test item) |
+----------------------------------------------------------+---------------------------------------------------------+
| GET v2/flavors | OK: test_list_flavors |
+----------------------------------------------------------+---------------------------------------------------------+
| POST v2/{tenant_id}/os-security-groups | OK: test_security_group_create_delete |
+----------------------------------------------------------+---------------------------------------------------------+
| | |
For OpenStack API, I was confirmed "OpenStack API Reference".
URL:http://api.openstack.org/api-ref.html
================
Thanks.
Leo Toyoda