2020-09-19 09:43:22.483 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:43:22.484 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:43:22.484 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:43:24.937 6 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-09-19 09:43:24.937 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 09:43:24.937 6 ERROR rally.cli.cliutils 2020-09-19 09:43:26.586 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:43:26.586 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:43:26.586 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:43:30.725 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:43:30.725 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:43:30.726 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:43:35.370 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:43:35.371 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:43:35.371 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:43:36.839 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:43:36.840 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:43:36.840 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:43:39.066 15 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-09-19 09:43:39.066 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils force=force) 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 09:43:39.066 15 ERROR rally.cli.cliutils 2020-09-19 09:43:40.698 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:43:40.698 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:43:40.698 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:43:42.940 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 09:43:43.011 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-80d8179a-49c2-4681-bbd0-e42610db2c81/repo. 2020-09-19 09:43:43.355 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-80d8179a-49c2-4681-bbd0-e42610db2c81/repo'... done. Note: checking out 'b0d516cd07ff9bd7c6c1371736de3c30dd647636'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-19 09:43:43.370 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gb0d516cd0 ' 2020-09-19 09:43:43.380 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'b0d516cd07ff9bd7c6c1371736de3c30dd647636 ' 2020-09-19 09:43:43.398 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 09:43:43.452 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 09:43:44.092 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=80d8179a-49c2-4681-bbd0-e42610db2c81) has been successfully created! 2020-09-19 09:43:45.730 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:43:45.730 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:43:45.730 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:43:50.316 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:43:50.316 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:43:50.316 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:43:52.628 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=80d8179a-49c2-4681-bbd0-e42610db2c81) for deployment 'opnfv-rally' (UUID=beb90317-615d-4a81-aef7-e41d1c5fa9ea). 2020-09-19 09:43:53.091 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=80d8179a-49c2-4681-bbd0-e42610db2c81) has been successfully configured for deployment 'opnfv-rally' (UUID=beb90317-615d-4a81-aef7-e41d1c5fa9ea)! 2020-09-19 09:44:02.042 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:44:02.042 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:44:02.042 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:44:04.243 32 INFO rally.api [-] Starting verification (UUID=e6f3ec6c-952f-483b-8553-77cddb6e5280) for deployment 'opnfv-rally' (UUID=beb90317-615d-4a81-aef7-e41d1c5fa9ea) by verifier 'opnfv-tempest' (UUID=80d8179a-49c2-4681-bbd0-e42610db2c81). 2020-09-19 09:44:04.985 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 09:44:04.985 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-80d8179a-49c2-4681-bbd0-e42610db2c81/for-deployment-beb90317-615d-4a81-aef7-e41d1c5fa9ea/tempest.log' to option 'log_file'. 2020-09-19 09:44:04.986 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-80d8179a-49c2-4681-bbd0-e42610db2c81/for-deployment-beb90317-615d-4a81-aef7-e41d1c5fa9ea/tempest.log 2020-09-19 09:44:04.986 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 09:44:04.986 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-80d8179a-49c2-4681-bbd0-e42610db2c81/for-deployment-beb90317-615d-4a81-aef7-e41d1c5fa9ea/lock_files' to option 'lock_path'. 2020-09-19 09:44:04.986 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-80d8179a-49c2-4681-bbd0-e42610db2c81/for-deployment-beb90317-615d-4a81-aef7-e41d1c5fa9ea/lock_files 2020-09-19 09:44:04.987 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 09:44:04.987 32 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-09-19 09:44:04.987 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 91a10a32-424c-4df2-aac5-14215e04b2c0 2020-09-19 09:44:04.987 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 671b1a95-f517-4acd-ada2-6a79e9ddbc80 2020-09-19 09:44:04.988 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 887ea709-1dc1-4b6a-ac8c-f9262f71f50a 2020-09-19 09:44:04.988 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b61b8a93-bdfd-40ee-9b6e-909e1950590b 2020-09-19 09:44:05.427 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 09:44:05.428 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_7ae18a6b-9c74-4628-83a6-b00b0ae902c3 2020-09-19 09:44:05.428 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 09:44:05.516 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 09:44:05.554 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_f86879a0_pO6DTfNd'. Using flavor 'rally_verify_f86879a0_pO6DTfNd' (ID = 536253c8-27f8-4af5-9202-25b406c26993) for the tests. 2020-09-19 09:44:05.554 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '536253c8-27f8-4af5-9202-25b406c26993' to option 'instance_type'. 2020-09-19 09:44:05.554 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 536253c8-27f8-4af5-9202-25b406c26993 2020-09-19 09:44:05.555 32 INFO rally.task.context [-] Verification 80d8179a-49c2-4681-bbd0-e42610db2c81 | Context tempest@default setup() finished in 1.07 sec 2020-09-19 09:44:05.556 32 INFO rally.task.context [-] Verification 80d8179a-49c2-4681-bbd0-e42610db2c81 | Context testr@default setup() finished in 0.25 msec 2020-09-19 09:44:05.556 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/ccbdd758-a63f-4b77-8ac9-2f3d847647b9'. 2020-09-19 09:45:35.222 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [74.700s] 2020-09-19 09:46:48.484 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [65.195s] 2020-09-19 09:48:00.000 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [71.492s] 2020-09-19 09:48:03.534 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.321s] 2020-09-19 09:49:56.751 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [109.409s] 2020-09-19 09:51:18.193 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [81.429s] 2020-09-19 09:51:57.734 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [30.824s] 2020-09-19 09:52:44.553 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.954s] 2020-09-19 09:53:51.160 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [41.623s] 2020-09-19 09:54:11.370 32 INFO rally.task.context [-] Verification 80d8179a-49c2-4681-bbd0-e42610db2c81 | Context testr@default cleanup() started 2020-09-19 09:54:11.379 32 INFO rally.task.context [-] Verification 80d8179a-49c2-4681-bbd0-e42610db2c81 | Context testr@default cleanup() finished in 8.92 msec 2020-09-19 09:54:11.382 32 INFO rally.task.context [-] Verification 80d8179a-49c2-4681-bbd0-e42610db2c81 | Context tempest@default cleanup() started 2020-09-19 09:54:11.605 32 INFO rally.task.context [-] Verification 80d8179a-49c2-4681-bbd0-e42610db2c81 | Context tempest@default cleanup() finished in 0.22 sec 2020-09-19 09:54:11.626 32 INFO rally.api [-] Verification (UUID=e6f3ec6c-952f-483b-8553-77cddb6e5280) has been successfully finished for deployment 'opnfv-rally' (UUID=beb90317-615d-4a81-aef7-e41d1c5fa9ea)! 2020-09-19 09:54:13.743 149 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:54:13.743 149 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:54:13.743 149 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:54:15.260 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:54:15.261 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:54:15.261 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:54:17.689 150 INFO rally.api [-] Building 'html' report for the following verification(s): 'e6f3ec6c-952f-483b-8553-77cddb6e5280' 2020-09-19 09:54:17.717 150 INFO rally.api [-] The report has been successfully built. 2020-09-19 09:54:19.241 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:54:19.242 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:54:19.242 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:54:21.549 152 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e6f3ec6c-952f-483b-8553-77cddb6e5280' 2020-09-19 09:54:21.552 152 INFO rally.api [-] The report has been successfully built.