Commit bf825912 authored by Łukasz Nowak's avatar Łukasz Nowak

User superuser, as allocation switches to shadows.

parent 33d52f4a
......@@ -89,8 +89,7 @@ class TestSlapOSAllocation(testSlapOSMixin):
self.software_instance.updateLocalRolesOnSecurityGroups()
self.tic()
# Login as new Software Instance
self.login(self.software_instance.getReference())
self.login()
def beforeTearDown(self):
pass
......@@ -133,7 +132,6 @@ class TestSlapOSAllocation(testSlapOSMixin):
self.tic()
def test_allocation_free_partition(self):
self.login()
self._makeComputer()
self._installSoftware(self.computer,
self.software_instance.getUrlString())
......
108
\ No newline at end of file
109
\ No newline at end of file
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