Commit a3919ea4 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: drop allocation_scope/open categories

parent 9a089ef5
......@@ -131,8 +131,8 @@ class DefaultScenarioMixin(TestSlapOSSecurityMixin):
@changeSkin('RJS')
def setServerOpenPublic(self, server):
server.edit(
allocation_scope='open/public')
self.assertEqual('open/public', server.getAllocationScope())
allocation_scope='open')
self.assertEqual('open', server.getAllocationScope())
self.assertEqual('close', server.getCapacityScope())
server.edit(capacity_scope='open')
self.tic()
......
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