From 15b8483a28b27c3fd510af59313701d301a86fab Mon Sep 17 00:00:00 2001 From: Alberto Contreras Date: Tue, 26 Apr 2022 14:20:48 +0200 Subject: [PATCH 1/2] Fix typo in integration_test.rst --- doc/rtd/topics/integration_tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rtd/topics/integration_tests.rst b/doc/rtd/topics/integration_tests.rst index f9f719daff7..37c6f995c1a 100644 --- a/doc/rtd/topics/integration_tests.rst +++ b/doc/rtd/topics/integration_tests.rst @@ -54,8 +54,8 @@ or by providing an environment variable of the same name prepended with CLOUD_INIT_PLATFORM='ec2' pytest tests/integration_tests/ -Cloud Interation -================ +Cloud Integration +================= Cloud interaction happens via the `pycloudlib `_ library. In order to run integration tests, pycloudlib must first be From 8927556117416e4c416be2b5a05be364662689d9 Mon Sep 17 00:00:00 2001 From: Alberto Contreras Date: Tue, 26 Apr 2022 21:18:39 +0200 Subject: [PATCH 2/2] Update doc/rtd/topics/integration_tests.rst Co-authored-by: James Falcon --- doc/rtd/topics/integration_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rtd/topics/integration_tests.rst b/doc/rtd/topics/integration_tests.rst index 37c6f995c1a..b2c1f5ab525 100644 --- a/doc/rtd/topics/integration_tests.rst +++ b/doc/rtd/topics/integration_tests.rst @@ -54,7 +54,7 @@ or by providing an environment variable of the same name prepended with CLOUD_INIT_PLATFORM='ec2' pytest tests/integration_tests/ -Cloud Integration +Cloud Interaction ================= Cloud interaction happens via the `pycloudlib `_ library.