Commit 493171c3 authored by Łukasz Nowak's avatar Łukasz Nowak

Drop not needed test.

parent dd2202b6
......@@ -198,9 +198,6 @@ class TestSlapOSSoftwareInstanceConstraint(TestSlapOSConstraintMixin):
self.assertFalse(consistency_message in getMessageList(self.software_instance))
self.assertSameSet(current_message_list, getMessageList(self.software_instance))
def test_setup_packing_list(self):
raise NotImplementedError('It requires not migrated resources')
def test_sla_xml(self):
# fetch basic list of consistency messages
current_message_list = getMessageList(self.software_instance)
......@@ -334,9 +331,6 @@ class TestSlapOSSlaveInstanceConstraint(TestSlapOSConstraintMixin):
self.assertFalse(consistency_message in getMessageList(self.software_instance))
self.assertSameSet(current_message_list, getMessageList(self.software_instance))
def test_setup_packing_list(self):
raise NotImplementedError('It requires not migrated resources')
class TestSlapOSHostingSubscriptionConstraint(TestSlapOSConstraintMixin):
def afterSetUp(self):
self.software_instance = self.portal.hosting_subscription_module.newContent(
......
231
\ No newline at end of file
232
\ 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