tests/app/soc/logic/test_allocations.py
changeset 1718 ca34f4a8c61b
parent 1717 d4c4c8668871
child 1721 9acf4fe1b9bb
equal deleted inserted replaced
1717:d4c4c8668871 1718:ca34f4a8c61b
    64 
    64 
    65     self.slots = 60
    65     self.slots = 60
    66     self.max_slots_per_org = 40
    66     self.max_slots_per_org = 40
    67     self.min_slots_per_org = 2
    67     self.min_slots_per_org = 2
    68     self.allocated = 0
    68     self.allocated = 0
    69     self.iterative = True
    69     self.iterative = False
    70 
    70 
    71     apps = {
    71     apps = {
    72         'asf': self.allocate(20, 20),
    72         'asf': self.allocate(20, 20),
    73         'gcc': self.allocate(15, 30),
    73         'gcc': self.allocate(15, 30),
    74         'git': self.allocate(6, 6),
    74         'git': self.allocate(6, 6),