summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-08-04 15:51:32 +0200
committerJasper Ras <jras@hostnet.nl>2025-08-04 15:51:32 +0200
commitb716c675418259f6d2f77e5075d57dceb9329209 (patch)
treeaa577a7198f1fe5868120dc87d0076cee5352f0a
parent00a52e3d631df0a7610f4f17a9bd6d60205239fd (diff)
vault backup: 2025-08-04 15:51:32
-rw-r--r--Non Capturing Groups.md5
-rw-r--r--OpenStack Tempest.md8
-rw-r--r--Openstack project requirements.md2
-rw-r--r--Regex.md4
-rw-r--r--Tempest Plugin.md2
-rw-r--r--Tempest.md9
6 files changed, 20 insertions, 10 deletions
diff --git a/Non Capturing Groups.md b/Non Capturing Groups.md
new file mode 100644
index 0000000..ef5237d
--- /dev/null
+++ b/Non Capturing Groups.md
@@ -0,0 +1,5 @@
+[[Regex]]
+
+---
+
+A non capturing is a group prepended with `?:` ie `(?:aad)`. \ No newline at end of file
diff --git a/OpenStack Tempest.md b/OpenStack Tempest.md
deleted file mode 100644
index 5ae0308..0000000
--- a/OpenStack Tempest.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-tags:
- - tempest
- - openstack
----
-Test an OpenStack cloud using only its public APIs.
-
-**Scenario Test** is more complicated than a single APi endpoint, like, booting from an existing volume. \ No newline at end of file
diff --git a/Openstack project requirements.md b/Openstack project requirements.md
index ced21c2..e60f9aa 100644
--- a/Openstack project requirements.md
+++ b/Openstack project requirements.md
@@ -1,4 +1,4 @@
-[[OpenStack Tempest]]
+[[Tempest]]
Requirements are globally synced: https://opendev.org/openstack/requirements
When installing a new service into devstack its requirements need to match; otherwise hell will break loose. \ No newline at end of file
diff --git a/Regex.md b/Regex.md
new file mode 100644
index 0000000..3239e44
--- /dev/null
+++ b/Regex.md
@@ -0,0 +1,4 @@
+https://www.regular-expressions.info/
+
+
+[[Non Capturing Groups]]
diff --git a/Tempest Plugin.md b/Tempest Plugin.md
index 58ebaac..6e563db 100644
--- a/Tempest Plugin.md
+++ b/Tempest Plugin.md
@@ -3,7 +3,7 @@ tags:
- openstack
- tempest
---
-A plugin for [[OpenStack Tempest]] that tests a non-core service such as gobs.
+A plugin for [[Tempest]] that tests a non-core service such as gobs.
**Recommendation:** keep tempest plugin for a service in a seperate repository.
diff --git a/Tempest.md b/Tempest.md
new file mode 100644
index 0000000..5c00c8c
--- /dev/null
+++ b/Tempest.md
@@ -0,0 +1,9 @@
+---
+tags:
+ - tempest
+ - openstack
+---
+[[GroupVPS Platform]]
+
+---
+