tests/app/soc/logic/test_allocations.py
changeset 2140 32b0731f0bf5
parent 2139 43a02512ebf7
child 2142 573301607587
equal deleted inserted replaced
2139:43a02512ebf7 2140:32b0731f0bf5
    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.algorithm = 1
    69     self.algorithm = 2
    70 
    70 
    71     apps = {
    71     apps = {
    72         'asf': (20, 20),
    72         'asf': (20, 20),
    73         'gcc': (15, 50),
    73         'gcc': (15, 50),
    74         'git': (6, 6),
    74         'git': (6, 6),