added missing comma in test_data.py

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

Branch: refs/heads/hotfix/scp-exception
Commit: d552eb42b5a7da5aae0c2124a759225b54b50883
Parents: ada8cdc
Author: SrikanteswaraRao Talluri <tall...@apache.org>
Authored: Fri Feb 13 17:58:45 2015 +0530
Committer: SrikanteswaraRao Talluri <tall...@apache.org>
Committed: Fri Feb 13 17:58:45 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/d552eb42/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 45c6894..8dea3de 100644
--- a/tools/marvin/marvin/config/test_data.py
+++ b/tools/marvin/marvin/config/test_data.py
@@ -1517,7 +1517,7 @@ test_data = {
             "ldapPassword": ""
         },
         "systemVmDelay": 120,
-       "setUsageConfigurationThroughTestCase": True
+       "setUsageConfigurationThroughTestCase": True,
        "vmware_cluster" : {
             "hypervisor": 'VMware',
             "clustertype": 'ExternalManaged',

Reply via email to