From 78fd8cf2cf2e54cc44ee314cff9b580d8ad3d16c Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Tue, 24 Mar 2015 10:16:01 +0530 Subject: [PATCH] Setting the default value of flag to False This closes #127 Signed-off-by: Rohit Yadav --- tools/marvin/marvin/config/test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index 28eae42eeba..bda57a3e06c 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -1493,7 +1493,7 @@ test_data = { "ldapPassword": "" }, "systemVmDelay": 120, - "setUsageConfigurationThroughTestCase": True, + "setUsageConfigurationThroughTestCase": False, "vmware_cluster" : { "hypervisor": 'VMware', "clustertype": 'ExternalManaged',