Hey, I have tried to use your driver for Kitchen, and use this https://devcenter.megam.io/test_kitchen as a guideline.
However, when I try to run kitchen create I get this error:
Failed to complete #create action: [[VirtualMachineAllocate] Error allocating a new virtual machine. Parse error: syntax error, unexpected VARIABLE, expecting COMMA or CBRACKET at line 9, columns 765:768] on ubuntu-master-ubuntu
The error message points to a syntax error with the ONE template file, Ubuntu4Kube in the example above. Doesn't have anything to do with the kitchen driver.
Hey, I have tried to use your driver for Kitchen, and use this https://devcenter.megam.io/test_kitchen as a guideline.
However, when I try to run
kitchen create
I get this error:Failed to complete #create action: [[VirtualMachineAllocate] Error allocating a new virtual machine. Parse error: syntax error, unexpected VARIABLE, expecting COMMA or CBRACKET at line 9, columns 765:768] on ubuntu-master-ubuntu
My kitchen file looks like this:
Any ideas or suggestion?