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 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 30eb9eca..f54daae9 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,7 @@ commands = mock \ rtyaml \ ddt \ + pyvmomi \ prometheus_client>=0.4.2 \ git+git://github.com/loadtheaccumulator/glusto.git \ "git+git://github.com/gluster/glusto-tests.git#egg=glustolibs-gluster&subdirectory=glustolibs-gluster" \ @@ -43,6 +44,7 @@ commands = mock \ rtyaml \ ddt \ + pyvmomi \ prometheus_client>=0.4.2 \ git+git://github.com/loadtheaccumulator/glusto.git@python3_port1 \ "git+git://github.com/gluster/glusto-tests.git#egg=glustolibs-gluster&subdirectory=glustolibs-gluster" \ -- cgit