Commit eb2f231f authored by Ivan Tyagov's avatar Ivan Tyagov

Revert "WIP."

This reverts commit f51d499c.
parent f51d499c
......@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py]
filename = test_beremiz.py
md5sum = 5c46a9da07ac64a8243964242f93e848
md5sum =b6cfef5e80b22699bc4b70af7b934c6c
......@@ -26,7 +26,7 @@ class EndToEndTestCase(unittest.TestCase):
# remove instances
for args, kw in cls._requested.values():
kw['state'] = 'destroyed'
#cls._request(*args, **kw)
cls._request(*args, **kw)
# remove software releases
for k,v in cls._supplied.items():
print("Remove %s from %s" %(k, v))
......
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