From eae6b57f17f5065a2bd3f130668043693f579cb4 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 11 Apr 2025 16:02:40 +0200 Subject: vault backup: 2025-04-11 16:02:40 --- Tempest Plugin.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Tempest Plugin.md (limited to 'Tempest Plugin.md') diff --git a/Tempest Plugin.md b/Tempest Plugin.md new file mode 100644 index 0000000..58ebaac --- /dev/null +++ b/Tempest Plugin.md @@ -0,0 +1,18 @@ +--- +tags: + - openstack + - tempest +--- +A plugin for [[OpenStack Tempest]] that tests a non-core service such as gobs. + +**Recommendation:** keep tempest plugin for a service in a seperate repository. + +Requires an entrypoint in your app that it can find. +Consists of "service clients", clients that consume specific parts of the service. ie. a backup service client, or snapshot service client. + +1 test suite per service / resource of the API. + +Base class for "API Tests" can handle resource management using an idempotent id it can make sure resources are properly destroyed upon teardown. + +--- +https://www.youtube.com/watch?v=oN4lRR2_S_k \ No newline at end of file -- cgit v1.2.3