Commit 0040d342 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Don't be too strict.

parent efad88f5
......@@ -7,7 +7,6 @@ assert compute_node.getPortalType() in ['Compute Node', 'Remote Node']
instance_list = compute_partition.getAggregateRelatedValueList(portal_type=[
'Software Instance', 'Slave Instance'])
assert len(instance_list), 'No instance was found'
for instance in instance_list:
instance_sla_error_list = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment