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
Copy file name to clipboardExpand all lines: README_TESTING.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,7 @@ Currently the `libvirt` provider accepts the following settings:
143
143
- `bridge`: the name of a bridge device
144
144
- `additional_network`: a network mask for PXE tests
145
145
146
+
```hcl
146
147
libvirt = {
147
148
// provider
148
149
uri = "qemu:///system"
@@ -151,6 +152,7 @@ libvirt = {
151
152
network_name = "default"
152
153
additional_network = "192.168.32.0/24"
153
154
}
155
+
```
154
156
155
157
The `cucumber_testsuite` module also offers the `use_avahi` and `avahi_reflector` variables, see [README_ADVANCED.md](README_ADVANCED.md) for their meaning.
156
158
@@ -192,7 +194,6 @@ module "cucumber_testsuite" {
192
194
}
193
195
```
194
196
195
-
196
197
## Alternative Portus server
197
198
198
199
If you want the test suite to use a Portus server, you can specify it with the `portus_uri`, `portus_username`, and `portus_password` variables.
By default, the test suite has the SUSE Manager server do its HTTP requests directly on the internet. However, you may change this by using `server_http_proxy` variable, so the requests go through some squid proxy.
0 commit comments