#!/usr/bin/env bats @test "Create a Virtual Machine" { name='test' withResources='true' if [ "$withResources" == 'true' ]; then cores="1000m" memory="1Gi else cores="2000m" memory="2Gi fi kubectl apply -f - <