summaryrefslogtreecommitdiff
path: root/Tempest Plugin.md
diff options
context:
space:
mode:
authorJasper Ras <jaspert.ras@gmail.com>2025-04-18 21:01:49 +0200
committerJasper Ras <jaspert.ras@gmail.com>2025-04-18 21:01:49 +0200
commita8a8e1f984f20c8008f3a5f57cd39b416eb73104 (patch)
tree2262794b52d82c5fd9cbc55b503b52fafbd3af8a /Tempest Plugin.md
parent5fa69499917fab7a026c90c8321dbcc22734106a (diff)
parentab409a3701bf59dd73dc1e0324376bdac8b6d74f (diff)
vault backup: 2025-04-18 21:01:49
Diffstat (limited to 'Tempest Plugin.md')
-rw-r--r--Tempest Plugin.md18
1 files changed, 18 insertions, 0 deletions
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