From 45958781660802c7c8792c307fda05e43323cf20 Mon Sep 17 00:00:00 2001 From: Nitin Goyal Date: Mon, 15 Jul 2019 16:02:20 +0530 Subject: Add TC restart app pod when target node is down New TC insures that app pod is restarted properly when one of the target node is down. This patch includes libs of vmware api These libraries can perform VM operations like power on and off via vmware client api's. Change-Id: I11ad4dc3318cb0583de5882d8067ed7e30ea9962 --- tests/glusterfs-containers-tests-config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/glusterfs-containers-tests-config.yaml') 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: '' + vmware: + hostname: '' + username: '' + password: '' + port: 443 + aws: # To be done in future + libvirt: # To be done in future -- cgit