diff options
-rw-r--r-- | Non Capturing Groups.md | 5 | ||||
-rw-r--r-- | OpenStack Tempest.md | 8 | ||||
-rw-r--r-- | Openstack project requirements.md | 2 | ||||
-rw-r--r-- | Regex.md | 4 | ||||
-rw-r--r-- | Tempest Plugin.md | 2 | ||||
-rw-r--r-- | Tempest.md | 9 |
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]] + +--- + |