Commit f51d499c authored by Ivan Tyagov's avatar Ivan Tyagov

WIP.

parent 72f28f39
......@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py]
filename = test_beremiz.py
md5sum =b6cfef5e80b22699bc4b70af7b934c6c
md5sum = 5c46a9da07ac64a8243964242f93e848
......@@ -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