You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator
134
134
135
135
or
136
136
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
138
138
```
139
139
140
140
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
159
159
$ make testacc
160
160
```
161
161
162
+
To execute specific test:
163
+
164
+
```sh
165
+
$ make testacc TESTARGS='-run ^TestAccCloudStackNetworkACLRule_update$'
166
+
```
167
+
162
168
## Sample Terraform configuration when testing locally
163
169
164
170
Below is an example configuration to initialize provider and create a Virtual Machine instance
0 commit comments