Skip to content

Commit

Permalink
Add kubevirt cluster type for e2e-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bardielle committed Dec 20, 2020
1 parent d59fd0c commit 49f2e96
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -60,6 +60,7 @@ vsphere) export TEST_PROVIDER=vsphere;;
openstack) export TEST_PROVIDER='{"type":"openstack"}';;
ovirt) export TEST_PROVIDER='{"type":"ovirt"}';;
openstack-vexxhost) export TEST_PROVIDER='{"type":"openstack"}';;
kubevirt) export TEST_PROVIDER='{"type":"kubevirt"}';;
*) echo >&2 "Unsupported cluster type '${CLUSTER_TYPE}'"; exit 1;;
esac

Expand Down

0 comments on commit 49f2e96

Please sign in to comment.