Commit 4dd8363d authored by Ivan Tyagov's avatar Ivan Tyagov

Debian12.

parent e3ab77f6
......@@ -20,8 +20,8 @@ class BeremizTest(e2e.EndToEndTestCase):
#computer_id = "COMP-3523" # Ubunto 20.04
#computer_id = "COMP-4042" # Ubunto 22.04
#computer_id = "COMP-4036" # Debian 10
computer_id = "COMP-4039" # Debian 11
#computer_id = "COMP-4090" # Debian 12
#computer_id = "COMP-4039" # Debian 11
computer_id = "COMP-4090" # Debian 12
coupler_release = "https://lab.nexedi.com/Tyagov/slapos/raw/fix-gcc-coupler/software/osie-coupler/software-dev.cfg"
runtime_release = "https://lab.nexedi.com/Tyagov/slapos/raw/fix-gcc/software/beremiz-runtime/software.cfg"
......@@ -36,8 +36,8 @@ class BeremizTest(e2e.EndToEndTestCase):
cls.supply(cls.runtime_release, cls.computer_id, state="available")
# XXX: rather than sleep add check to wait for SRs compilation end
print("Sleep for 6h.")
time.sleep(6*3600)
print("Sleep for 5h.")
time.sleep(5*3600)
print("Request beremiz-runtime and OSIE coupler instances.")
# supply / request coupler
......@@ -97,5 +97,3 @@ class BeremizTest(e2e.EndToEndTestCase):
client.disconnect()
# no failures
self.assertEqual(test_failures, 0)
time.sleep(3600)
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