README.md in cloudstack-cli-1.6.4 vs README.md in cloudstack-cli-1.6.5
- old
+ new
@@ -100,11 +100,11 @@
### Example: Bootstrapping a server
*Bootstraps a server using a template and creating port-forwarding rules for port 22 and 80:*
```bash
-$ cloudstack-cli server create server-01 --template CentOS-6.4-x64-v1.4 --zone DC1 --offering 1cpu_1gb --port-rules :22 :80
+$ cloudstack-cli server create web-01 --template CentOS-7.5-x64 --zone DC1 --offering 2cpu_2gb --port-rules :22 :80
```
### Example: Run any custom API command
*Run the "listAlerts" command against the CloudStack API with an argument of type=8:*
@@ -187,9 +187,16 @@
## References
- [Cloudstack API documentation](http://cloudstack.apache.org/docs/api/)
- This tool was inspired by the Knife extension for Cloudstack: [knife-cloudstack](https://github.com/CloudStack-extras/knife-cloudstack)
+
+## Test
+
+1. Requires the [cloudstack-simulator](https://hub.docker.com/r/cloudstack/simulator/) docker images running on your local machine
+2. You need to add the admin secrets to your local cloudstack environment an make it default
+3. Currently you need to create a isolated network named "test-network" manually on the simulator
+4. Run `bundle exec rake test`
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)