diff options
Diffstat (limited to 'tests/glusterfs-containers-tests-config.yaml')
-rw-r--r-- | tests/glusterfs-containers-tests-config.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/glusterfs-containers-tests-config.yaml b/tests/glusterfs-containers-tests-config.yaml index c69f3922..d92dbaac 100644 --- a/tests/glusterfs-containers-tests-config.yaml +++ b/tests/glusterfs-containers-tests-config.yaml @@ -59,3 +59,13 @@ openshift: common: stop_on_first_failure: False heketi_command_timeout: 120 + +cloud_provider: + name: '<fake-cloud-provider-name eg. vmware>' + vmware: + hostname: '<fake-hostname>' + username: '<fake-username>' + password: '<fake-password>' + port: 443 + aws: # To be done in future + libvirt: # To be done in future |