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:22:55 UTC

[2/6] git commit: updated refs/heads/master to 18fbbcf

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>
(cherry picked from commit 9a5d2e9e36411ac5df17baca13874e0575233dac)


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

Branch: refs/heads/master
Commit: 4956e468842f8b59a2b165351ac233c01dca15bf
Parents: 323db5c
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 19:36:27 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4956e468/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'