Commit 1a65ccf0 authored by Ivan Tyagov's avatar Ivan Tyagov

Debug.

parent a3cecb84
......@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py]
filename = test_beremiz.py
md5sum = 2a2f150865dc46b7a0cd934a13d17a46
md5sum = 7357cc9dbf85c5271d8bc41c8595e733
......@@ -122,11 +122,12 @@ class BeremizTest(EndToEndTestCase):
super().setUpClass()
# supply needed software releases
print("Supply software releases at %" %computer_id)
cls.supply(cls.coupler_release, cls.computer_id, state="available")
cls.supply(cls.runtime_release, cls.computer_id, state="available")
# XXX: rather than sleep add check to wait for SRs compilation end
print("Sleept for 4h.")
print("Sleep for 4h.")
time.sleep(4*3600)
# supply / request coupler
......
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