commit | 1bd28aea955c4a437ad49883e96722e05c274f07 | [log] [tgz] |
---|---|---|
author | ccamposr <ccamposr@redhat.com> | Mon Nov 29 10:06:02 2021 +0100 |
committer | ccamposr <ccamposr@redhat.com> | Mon Nov 29 10:19:12 2021 +0100 |
tree | 380a3a582b14cb6f241063e2f326b5edec2b8439 | |
parent | 88ea2dd2be634dfde27319ae621153b92ff15cab [diff] [blame] |
Increase guest os ready timeout Rhel image is taking more than 60 seconds for starting sometines and then we are seeing the paramiko issue with ssh stablishment again(Bug: #1892861) Original fix: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/758968 Change-Id: I06586175a1607775cc61d57703f26a9ad23123d9
diff --git a/neutron_tempest_plugin/scenario/base.py b/neutron_tempest_plugin/scenario/base.py index 8591c89..6674cb8 100644 --- a/neutron_tempest_plugin/scenario/base.py +++ b/neutron_tempest_plugin/scenario/base.py
@@ -534,7 +534,7 @@ return False try: - utils.wait_until_true(system_booted, sleep=5) + utils.wait_until_true(system_booted, timeout=90, sleep=5) except utils.WaitTimeout: LOG.debug("No correct output in console of server %s found. " "Guest operating system status can't be checked.",