Commit 7ab94696 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: constraint: Remote Node has busy partition without related Software Instance

parent a12e65fd
......@@ -76,7 +76,7 @@
</item>
<item>
<key> <string>test_tales_expression</string> </key>
<value> <string>python: context.getSlapState() == \'busy\'</string> </value>
<value> <string>python: (context.getSlapState() == \'busy\') and (context.getParentValue().getPortalType() == \'Compute Node\')</string> </value>
</item>
</dictionary>
</pickle>
......
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