You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2015/04/20 13:59:39 UTC

[6/6] git commit: updated refs/heads/master to 4df55f1

Test data file update with Interop config changes


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

Branch: refs/heads/master
Commit: 4df55f199ed41429292d12dd669379dcc836787b
Parents: 7887420
Author: sailajamada <sa...@citrix.com>
Authored: Mon Apr 20 17:21:42 2015 +0530
Committer: sailajamada <sa...@citrix.com>
Committed: Mon Apr 20 17:21:42 2015 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/config/test_data.py | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4df55f19/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 dc10338..e7244ac 100644
--- a/tools/marvin/marvin/config/test_data.py
+++ b/tools/marvin/marvin/config/test_data.py
@@ -133,6 +133,13 @@ test_data = {
             "cpuspeed": 100,
             "memory": 512,
         },
+       "large": {
+            "name": "LargeInstance",
+            "displaytext": "LargeInstance",
+            "cpunumber": 1,
+            "cpuspeed": 500,
+            "memory": 2048,
+        },
         "hasmall": {
             "name": "HA Small Instance",
             "displaytext": "HA Small Instance",