Commit fd53b7f
committed
refactor: [#217] Rename run_configuration_tests to run_configure_release_run_tests
The function now tests the complete configure → release → run workflow,
not just configuration. Renamed to accurately reflect what is being tested:
- run_configuration_tests → run_configure_release_run_tests
- Updated doc comments to describe the full workflow
- Updated log messages to match
This binary (e2e_config_and_release_tests) tests:
create → register → configure → release → run
While e2e_provision_and_destroy_tests tests:
create → provision → destroy
The split exists because GitHub Actions runners have LXD networking
limitations that prevent running commands inside provisioned VMs.1 parent 3ede934 commit fd53b7f
1 file changed
+16
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
194 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
195 | 204 | | |
196 | 205 | | |
197 | 206 | | |
| |||
221 | 230 | | |
222 | 231 | | |
223 | 232 | | |
224 | | - | |
225 | | - | |
| 233 | + | |
| 234 | + | |
226 | 235 | | |
227 | 236 | | |
228 | 237 | | |
| |||
270 | 279 | | |
271 | 280 | | |
272 | 281 | | |
273 | | - | |
| 282 | + | |
274 | 283 | | |
275 | 284 | | |
276 | 285 | | |
| |||
0 commit comments