You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/07/22 19:23:23 UTC

[3/6] git commit: updated refs/heads/4.2 to b44c620

CLOUDSTACK-3075: When only setUpClass() is creating account

Missed scenario for appending test case names to accounts when
setUpClass calls the account.creation integration library.

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/4.2
Commit: a659d78905bffebe5c89ce94493b569c192ee3ed
Parents: d0695c1
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Mon Jul 22 14:52:04 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Mon Jul 22 22:53:09 2013 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/marvinPlugin.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a659d789/tools/marvin/marvin/marvinPlugin.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/marvinPlugin.py b/tools/marvin/marvin/marvinPlugin.py
index ca226f8..8a548cd 100644
--- a/tools/marvin/marvin/marvinPlugin.py
+++ b/tools/marvin/marvin/marvinPlugin.py
@@ -150,6 +150,8 @@ class MarvinPlugin(Plugin):
         setattr(test, "testClient", self.testclient)
         setattr(test, "config", self.config)
         setattr(test, "debug", partial(testCaseLogger, logger=testcaselogger))
+        if self.testclient.identifier is None:
+            self.testclient.identifier = self.identifier
         setattr(test, "clstestclient", self.testclient)
         if hasattr(test, "user"):
             # when the class-level attr applied. all test runs as 'user'