This is an automated email from the ASF dual-hosted git repository. shwstppr pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
The following commit(s) were added to refs/heads/main by this push: new b4e5d6f readme: add specific test instruction in readme (#211) b4e5d6f is described below commit b4e5d6f9175c668938d5ce82eda197fd0dc96804 Author: Manoj Kumar <manojkr.it...@gmail.com> AuthorDate: Wed Aug 27 15:42:38 2025 +0530 readme: add specific test instruction in readme (#211) Add instructions for specific test execution --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32dbae1..8a51798 100644 --- a/README.md +++ b/README.md @@ -128,13 +128,13 @@ docker pull apache/cloudstack-simulator or pull it with a particular build tag -docker pull apache/cloudstack-simulator:4.19.0.0 +docker pull apache/cloudstack-simulator:4.20.1.0 docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator or -docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator:4.19.0.0 +docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator:4.20.1.0 ``` When Docker started the container you can go to http://localhost:8080/client and login to the CloudStack UI as user `admin` with password `password`. It can take a few minutes for the container is fully ready, so you probably need to wait and refresh the page for a few minutes before the login page is shown. @@ -159,6 +159,12 @@ In order for all the tests to pass, you will need to create a new (empty) projec $ make testacc ``` +To execute specific test: + +```sh +$ make testacc TESTARGS='-run ^TestAccCloudStackNetworkACLRule_update$' +``` + ## Sample Terraform configuration when testing locally Below is an example configuration to initialize provider and create a Virtual Machine instance