
16 Oct
2008
16 Oct
'08
1:14 p.m.
- - if len(ccn_list) != len(valid_services): - logger.error("'%s' returned %d, expected %d", - an, len(valid_services), len(ccn_list)) + + ccn_list = Set(ccn_list) + + if (len(val_serv) - len(ccn_list)) != 0: + if host_ccn == 'Linux_ComputerSystem': + return XFAIL_RC(bug_sblim)
I'm not sure I understand the usage of Sets here.. if len(ccn_list) != len(valid_services): Seems like the above would accomplish the same thing. The usage of Sets isn't wrong.. but I'm not sure I see the need to use them in this case. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com