test-kitchen / kitchen-vra

A Test Kitchen driver for VMware vRealize Automation
Apache License 2.0
13 stars 22 forks source link

Enhanced kitchen driver to accept shirt size option in kitchen.yml. #37

Closed vinuphilip closed 4 years ago

vinuphilip commented 4 years ago

Signed-off-by: Vinu Philip vinu.philip@gmail.com

Description

This change is to support the handling of shirt size option of vRA if provided in kitchen.yml, so that users can enter the shirt size value (combination of CPU, RAM and Storage) of the desired VM they wish to provision in kitchen.yml

Issues Resolved

None. This is just an enhancement

Check List

vinuphilip commented 4 years ago

@mwrock - i have recommitted with DCO sign off

mwrock commented 4 years ago

I just merged #38 and it looks like this PR introduces some new unit test failures and style violations. Can you rebase on master and clear those up? Thanks!

vinuphilip commented 4 years ago

@mwrock - I have rebased my changes on top of yours