2021-02-13 20:33:32.574 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:33:32.574 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:33:32.574 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:33:35.149 7 ERROR rally.cli.cliutils 2021-02-13 20:33:36.896 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:33:36.896 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:33:36.896 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:33:41.467 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:33:41.467 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:33:41.467 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:33:46.320 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:33:46.320 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:33:46.320 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:33:47.785 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:33:47.785 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:33:47.785 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:33:49.871 17 ERROR rally.cli.cliutils 2021-02-13 20:33:51.583 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:33:51.583 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:33:51.584 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:33:54.030 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 20:33:54.101 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c5d746e3-20af-4108-b30d-ad9e480c329b/repo. 2021-02-13 20:33:54.360 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c5d746e3-20af-4108-b30d-ad9e480c329b/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-02-13 20:33:54.374 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 20:33:54.383 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 20:33:54.408 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 20:33:54.458 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 20:33:55.229 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5d746e3-20af-4108-b30d-ad9e480c329b) has been successfully created! 2021-02-13 20:33:56.930 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:33:56.930 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:33:56.930 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:34:01.823 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:34:01.823 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:34:01.823 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:34:04.052 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c5d746e3-20af-4108-b30d-ad9e480c329b) for deployment 'opnfv-rally' (UUID=64689a1c-53f5-4cb6-8c3b-f5deeb3d8430). 2021-02-13 20:34:05.193 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5d746e3-20af-4108-b30d-ad9e480c329b) has been successfully configured for deployment 'opnfv-rally' (UUID=64689a1c-53f5-4cb6-8c3b-f5deeb3d8430)! 2021-02-13 20:34:14.039 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:34:14.039 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:34:14.039 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:34:16.351 35 INFO rally.api [-] Starting verification (UUID=aa3aa195-6ae9-4ba5-9b3e-5d99a9e5b173) for deployment 'opnfv-rally' (UUID=64689a1c-53f5-4cb6-8c3b-f5deeb3d8430) by verifier 'opnfv-tempest' (UUID=c5d746e3-20af-4108-b30d-ad9e480c329b). 2021-02-13 20:34:17.129 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 20:34:17.129 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c5d746e3-20af-4108-b30d-ad9e480c329b/for-deployment-64689a1c-53f5-4cb6-8c3b-f5deeb3d8430/tempest.log' to option 'log_file'. 2021-02-13 20:34:17.130 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c5d746e3-20af-4108-b30d-ad9e480c329b/for-deployment-64689a1c-53f5-4cb6-8c3b-f5deeb3d8430/tempest.log 2021-02-13 20:34:17.130 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 20:34:17.130 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c5d746e3-20af-4108-b30d-ad9e480c329b/for-deployment-64689a1c-53f5-4cb6-8c3b-f5deeb3d8430/lock_files' to option 'lock_path'. 2021-02-13 20:34:17.131 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c5d746e3-20af-4108-b30d-ad9e480c329b/for-deployment-64689a1c-53f5-4cb6-8c3b-f5deeb3d8430/lock_files 2021-02-13 20:34:17.131 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 20:34:17.131 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-02-13 20:34:17.132 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4a375727-ea41-4061-a3ef-cdeec0b68c74 2021-02-13 20:34:17.132 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6993028e-c82b-47d5-a086-12fcc2ea75c3 2021-02-13 20:34:17.133 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 650065e6-cfc5-46dc-9e54-1d48e4e10e37 2021-02-13 20:34:17.133 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0a4b0b16-8593-4e6c-904b-328aeacc7c8f 2021-02-13 20:34:17.491 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 20:34:17.491 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cyborg-net_c51c049e-c963-4c40-a826-2a5073e7d40b 2021-02-13 20:34:17.492 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 20:34:17.565 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 20:34:17.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-13 20:34:17.616 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_aa3aa195_iDGjbLkv' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-13 20:34:17.661 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_aa3aa195_iDGjbLkv' (ID = f7b44324-0df2-4f3c-af4d-61dadc2c6fa0) has been successfully created! 2021-02-13 20:34:17.661 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f7b44324-0df2-4f3c-af4d-61dadc2c6fa0' to option 'instance_type'. 2021-02-13 20:34:17.662 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f7b44324-0df2-4f3c-af4d-61dadc2c6fa0 2021-02-13 20:34:17.663 35 INFO rally.task.context [-] Verification c5d746e3-20af-4108-b30d-ad9e480c329b | Context tempest@default setup() finished in 1.08 sec 2021-02-13 20:34:17.664 35 INFO rally.task.context [-] Verification c5d746e3-20af-4108-b30d-ad9e480c329b | Context testr@default setup() finished in 0.42 msec 2021-02-13 20:34:17.665 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/103a00bf-08e8-461b-99e6-c372d32f8609'. 2021-02-13 20:34:22.578 35 INFO opnfv-tempest [-] {1} cyborg_tempest_plugin.tests.test_dummy.DummyTest.test_dummy ... success [0.001s] 2021-02-13 20:34:31.499 35 INFO opnfv-tempest [-] {0} cyborg_tempest_plugin.tests.api.test_device_profile.TestDeviceProfileController.test_create_device_profile ... success [0.667s] 2021-02-13 20:34:55.492 35 INFO opnfv-tempest [-] {2} cyborg_tempest_plugin.tests.scenario.test_accelerator_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [19.086s] 2021-02-13 20:35:09.536 35 INFO rally.task.context [-] Verification c5d746e3-20af-4108-b30d-ad9e480c329b | Context testr@default cleanup() started 2021-02-13 20:35:09.537 35 INFO rally.task.context [-] Verification c5d746e3-20af-4108-b30d-ad9e480c329b | Context testr@default cleanup() finished in 0.79 msec 2021-02-13 20:35:09.537 35 INFO rally.task.context [-] Verification c5d746e3-20af-4108-b30d-ad9e480c329b | Context tempest@default cleanup() started 2021-02-13 20:35:09.716 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_aa3aa195_iDGjbLkv'. 2021-02-13 20:35:09.998 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_aa3aa195_iDGjbLkv' has been deleted. 2021-02-13 20:35:10.000 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f7b44324-0df2-4f3c-af4d-61dadc2c6fa0' of option 'instance_type' from Tempest config file. 2021-02-13 20:35:10.000 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f7b44324-0df2-4f3c-af4d-61dadc2c6fa0' has been removed. 2021-02-13 20:35:10.006 35 INFO rally.task.context [-] Verification c5d746e3-20af-4108-b30d-ad9e480c329b | Context tempest@default cleanup() finished in 0.47 sec 2021-02-13 20:35:10.033 35 INFO rally.api [-] Verification (UUID=aa3aa195-6ae9-4ba5-9b3e-5d99a9e5b173) has been successfully finished for deployment 'opnfv-rally' (UUID=64689a1c-53f5-4cb6-8c3b-f5deeb3d8430)! 2021-02-13 20:35:11.794 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:35:11.794 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:35:11.795 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:35:13.403 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:35:13.403 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:35:13.404 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:35:15.697 49 INFO rally.api [-] Building 'html' report for the following verification(s): 'aa3aa195-6ae9-4ba5-9b3e-5d99a9e5b173' 2021-02-13 20:35:15.717 49 INFO rally.api [-] The report has been successfully built. 2021-02-13 20:35:17.365 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:35:17.365 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:35:17.365 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:35:19.674 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'aa3aa195-6ae9-4ba5-9b3e-5d99a9e5b173' 2021-02-13 20:35:19.677 51 INFO rally.api [-] The report has been successfully built.