Skip to content

Commit

Permalink
Restore scs-0210-v1 conformance tests (#503)
Browse files Browse the repository at this point in the history
This restores the conformance check for scs-0210-v1 to exactly the state as it was before 55cdcb0 and applies the bugfix for #492.

Signed-off-by: Martin Morgenstern <[email protected]>
  • Loading branch information
martinmo authored Mar 6, 2024
1 parent 46bb2b8 commit 72cd26f
Show file tree
Hide file tree
Showing 2 changed files with 492 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Tests/kaas/k8s-version-recency/config.yaml.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Configuration file for the K8s Version Recency Test

logging:
level: INFO
version: 1
disable_existing_loggers: False
formatters:
k8s-version-recency-check:
format: "%(levelname)s: %(message)s"
handlers:
console:
class: logging.StreamHandler
formatter: k8s-version-recency-check
stream: ext://sys.stdout
file:
class: logging.handlers.WatchedFileHandler
formatter: k8s-version-recency-check
filename: MY-LOG-FILE-NAME.log
root: # Configuring the default (root) logger is highly recommended
handlers: [console]
loggers:
k8s-version-recency-check:
handlers: [console, file]
propagate: no
Loading

0 comments on commit 72cd26f

Please sign in to comment.