CLOUDSTACK-3695: test_add_user_to_project failed with missing attribute "email".

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 983b7c62a464af94aabf0686671c986025a19788)
This commit is contained in:
Sanjay Tripathi 2013-07-22 14:32:25 +05:30 committed by Prasanna Santhanam
parent a659d78905
commit 7d6c091c05
1 changed files with 3 additions and 3 deletions

View File

@ -537,7 +537,7 @@ class TestProjectInviteRequired(cloudstackTestCase):
project.addAccount(
self.apiclient,
self.user.name,
self.user.email
self.user.user[0].email
)
# listProjectAccount to verify the user is added to project or not
@ -690,7 +690,7 @@ class TestProjectInviteRequiredTrue(cloudstackTestCase):
project.addAccount(
self.apiclient,
self.user.name,
self.user.email
self.user.user[0].email
)
# listProjectAccount to verify the user is added to project or not
@ -859,7 +859,7 @@ class TestProjectInviteTimeout(cloudstackTestCase):
project.addAccount(
self.apiclient,
self.user.name,
self.user.email
self.user.user[0].email
)
# listProjectAccount to verify the user is added to project or not