Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Kitchen Mac OS support #1751

Open
tdigangi opened this issue Apr 14, 2021 · 1 comment
Open

Test Kitchen Mac OS support #1751

tdigangi opened this issue Apr 14, 2021 · 1 comment

Comments

@tdigangi
Copy link

tdigangi commented Apr 14, 2021

Brief Description

Test Kitchen local backend does not support Big Sur Mac OS version 11.2.1

Version

Test Kitchen version 2.11.2

Environment

ruby '2.6.3'
kitchen-terraform 4.3
test-kitchen 2.11.2
mac os 11.2.1

Steps to Reproduce

example:
cd /path/of/.kitchen.yml
kitchen create
kitchen converge
kitchen verify -> issue occurs when running controls

Expected Result

local backend integration tests to run and report success/failure

Actual Result

Profile Summary: 1 successful control, 0 control failures, 0 controls skipped
Test Summary: 1 successful, 0 failures, 0 skipped
$$$$$$ Finished verifying the 'inspec-gcp' system.
$$$$$$ Verifying the 'local' system...
Skipping profile: 'submodule_vpc_serverless_connector_beta' on unsupported platform: 'mac_os_x/20.3.0'.

Test Summary: 0 successful, 0 failures, 0 skipped
$$$$$$ Finished verifying the 'local' system.
$$$$$$ Finished verifying the systems.
       Finished verifying <submodule-vpc-serverless-connector-beta-local> (0m11.24s).
-----> Test Kitchen is finished. (0m12.68s)
@marcparadise
Copy link
Contributor

The version number is reporting oddly there too (mac_osx/20.3.0), this is something we should look into further

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants