fix(reboot): add windows99 no-secret verify collector
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Failing after 2m3s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Failing after 2m3s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped
This commit is contained in:
@@ -262,6 +262,16 @@ def _assert_reboot_slo_payload(payload: dict):
|
||||
]
|
||||
assert "VMRUN_PRESENT" in collection["expected_no_secret_output_fields"]
|
||||
assert "-Mode Verify" in collection["no_secret_verify_command"]
|
||||
assert collection["no_secret_collector_check_command"] == (
|
||||
"bash scripts/reboot-recovery/collect-windows99-vmware-verify.sh --check"
|
||||
)
|
||||
assert collection["no_secret_collector_collect_command"] == (
|
||||
"bash scripts/reboot-recovery/collect-windows99-vmware-verify.sh --collect"
|
||||
)
|
||||
assert (
|
||||
"no_secret_ssh_batchmode_verify_collector"
|
||||
in collection["safe_collection_channels"]
|
||||
)
|
||||
assert "host_reboot" in collection["forbidden_actions"]
|
||||
assert "windows_password_or_secret_collection" in collection["forbidden_actions"]
|
||||
windows99_management = payload["windows99_management_channel"]
|
||||
|
||||
Reference in New Issue
Block a user