Commit 11e9b7ff authored by Łukasz Nowak's avatar Łukasz Nowak

Mark yet another bug to be done.

parent 4e76d605
...@@ -7974,6 +7974,11 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -7974,6 +7974,11 @@ class TestVifibSlapWebService(testVifibMixin):
Software Instances deployed on many computers""" Software Instances deployed on many computers"""
raise NotImplementedError raise NotImplementedError
def test_bug_destruction_with_cancelled_packing_list(self):
"""Proves that even if some packing lists are in cancelled state
it is possible to destroy software instance"""
raise NotImplementedError
def test_bug_destruction_with_unfinished_packing_list(self): def test_bug_destruction_with_unfinished_packing_list(self):
"""Proves that even if some packing lists are not fully delivered """Proves that even if some packing lists are not fully delivered
it is possible to destroy software instance""" it is possible to destroy software instance"""
......
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