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