You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/24 12:28:29 UTC

[2/2] git commit: updated refs/heads/master to 78fd8cf

Setting the default value of flag to False

This closes #127

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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 <ga...@clogeny.com>
Authored: Tue Mar 24 10:16:01 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
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',