2021-11-28 01:23:15,657 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+------------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+------------------------------------------------------------+ | CI_LOOP | daily | | DEBUG | false | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | INSTALLER_TYPE | unknown | | BUILD_TAG | 0093LVPZXYZ1 | | NODE_NAME | lf-virtual6 | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | TEST_DB_EXT_URL | http://testresults.opnfv.org/test/api/v1/results | | S3_ENDPOINT_URL | https://storage.googleapis.com | | S3_DST_URL | s3://artifacts.opnfv.org/functest/0093LVPZXYZ1/fun | | | ctest-pi-ollivier-functest-healthcheck-wallaby- | | | singlevm1-run-24 | | HTTP_DST_URL | http://artifacts.opnfv.org/functest/0093LVPZXYZ1/f | | | unctest-pi-ollivier-functest-healthcheck-wallaby- | | | singlevm1-run-24 | +-------------------------+------------------------------------------------------------+ 2021-11-28 01:23:15,697 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2021-11-28 01:23:16,646 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2021-11-28 01:23:26,145 - functest.core.singlevm - ERROR - Cannot run singlevm1 Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/xtesting/ci/run_tests.py", line 171, in run_test kwargs = run_dict['args'] KeyError: 'args' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/functest/functest/core/singlevm.py", line 487, in run self.sshvm = self.boot_vm( File "/src/functest/functest/core/singlevm.py", line 212, in boot_vm vm1 = self.cloud.create_server( File "", line 2, in create_server File "/usr/lib/python3.8/site-packages/shade/_utils.py", line 414, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python3.8/site-packages/shade/openstackcloud.py", line 7004, in create_server server = self.wait_for_server( File "/usr/lib/python3.8/site-packages/shade/openstackcloud.py", line 7047, in wait_for_server server = self.get_active_server( File "/usr/lib/python3.8/site-packages/shade/openstackcloud.py", line 7062, in get_active_server raise exc.OpenStackCloudException( shade.exc.OpenStackCloudException: ('Error in creating the server: No valid host was found. ', 'Extra: {\'server\': Munch({\'id\': \'e98e0dc0-0231-48a4-a943-9664ab2a4ee2\', \'name\': \'singlevm1-vm_fdcce5a1-cc63-4990-a51f-ed75b1294728\', \'flavor\': Munch({\'id\': \'5a7002ee-0631-42a0-8aac-a1838da4f289\'}), \'image\': Munch({\'id\': \'eed93f3d-f4fe-407a-aa90-2a27bc44b3e4\'}), \'location\': Munch({\'cloud\': \'envvars\', \'region_name\': \'RegionOne\', \'zone\': \'\', \'project\': Munch({\'id\': \'517c68ca93394289848581a69cdddf4d\', \'name\': \'demo\', \'domain_id\': None, \'domain_name\': \'Default\'})}), \'volumes\': [], \'has_config_drive\': False, \'host_id\': \'\', \'progress\': 0, \'disk_config\': \'MANUAL\', \'power_state\': 0, \'task_state\': None, \'vm_state\': \'error\', \'launched_at\': None, \'terminated_at\': None, \'security_groups\': [], \'created_at\': \'2021-11-28T01:23:23Z\', \'accessIPv4\': \'\', \'accessIPv6\': \'\', \'addresses\': Munch({}), \'adminPass\': None, \'created\': \'2021-11-28T01:23:23Z\', \'key_name\': \'singlevm1-kp_fdcce5a1-cc63-4990-a51f-ed75b1294728\', \'metadata\': Munch({}), \'networks\': {}, \'private_v4\': \'\', \'public_v4\': \'\', \'public_v6\': \'\', \'status\': \'ERROR\', \'updated\': \'2021-11-28T01:23:24Z\', \'user_id\': \'9f4f07ce3d14472f9a8d556dc350fe5f\', \'interface_ip\': \'\', \'properties\': Munch({\'OS-DCF:diskConfig\': \'MANUAL\', \'fault\': Munch({\'code\': 500, \'created\': \'2021-11-28T01:23:24Z\', \'message\': \'No valid host was found. \', \'details\': \'Traceback (most recent call last):\\n File "/opt/stack/nova/nova/conductor/manager.py", line 1520, in schedule_and_build_instances\\n host_lists = self._schedule_instances(context, request_specs[0],\\n File "/opt/stack/nova/nova/conductor/manager.py", line 881, in _schedule_instances\\n host_lists = self.query_client.select_destinations(\\n File "/opt/stack/nova/nova/scheduler/client/query.py", line 41, in select_destinations\\n return self.scheduler_rpcapi.select_destinations(context, spec_obj,\\n File "/opt/stack/nova/nova/scheduler/rpcapi.py", line 160, in select_destinations\\n return cctxt.call(ctxt, \\\'select_destinations\\\', **msg_args)\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/client.py", line 175, in call\\n self.transport._send(self.target, msg_ctxt, msg,\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/transport.py", line 123, in _send\\n return self._driver.send(target, ctxt, message,\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 680, in send\\n return self._send(target, ctxt, message, wait_for_reply, timeout,\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 672, in _send\\n raise result\\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \\nTraceback (most recent call last):\\n\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/server.py", line 241, in inner\\n return func(*args, **kwargs)\\n\\n File "/opt/stack/nova/nova/scheduler/manager.py", line 190, in select_destinations\\n raise exception.NoValidHost(reason="")\\n\\nnova.exception.NoValidHost: No valid host was found. \\n\\n\'}), \'OS-EXT-AZ:availability_zone\': \'\', \'OS-SRV-USG:launched_at\': None, \'OS-SRV-USG:terminated_at\': None, \'OS-EXT-SRV-ATTR:host\': None, \'OS-EXT-SRV-ATTR:instance_name\': \'instance-00000031\', \'OS-EXT-SRV-ATTR:hypervisor_hostname\': None, \'OS-EXT-STS:task_state\': None, \'OS-EXT-STS:vm_state\': \'error\', \'OS-EXT-STS:power_state\': 0, \'os-extended-volumes:volumes_attached\': []}), \'hostId\': \'\', \'config_drive\': \'\', \'project_id\': \'517c68ca93394289848581a69cdddf4d\', \'tenant_id\': \'517c68ca93394289848581a69cdddf4d\', \'region\': \'RegionOne\', \'cloud\': \'envvars\', \'az\': \'\', \'OS-DCF:diskConfig\': \'MANUAL\', \'fault\': Munch({\'code\': 500, \'created\': \'2021-11-28T01:23:24Z\', \'message\': \'No valid host was found. \', \'details\': \'Traceback (most recent call last):\\n File "/opt/stack/nova/nova/conductor/manager.py", line 1520, in schedule_and_build_instances\\n host_lists = self._schedule_instances(context, request_specs[0],\\n File "/opt/stack/nova/nova/conductor/manager.py", line 881, in _schedule_instances\\n host_lists = self.query_client.select_destinations(\\n File "/opt/stack/nova/nova/scheduler/client/query.py", line 41, in select_destinations\\n return self.scheduler_rpcapi.select_destinations(context, spec_obj,\\n File "/opt/stack/nova/nova/scheduler/rpcapi.py", line 160, in select_destinations\\n return cctxt.call(ctxt, \\\'select_destinations\\\', **msg_args)\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/client.py", line 175, in call\\n self.transport._send(self.target, msg_ctxt, msg,\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/transport.py", line 123, in _send\\n return self._driver.send(target, ctxt, message,\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 680, in send\\n return self._send(target, ctxt, message, wait_for_reply, timeout,\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/_drivers/amqpdriver.py", line 672, in _send\\n raise result\\nnova.exception_Remote.NoValidHost_Remote: No valid host was found. \\nTraceback (most recent call last):\\n\\n File "/usr/local/lib/python3.8/dist-packages/oslo_messaging/rpc/server.py", line 241, in inner\\n return func(*args, **kwargs)\\n\\n File "/opt/stack/nova/nova/scheduler/manager.py", line 190, in select_destinations\\n raise exception.NoValidHost(reason="")\\n\\nnova.exception.NoValidHost: No valid host was found. \\n\\n\'}), \'OS-EXT-AZ:availability_zone\': \'\', \'OS-SRV-USG:launched_at\': None, \'OS-SRV-USG:terminated_at\': None, \'OS-EXT-SRV-ATTR:host\': None, \'OS-EXT-SRV-ATTR:instance_name\': \'instance-00000031\', \'OS-EXT-SRV-ATTR:hypervisor_hostname\': None, \'OS-EXT-STS:task_state\': None, \'OS-EXT-STS:vm_state\': \'error\', \'OS-EXT-STS:power_state\': 0, \'os-extended-volumes:volumes_attached\': []})}') 2021-11-28 01:23:26,153 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:09 | FAIL | +-------------------+------------------+------------------+----------------+