From 0ed67572e11422f41b58bb9cf941be0e40f1cd18 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Sat, 8 Dec 2018 23:22:23 +0100 Subject: [PATCH] Try to clarify integrations tests instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c8ea9c5..23e5f694 100644 --- a/README.md +++ b/README.md @@ -720,12 +720,14 @@ chmod +x install.sh ``` ## run integration tests with vagrant -please note that: + +Please note that the following resources must be manually created in your Arduino Cloud environment: * the thing `devops-test:75b87fe3-169d-4603-a018-7fde9c667850` * the iot IAM policy `DevicePolicy` * the arduino user `devops-test` * the s3 bucket `arduino-tmp` -are resources that must be manually created in the Arduino Cloud environment, in order to replicate the testing, you will need to create those resources on your environment and edit the test setup/teardown scripts: + +Then you need to edit the test setup/teardown scripts: * `upload_dev_artifacts_on_s3.sh` * `create_iot_device.sh` * `teardown_dev_artifacts.sh`