2020-07-28 16:15:48.984 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:48.985 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:48.985 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:51.459 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 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 16:15:51.459 7 ERROR rally.cli.cliutils 2020-07-28 16:15:53.146 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:53.147 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:53.147 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:57.867 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:57.867 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:57.867 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:16:02.613 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:16:02.614 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:16:02.614 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:16:04.293 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:16:04.294 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:16:04.294 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:16:06.870 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 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 16:16:06.870 17 ERROR rally.cli.cliutils 2020-07-28 16:16:08.654 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:16:08.654 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:16:08.655 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:16:11.439 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 16:16:11.518 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6bbb1571-04ae-4050-8bae-97217cff20a6/repo. 2020-07-28 16:16:11.757 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6bbb1571-04ae-4050-8bae-97217cff20a6/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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 ' 2020-07-28 16:16:11.768 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 16:16:11.781 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 16:16:11.804 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 16:16:11.871 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 16:16:12.621 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6bbb1571-04ae-4050-8bae-97217cff20a6) has been successfully created! 2020-07-28 16:16:14.555 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:16:14.555 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:16:14.555 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:16:19.279 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:16:19.279 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:16:19.279 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:16:21.681 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6bbb1571-04ae-4050-8bae-97217cff20a6) for deployment 'opnfv-rally' (UUID=df6c7181-9c88-4ae0-a50f-4290b5b32ea0). 2020-07-28 16:16:22.320 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6bbb1571-04ae-4050-8bae-97217cff20a6) has been successfully configured for deployment 'opnfv-rally' (UUID=df6c7181-9c88-4ae0-a50f-4290b5b32ea0)! 2020-07-28 16:16:31.430 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:16:31.431 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:16:31.431 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:16:34.167 35 INFO rally.api [-] Starting verification (UUID=3b31e1a2-8ec5-4f4d-935b-01649d846de3) for deployment 'opnfv-rally' (UUID=df6c7181-9c88-4ae0-a50f-4290b5b32ea0) by verifier 'opnfv-tempest' (UUID=6bbb1571-04ae-4050-8bae-97217cff20a6). 2020-07-28 16:16:34.927 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 16:16:34.927 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6bbb1571-04ae-4050-8bae-97217cff20a6/for-deployment-df6c7181-9c88-4ae0-a50f-4290b5b32ea0/tempest.log' to option 'log_file'. 2020-07-28 16:16:34.928 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6bbb1571-04ae-4050-8bae-97217cff20a6/for-deployment-df6c7181-9c88-4ae0-a50f-4290b5b32ea0/tempest.log 2020-07-28 16:16:34.928 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 16:16:34.928 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6bbb1571-04ae-4050-8bae-97217cff20a6/for-deployment-df6c7181-9c88-4ae0-a50f-4290b5b32ea0/lock_files' to option 'lock_path'. 2020-07-28 16:16:34.929 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6bbb1571-04ae-4050-8bae-97217cff20a6/for-deployment-df6c7181-9c88-4ae0-a50f-4290b5b32ea0/lock_files 2020-07-28 16:16:34.929 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 16:16:34.929 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 2020-07-28 16:16:34.930 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d4cb9659-f835-4079-b025-f27e3c48db4f 2020-07-28 16:16:34.930 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e5904304-0ed6-4e5b-866f-5e0420f841a1 2020-07-28 16:16:34.931 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 06645ce5-a1bb-4a8a-9f41-64ff20da6101 2020-07-28 16:16:34.931 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e5c3ef11-c778-458d-8e6c-f61ed60de991 2020-07-28 16:16:35.276 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 16:16:35.277 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cyborg-net_607b2383-b8dd-43c4-ab41-fc70fcc8b487 2020-07-28 16:16:35.277 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 16:16:35.356 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 16:16:35.410 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_48b5dc2c_TXvakhpJ'. Using flavor 'rally_verify_48b5dc2c_TXvakhpJ' (ID = 89d23c7a-73f2-46b0-b4f5-a0f5c7572dee) for the tests. 2020-07-28 16:16:35.411 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '89d23c7a-73f2-46b0-b4f5-a0f5c7572dee' to option 'instance_type'. 2020-07-28 16:16:35.411 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 89d23c7a-73f2-46b0-b4f5-a0f5c7572dee 2020-07-28 16:16:35.413 35 INFO rally.task.context [-] Verification 6bbb1571-04ae-4050-8bae-97217cff20a6 | Context tempest@default setup() finished in 1.04 sec 2020-07-28 16:16:35.414 35 INFO rally.task.context [-] Verification 6bbb1571-04ae-4050-8bae-97217cff20a6 | Context testr@default setup() finished in 0.44 msec 2020-07-28 16:16:35.414 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c45cd4b5-1dc8-4658-965c-b6ece65906a9'. 2020-07-28 16:16:40.649 35 INFO opnfv-tempest [-] {0} cyborg_tempest_plugin.tests.test_dummy.DummyTest.test_dummy ... success [0.001s] 2020-07-28 16:16:52.887 35 INFO opnfv-tempest [-] {2} cyborg_tempest_plugin.tests.api.test_device_profile.TestDeviceProfileController.test_create_device_profile ... success [0.465s] 2020-07-28 16:17:20.375 35 INFO opnfv-tempest [-] {1} cyborg_tempest_plugin.tests.scenario.test_accelerator_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [21.999s] 2020-07-28 16:17:36.318 35 INFO rally.task.context [-] Verification 6bbb1571-04ae-4050-8bae-97217cff20a6 | Context testr@default cleanup() started 2020-07-28 16:17:36.318 35 INFO rally.task.context [-] Verification 6bbb1571-04ae-4050-8bae-97217cff20a6 | Context testr@default cleanup() finished in 0.75 msec 2020-07-28 16:17:36.319 35 INFO rally.task.context [-] Verification 6bbb1571-04ae-4050-8bae-97217cff20a6 | Context tempest@default cleanup() started 2020-07-28 16:17:36.595 35 INFO rally.task.context [-] Verification 6bbb1571-04ae-4050-8bae-97217cff20a6 | Context tempest@default cleanup() finished in 0.28 sec 2020-07-28 16:17:36.667 35 INFO rally.api [-] Verification (UUID=3b31e1a2-8ec5-4f4d-935b-01649d846de3) has been successfully finished for deployment 'opnfv-rally' (UUID=df6c7181-9c88-4ae0-a50f-4290b5b32ea0)! 2020-07-28 16:17:40.468 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:17:40.468 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:17:40.469 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:17:42.235 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:17:42.236 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:17:42.236 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:17:46.836 49 INFO rally.api [-] Building 'html' report for the following verification(s): '3b31e1a2-8ec5-4f4d-935b-01649d846de3' 2020-07-28 16:17:46.902 49 INFO rally.api [-] The report has been successfully built. 2020-07-28 16:17:48.768 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:17:48.768 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:17:48.768 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:17:50.945 51 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3b31e1a2-8ec5-4f4d-935b-01649d846de3' 2020-07-28 16:17:50.948 51 INFO rally.api [-] The report has been successfully built.