From 2b2210b972762ea3a912cfdbfc65e4dfb2b3b89a Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Sun, 26 Nov 2023 16:13:23 -0800 Subject: [PATCH 1/2] README: trim trailing whitespace --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bebef8c3..d054c383 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 From c9c47b86cdf929f0017bd04d432eabf25ee2c0c0 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Sun, 26 Nov 2023 16:13:54 -0800 Subject: [PATCH 2/2] README: options_string was renamed to arguments_string This should have been changed in commit c6507fd4 (#21). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d054c383..544d1078 100644 --- a/README.md +++ b/README.md @@ -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.