Commit c2b6e789 authored by Ivan Tyagov's avatar Ivan Tyagov

Remove Srs.

parent d08d2eec
...@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09 ...@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py] [test_beremiz.py]
filename = test_beremiz.py filename = test_beremiz.py
md5sum = 81ea8c6b16832154e86cc8077e2fd29b md5sum =b49c762dc6e3a434f258e2ce07584546
...@@ -23,9 +23,13 @@ class EndToEndTestCase(unittest.TestCase): ...@@ -23,9 +23,13 @@ class EndToEndTestCase(unittest.TestCase):
@classmethod @classmethod
def tearDownClass(cls): def tearDownClass(cls):
# remove instances
for args, kw in cls._requested.values(): for args, kw in cls._requested.values():
kw['state'] = 'destroyed' kw['state'] = 'destroyed'
cls._request(*args, **kw) cls._request(*args, **kw)
# remove software releases
for k,v in cls._supplied.items():
cls._supply(cls.k, cls.v, 'destroyed')
@classmethod @classmethod
def request(cls, *args, **kw): def request(cls, *args, **kw):
......
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