GoogleCloudPlatform / cloud-foundation-toolkit

The Cloud Foundation toolkit provides GCP best practices as code.
Apache License 2.0
934 stars 448 forks source link

CFT developer-tools docker image still relies on Kitchen tests #1926

Open maximumG opened 8 months ago

maximumG commented 8 months ago

The CFT docker image (cft/developer-tools) provides an easy to use environment to develop our GCP related modules.

However it seems that the bundled script at /usr/local/bin/test_integration.sh still relies on the Kitchen testing framework, while most of the examples you provide in your terraform modume are based on the blueprint-test framework (cft CLI bundled in the image).

Is there any plan to update this script to now rely on CFT rather than kitchen ? I can propose a PR to introduce this change or create a separate script alongside this one to keep retro-compatibility ?

bharathkkb commented 7 months ago

Hi @maximumG, yes we do plan to deprecate the the old script. Happy to review a PR adding a new one for blueprint test!