Setting the default value of flag to False

This closes #127

Signed-off-by: Rohit Yadav <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/78fd8cf2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/78fd8cf2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/78fd8cf2

Branch: refs/heads/master
Commit: 78fd8cf2cf2e54cc44ee314cff9b580d8ad3d16c
Parents: 54a4b2b
Author: Gaurav Aradhye <[email protected]>
Authored: Tue Mar 24 10:16:01 2015 +0530
Committer: Rohit Yadav <[email protected]>
Committed: Tue Mar 24 16:58:11 2015 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/config/test_data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/78fd8cf2/tools/marvin/marvin/config/test_data.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/config/test_data.py 
b/tools/marvin/marvin/config/test_data.py
index 28eae42..bda57a3 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',

Reply via email to