Description of problem: $ python -m testtools.run heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config Tests running... ====================================================================== ERROR: heat_tempest_plugin.tests.scenario.test_server_software_config.SoftwareConfigIntegrationTest.test_server_software_config[id-fb2afe23-d1a8-45fc-bf8d-b18fc8412972] ---------------------------------------------------------------------- <Snip> login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root. so-onfigintegrationtest-577789467-server-n5j4qmrjycwu login: }}} Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/heat_tempest_plugin/tests/scenario/test_server_software_config.py", line 173, in test_server_software_config self.check_stack() File "/usr/lib/python2.7/site-packages/heat_tempest_plugin/tests/scenario/test_server_software_config.py", line 78, in check_stack sid, res, 'CREATE_COMPLETE') File "/usr/lib/python2.7/site-packages/heat_tempest_plugin/common/test.py", line 338, in _wait_for_resource_status raise exceptions.TimeoutException(message) heat_tempest_plugin.common.exceptions.TimeoutException: Request timed out Details: Resource dep2b failed to reach CREATE_COMPLETE status within the required time (1200 s). Ran 1 test in 1286.860s FAILED (failures=1) Version-Release number of selected component (if applicable): OSP13 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
You can't run this test with cirros image. It requires image with heat-agents. Please build the image as documented[1] and then set it as 'image_ref' in tempest.conf before running the test. Else, you can disable it in your tempest.conf as done upstream[2] by adding below. [heat_plugin] .... skip_scenario_test_list = 'SoftwareConfigIntegrationTest' .... [1] https://docs.openstack.org/heat-agents/latest/install/building_image.html [2] https://github.com/openstack/heat/blob/master/heat_integrationtests/prepare_test_env.sh#L86
Hi Rabi, Thank you very much for your reply. The customer tried to use fedora + heat-agents but the same error still occurred. Would you please give us some advices ? Attaching the disk-image-create and the standard output for tempest tests. Best Regards, Chen
Created attachment 1524830 [details] The standard output for tempest command
Created attachment 1524831 [details] disk-image-create output
Created attachment 1525374 [details] heat logs, tempest.conf and standard output
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0926