[ https://issues.apache.org/jira/browse/CLOUDSTACK-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13712458#comment-13712458 ]
Rayees Namathponnan commented on CLOUDSTACK-3586: ------------------------------------------------- Please see the latest base.py' s line 2977 cmd.account = account seems latest merge is missing here (https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=blobdiff;f=tools/marvin/marvin/integration/lib/base.py;h=161d03c0522d46c3f005c91911df502693f139c7;hp=bc8c603ac53f44094c5d8fa7f511b281684701e1;hb=8e7c1aa;hpb=79009dbba62cebdac715a0f29e7381030c5a0dd2) class AffinityGroup: 2967 def __init__(self, items): 2968 self.__dict__.update(items) 2969 2970 @classmethod 2971 def create(cls, apiclient, aff_grp, account=None, domainid=None): 2972 cmd = createAffinityGroup.createAffinityGroupCmd() 2973 cmd.name = aff_grp['name'] 2974 cmd.displayText = aff_grp['name'] 2975 cmd.type = aff_grp['type'] 2976 if account: 2977 cmd.account = account 2978 if domainid: 2979 cmd.domainid = domainid 2980 return AffinityGroup(apiclient.createAffinityGroup(cmd).__dict__) > Regression tests for Affinity Groups failed. > -------------------------------------------- > > Key: CLOUDSTACK-3586 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3586 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Automation > Reporter: Girish Shilamkar > Assignee: Girish Shilamkar > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira