From 88f6e5f716f9e91b445a111c371389cdc7c6e3e6 Mon Sep 17 00:00:00 2001 From: Viktor Yakovlyev Date: Thu, 16 Feb 2017 15:28:30 -0500 Subject: [PATCH] update readme with new integration test behaviour Signed-off-by: Viktor Yakovlyev --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec06b165f..8af455b54 100644 --- a/README.md +++ b/README.md @@ -104,14 +104,18 @@ To run the integration tests, please make sure all required environment variable bundle exec rake test:integration ``` -Right now, instances are not destroyed automatically. Please use +Instances are destroyed automatically. To persist instances please use + +``` +bundle exec rake test:integration_no_cleanup +``` + +To cleanup instances, please use ``` bundle exec rake test:cleanup ``` -to remove the setup created by terraform. - ## Kudos This project was inspired by [inspec-aws](https://github.com/arothian/inspec-aws) from [arothian](https://github.com/arothian).