2020-12-09 13:06:12.937 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:06:12.937 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:06:12.937 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:06:15.154 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-12-09 13:06:15.154 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 13:06:15.154 7 ERROR rally.cli.cliutils 2020-12-09 13:06:16.871 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:06:16.871 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:06:16.871 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:06:21.428 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:06:21.428 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:06:21.428 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:06:26.160 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:06:26.160 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:06:26.161 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:06:27.845 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:06:27.846 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:06:27.846 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:06:30.174 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-12-09 13:06:30.174 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 13:06:30.174 17 ERROR rally.cli.cliutils 2020-12-09 13:06:31.859 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:06:31.859 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:06:31.859 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:06:33.994 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 13:06:34.078 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d50ca3b6-887f-4145-ad34-6f2344748316/repo. 2020-12-09 13:06:34.375 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d50ca3b6-887f-4145-ad34-6f2344748316/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 13:06:34.389 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 13:06:34.397 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 13:06:34.424 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 13:06:34.470 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 13:06:35.259 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d50ca3b6-887f-4145-ad34-6f2344748316) has been successfully created! 2020-12-09 13:06:37.016 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:06:37.017 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:06:37.017 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:06:41.922 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:06:41.923 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:06:41.923 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:06:44.255 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d50ca3b6-887f-4145-ad34-6f2344748316) for deployment 'opnfv-rally' (UUID=23d27251-8213-44dc-b4de-bc5585026edb). 2020-12-09 13:06:45.655 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d50ca3b6-887f-4145-ad34-6f2344748316) has been successfully configured for deployment 'opnfv-rally' (UUID=23d27251-8213-44dc-b4de-bc5585026edb)! 2020-12-09 13:06:55.149 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:06:55.149 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:06:55.149 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:06:57.492 35 INFO rally.api [-] Starting verification (UUID=4048f51e-8d9e-4abc-bd62-b5e8426fa372) for deployment 'opnfv-rally' (UUID=23d27251-8213-44dc-b4de-bc5585026edb) by verifier 'opnfv-tempest' (UUID=d50ca3b6-887f-4145-ad34-6f2344748316). 2020-12-09 13:06:58.189 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 13:06:58.189 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d50ca3b6-887f-4145-ad34-6f2344748316/for-deployment-23d27251-8213-44dc-b4de-bc5585026edb/tempest.log' to option 'log_file'. 2020-12-09 13:06:58.190 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d50ca3b6-887f-4145-ad34-6f2344748316/for-deployment-23d27251-8213-44dc-b4de-bc5585026edb/tempest.log 2020-12-09 13:06:58.190 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 13:06:58.191 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d50ca3b6-887f-4145-ad34-6f2344748316/for-deployment-23d27251-8213-44dc-b4de-bc5585026edb/lock_files' to option 'lock_path'. 2020-12-09 13:06:58.191 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d50ca3b6-887f-4145-ad34-6f2344748316/for-deployment-23d27251-8213-44dc-b4de-bc5585026edb/lock_files 2020-12-09 13:06:58.191 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 13:06:58.192 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-12-09 13:06:58.192 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f25e3cb7-d17d-43f7-87d9-96aad525c670 2020-12-09 13:06:58.192 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 18d20359-5ded-441e-a4ba-00c95d8501a9 2020-12-09 13:06:58.193 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a3198076-2cbd-4e1c-9d79-ff197488b777 2020-12-09 13:06:58.194 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9909d8e8-58b4-416e-afc8-0b9db463be17 2020-12-09 13:06:58.498 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 13:06:58.499 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_0de598d0-1227-4dd8-b57c-8bfdc654ee9f 2020-12-09 13:06:58.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 13:06:58.596 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 13:06:58.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b35c9696_MZZI7b3E'. Using flavor 'rally_verify_b35c9696_MZZI7b3E' (ID = bfc36cf0-d7e3-4392-a240-6b296798fbcf) for the tests. 2020-12-09 13:06:58.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bfc36cf0-d7e3-4392-a240-6b296798fbcf' to option 'instance_type'. 2020-12-09 13:06:58.640 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bfc36cf0-d7e3-4392-a240-6b296798fbcf 2020-12-09 13:06:58.641 35 INFO rally.task.context [-] Verification d50ca3b6-887f-4145-ad34-6f2344748316 | Context tempest@default setup() finished in 0.93 sec 2020-12-09 13:06:58.641 35 INFO rally.task.context [-] Verification d50ca3b6-887f-4145-ad34-6f2344748316 | Context testr@default setup() finished in 0.37 msec 2020-12-09 13:06:58.642 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/5137de35-444f-4c41-b5f7-4efec56f9c50'. 2020-12-09 13:08:00.393 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [49.366s] 2020-12-09 13:09:07.566 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [58.363s] 2020-12-09 13:10:17.603 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [70.020s] 2020-12-09 13:10:20.817 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.311s] 2020-12-09 13:11:54.125 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [88.875s] 2020-12-09 13:12:51.405 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [57.265s] 2020-12-09 13:13:29.974 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [28.686s] 2020-12-09 13:14:21.785 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.204s] 2020-12-09 13:15:31.636 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [40.717s] 2020-12-09 13:15:44.934 35 INFO rally.task.context [-] Verification d50ca3b6-887f-4145-ad34-6f2344748316 | Context testr@default cleanup() started 2020-12-09 13:15:44.934 35 INFO rally.task.context [-] Verification d50ca3b6-887f-4145-ad34-6f2344748316 | Context testr@default cleanup() finished in 0.78 msec 2020-12-09 13:15:44.935 35 INFO rally.task.context [-] Verification d50ca3b6-887f-4145-ad34-6f2344748316 | Context tempest@default cleanup() started 2020-12-09 13:15:45.095 35 INFO rally.task.context [-] Verification d50ca3b6-887f-4145-ad34-6f2344748316 | Context tempest@default cleanup() finished in 0.16 sec 2020-12-09 13:15:45.115 35 INFO rally.api [-] Verification (UUID=4048f51e-8d9e-4abc-bd62-b5e8426fa372) has been successfully finished for deployment 'opnfv-rally' (UUID=23d27251-8213-44dc-b4de-bc5585026edb)! 2020-12-09 13:15:46.956 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:15:46.957 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:15:46.957 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:15:48.607 153 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:15:48.607 153 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:15:48.608 153 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:15:50.898 153 INFO rally.api [-] Building 'html' report for the following verification(s): '4048f51e-8d9e-4abc-bd62-b5e8426fa372' 2020-12-09 13:15:50.921 153 INFO rally.api [-] The report has been successfully built. 2020-12-09 13:15:52.650 155 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 13:15:52.650 155 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 13:15:52.650 155 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 13:15:54.840 155 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4048f51e-8d9e-4abc-bd62-b5e8426fa372' 2020-12-09 13:15:54.842 155 INFO rally.api [-] The report has been successfully built.