Skip to content

Commit 340d8a8

Browse files
committed
add specific test instruction in readme
1 parent 4eb6d4b commit 340d8a8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ docker pull apache/cloudstack-simulator
128128

129129
or pull it with a particular build tag
130130

131-
docker pull apache/cloudstack-simulator:4.19.0.0
131+
docker pull apache/cloudstack-simulator:4.20.1.0
132132

133133
docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator
134134

135135
or
136136

137-
docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator:4.19.0.0
137+
docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator:4.20.1.0
138138
```
139139

140140
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
159159
$ make testacc
160160
```
161161

162+
To execute specific test:
163+
164+
```sh
165+
$ make testacc TESTARGS='-run ^TestAccCloudStackNetworkACLRule_update$'
166+
```
167+
162168
## Sample Terraform configuration when testing locally
163169

164170
Below is an example configuration to initialize provider and create a Virtual Machine instance

0 commit comments

Comments
 (0)