2021-05-16 12:36:10.532 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:36:10.532 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:36:10.532 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:36:13.319 8 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-05-16 12:36:13.319 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:36:13.319 8 ERROR rally.cli.cliutils 2021-05-16 12:36:15.155 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:36:15.156 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:36:15.156 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:36:20.072 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:36:20.072 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:36:20.072 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:36:25.272 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:36:25.272 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:36:25.273 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:36:26.948 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:36:26.949 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:36:26.949 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:36:29.693 18 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-05-16 12:36:29.693 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:36:29.693 18 ERROR rally.cli.cliutils 2021-05-16 12:36:31.534 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:36:31.534 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:36:31.534 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:36:34.117 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:36:34.207 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-642bc547-e5bd-49b8-8904-546d59d2f32b/repo. 2021-05-16 12:36:34.475 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-642bc547-e5bd-49b8-8904-546d59d2f32b/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. 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-05-16 12:36:34.489 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:36:34.498 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:36:34.523 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:36:34.589 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:36:35.419 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=642bc547-e5bd-49b8-8904-546d59d2f32b) has been successfully created! 2021-05-16 12:36:37.335 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:36:37.335 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:36:37.336 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:36:42.823 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:36:42.824 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:36:42.824 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:36:45.455 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=642bc547-e5bd-49b8-8904-546d59d2f32b) for deployment 'opnfv-rally' (UUID=b2805871-8655-4cc9-a74a-94da7aa0bac7). 2021-05-16 12:36:45.911 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=642bc547-e5bd-49b8-8904-546d59d2f32b) has been successfully configured for deployment 'opnfv-rally' (UUID=b2805871-8655-4cc9-a74a-94da7aa0bac7)! 2021-05-16 12:36:54.758 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:36:54.758 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:36:54.758 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:36:57.434 36 INFO rally.api [-] Starting verification (UUID=31deb8f3-d787-4a74-a69e-95dba36e574c) for deployment 'opnfv-rally' (UUID=b2805871-8655-4cc9-a74a-94da7aa0bac7) by verifier 'opnfv-tempest' (UUID=642bc547-e5bd-49b8-8904-546d59d2f32b). 2021-05-16 12:36:58.093 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:36:58.093 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-642bc547-e5bd-49b8-8904-546d59d2f32b/for-deployment-b2805871-8655-4cc9-a74a-94da7aa0bac7/tempest.log' to option 'log_file'. 2021-05-16 12:36:58.093 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-642bc547-e5bd-49b8-8904-546d59d2f32b/for-deployment-b2805871-8655-4cc9-a74a-94da7aa0bac7/tempest.log 2021-05-16 12:36:58.094 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:36:58.094 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-642bc547-e5bd-49b8-8904-546d59d2f32b/for-deployment-b2805871-8655-4cc9-a74a-94da7aa0bac7/lock_files' to option 'lock_path'. 2021-05-16 12:36:58.094 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-642bc547-e5bd-49b8-8904-546d59d2f32b/for-deployment-b2805871-8655-4cc9-a74a-94da7aa0bac7/lock_files 2021-05-16 12:36:58.094 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 12:36:58.094 36 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-05-16 12:36:58.095 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 18a9b58f-8e39-400d-98ad-2c814d193ac5 2021-05-16 12:36:58.095 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ad7ff405-44d0-49bf-b801-20c2f4d39fd8 2021-05-16 12:36:58.095 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ba79b18d-06b0-4932-b45c-ed6926328c37 2021-05-16 12:36:58.096 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = be82cc70-f7b0-491b-b426-00a817177cd2 2021-05-16 12:36:58.440 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:36:58.441 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_cyborg-net_61b5b04d-766c-40dc-a1f6-ccd6912dec1a 2021-05-16 12:36:58.441 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:36:58.539 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 12:36:58.578 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_ef1eeac7_93LwTiZa'. Using flavor 'rally_verify_ef1eeac7_93LwTiZa' (ID = a306415f-b91c-489f-a3a9-658df2edd211) for the tests. 2021-05-16 12:36:58.579 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a306415f-b91c-489f-a3a9-658df2edd211' to option 'instance_type'. 2021-05-16 12:36:58.579 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a306415f-b91c-489f-a3a9-658df2edd211 2021-05-16 12:36:58.581 36 INFO rally.task.context [-] Verification 642bc547-e5bd-49b8-8904-546d59d2f32b | Context tempest@default setup() finished in 0.92 sec 2021-05-16 12:36:58.581 36 INFO rally.task.context [-] Verification 642bc547-e5bd-49b8-8904-546d59d2f32b | Context testr@default setup() finished in 0.34 msec 2021-05-16 12:36:58.582 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4ca31fbd-694b-4fa5-9604-982e17e04f55'. 2021-05-16 12:37:03.820 36 INFO opnfv-tempest [-] {0} cyborg_tempest_plugin.tests.test_dummy.DummyTest.test_dummy ... success [0.001s] 2021-05-16 12:37:11.168 36 INFO opnfv-tempest [-] {2} cyborg_tempest_plugin.tests.api.test_device_profile.TestDeviceProfileController.test_create_device_profile ... success [0.515s] 2021-05-16 12:37:30.629 36 INFO opnfv-tempest [-] {1} cyborg_tempest_plugin.tests.scenario.test_accelerator_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [15.676s] 2021-05-16 12:37:44.431 36 INFO rally.task.context [-] Verification 642bc547-e5bd-49b8-8904-546d59d2f32b | Context testr@default cleanup() started 2021-05-16 12:37:44.432 36 INFO rally.task.context [-] Verification 642bc547-e5bd-49b8-8904-546d59d2f32b | Context testr@default cleanup() finished in 0.76 msec 2021-05-16 12:37:44.433 36 INFO rally.task.context [-] Verification 642bc547-e5bd-49b8-8904-546d59d2f32b | Context tempest@default cleanup() started 2021-05-16 12:37:44.748 36 INFO rally.task.context [-] Verification 642bc547-e5bd-49b8-8904-546d59d2f32b | Context tempest@default cleanup() finished in 0.32 sec 2021-05-16 12:37:44.766 36 INFO rally.api [-] Verification (UUID=31deb8f3-d787-4a74-a69e-95dba36e574c) has been successfully finished for deployment 'opnfv-rally' (UUID=b2805871-8655-4cc9-a74a-94da7aa0bac7)! 2021-05-16 12:37:46.581 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:37:46.582 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:37:46.582 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:37:48.345 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:37:48.345 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:37:48.346 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:37:51.055 50 INFO rally.api [-] Building 'html' report for the following verification(s): '31deb8f3-d787-4a74-a69e-95dba36e574c' 2021-05-16 12:37:51.078 50 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:37:52.931 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:37:52.932 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:37:52.932 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:37:55.563 52 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '31deb8f3-d787-4a74-a69e-95dba36e574c' 2021-05-16 12:37:55.566 52 INFO rally.api [-] The report has been successfully built.