We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0299bc7 commit cd2051dCopy full SHA for cd2051d
README.md
@@ -106,12 +106,12 @@ ProxmoxMachine controller follows the [typical infra-machine logic](https://clus
106
107
### Testing
108
#### Unit Testing
109
-```
+```sh
110
make unit-test
111
```
112
113
#### Unit and Integration Testing
114
115
export PROXMOX_URL=https://X.X.X.X:8006/api2/json
116
export PROXMOX_PASSWORD=password
117
export PROXMOX_USER=user@pam
@@ -120,7 +120,7 @@ make test
120
121
122
#### E2E Testing
123
124
export CONTROLPLANE_HOST=X.X.X.X
125
126
0 commit comments