Skip to content

Commit

Permalink
Merge pull request #348 from kenyon/readme-fixes
Browse files Browse the repository at this point in the history
readme fixes
  • Loading branch information
kenyon authored Nov 27, 2023
2 parents e1bb124 + c9c47b8 commit c560cf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,9 @@ expected_hash:
HOSTS:
centos9-64-1:
pe_dir: "/opt/hello"
pe_ver:
pe_upgrade_dir:
pe_upgrade_ver:
pe_ver:
pe_upgrade_dir:
pe_upgrade_ver:
hypervisor: vmpooler
platform: el-9-x86_64
template: centos-9-x86_64
Expand All @@ -409,7 +409,7 @@ expected_hash:
nfs_server: none
consoleport: 443
pooling_api: http://vmpooler.delivery.puppetlabs.net/
expected_exception:
expected_exception:
```
These test fixtures are yaml files searched for in the directory
Expand All @@ -421,7 +421,7 @@ keys:
- `environment_variables`: The environment variables that should be set during
the `beaker-hostgenerator` call.
- `expected_hash`: A hash that should match the output of `beaker-hostgenerator`
when it is run with `options\_string`
when it is run with `arguments_string`
- `expected_exception`: If the `arguments_string` passed to `beaker-hostgenerator`
is expected to lead to an exceptional state, this is the name of the exception
that the fixture test will attempt to match.
Expand Down

0 comments on commit c560cf8

Please sign in to comment.