Commit 5f930397 authored by Ivan Tyagov's avatar Ivan Tyagov

Wait for SR's compilation.

parent 405371e8
......@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py]
filename = test_beremiz.py
md5sum = a95c67309e556b4217babff19e86d7b0
md5sum = d67128e431a7076528308b2bfa144139
......@@ -121,6 +121,10 @@ class BeremizTest(EndToEndTestCase):
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 1h.")
time.sleep(3600)
# supply / request coupler
instance_name = time.strftime('e2e-test-coupler-%Y-%B-%d-%H:%M:%S')
parameter_dict = {"mode":1,
......
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