From 753a3e312e4de78cf9862b8e85c158c4f8bdd55f Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:11:51 +0200 Subject: [PATCH] docs: document infra-smoke-tests --- service-catalog/infra-smoke-tests/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 service-catalog/infra-smoke-tests/README.md diff --git a/service-catalog/infra-smoke-tests/README.md b/service-catalog/infra-smoke-tests/README.md new file mode 100644 index 0000000..5b23307 --- /dev/null +++ b/service-catalog/infra-smoke-tests/README.md @@ -0,0 +1,12 @@ +# Infra smoke tests + +The [infra-smoke-tests] repository contains a set of tests that are run against +the infrastructure to ensure that it is working as expected. + +Use cases: + +- Check if there's an ongoing incident. +- Ensure that modification to the infrastructure (e.g. `terraoform apply`) + worked as expected. + +[infra-smoke-tests]: https://github.com/rust-lang/infra-smoke-tests