2021-06-08 09:30:08.828 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:30:08.828 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:30:08.828 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:30:11.195 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-06-08 09:30:11.195 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 09:30:11.195 7 ERROR rally.cli.cliutils 2021-06-08 09:30:12.976 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:30:12.977 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:30:12.977 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:30:17.072 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:30:17.073 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:30:17.073 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:30:21.742 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:30:21.742 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:30:21.742 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:30:23.238 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:30:23.239 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:30:23.239 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:30:25.323 16 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-06-08 09:30:25.323 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils force=force) 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 09:30:25.323 16 ERROR rally.cli.cliutils 2021-06-08 09:30:26.768 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:30:26.768 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:30:26.768 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:30:29.026 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 09:30:29.139 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ac6ff18b-c93b-415d-a365-7d2df583e2d2/repo. 2021-06-08 09:30:29.499 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ac6ff18b-c93b-415d-a365-7d2df583e2d2/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2021-06-08 09:30:29.514 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 09:30:29.524 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 09:30:29.547 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 09:30:29.609 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 09:30:30.289 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ac6ff18b-c93b-415d-a365-7d2df583e2d2) has been successfully created! 2021-06-08 09:30:32.052 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:30:32.052 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:30:32.052 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:30:36.653 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:30:36.653 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:30:36.653 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:30:38.837 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ac6ff18b-c93b-415d-a365-7d2df583e2d2) for deployment 'opnfv-rally' (UUID=4ead9add-0b60-432b-852b-e435bdddc18e). 2021-06-08 09:30:40.127 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ac6ff18b-c93b-415d-a365-7d2df583e2d2) has been successfully configured for deployment 'opnfv-rally' (UUID=4ead9add-0b60-432b-852b-e435bdddc18e)! 2021-06-08 09:30:48.930 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:30:48.931 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:30:48.931 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:30:51.468 33 INFO rally.api [-] Starting verification (UUID=4eef219d-7860-44c0-b7cd-ef7f97f6dbf6) for deployment 'opnfv-rally' (UUID=4ead9add-0b60-432b-852b-e435bdddc18e) by verifier 'opnfv-tempest' (UUID=ac6ff18b-c93b-415d-a365-7d2df583e2d2). 2021-06-08 09:30:52.107 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 09:30:52.108 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ac6ff18b-c93b-415d-a365-7d2df583e2d2/for-deployment-4ead9add-0b60-432b-852b-e435bdddc18e/tempest.log' to option 'log_file'. 2021-06-08 09:30:52.108 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ac6ff18b-c93b-415d-a365-7d2df583e2d2/for-deployment-4ead9add-0b60-432b-852b-e435bdddc18e/tempest.log 2021-06-08 09:30:52.109 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 09:30:52.109 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ac6ff18b-c93b-415d-a365-7d2df583e2d2/for-deployment-4ead9add-0b60-432b-852b-e435bdddc18e/lock_files' to option 'lock_path'. 2021-06-08 09:30:52.109 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ac6ff18b-c93b-415d-a365-7d2df583e2d2/for-deployment-4ead9add-0b60-432b-852b-e435bdddc18e/lock_files 2021-06-08 09:30:52.110 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 09:30:52.110 33 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-06-08 09:30:52.110 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 206fb0ed-cad2-4867-9330-220fe75c207a 2021-06-08 09:30:52.110 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 53530b02-f5ac-4c99-ad77-a953ec72e08a 2021-06-08 09:30:52.111 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b968fc29-0e3f-4436-afd3-4bf4deb553ab 2021-06-08 09:30:52.111 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f351ccfd-f591-4995-af43-d7e133c06a97 2021-06-08 09:30:52.431 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 09:30:52.432 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_520be427-5f38-44ab-8e3a-a9a132c4c478 2021-06-08 09:30:52.433 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 09:30:52.522 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 09:30:52.561 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_7953422f_Z2morZAN'. Using flavor 'rally_verify_7953422f_Z2morZAN' (ID = 49f189f1-4467-4674-88e8-33a1def1c590) for the tests. 2021-06-08 09:30:52.562 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '49f189f1-4467-4674-88e8-33a1def1c590' to option 'instance_type'. 2021-06-08 09:30:52.562 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 49f189f1-4467-4674-88e8-33a1def1c590 2021-06-08 09:30:52.564 33 INFO rally.task.context [-] Verification ac6ff18b-c93b-415d-a365-7d2df583e2d2 | Context tempest@default setup() finished in 0.90 sec 2021-06-08 09:30:52.565 33 INFO rally.task.context [-] Verification ac6ff18b-c93b-415d-a365-7d2df583e2d2 | Context testr@default setup() finished in 0.36 msec 2021-06-08 09:30:52.565 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/8fc8a2ab-7954-4327-a710-3c7c33c58c4e'. 2021-06-08 09:31:59.509 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [56.963s] 2021-06-08 09:33:02.843 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [56.317s] 2021-06-08 09:34:18.010 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [75.144s] 2021-06-08 09:34:22.032 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.307s] 2021-06-08 09:36:02.861 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [97.239s] 2021-06-08 09:37:03.156 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [60.278s] 2021-06-08 09:37:44.553 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [32.268s] 2021-06-08 09:38:41.080 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [32.750s] 2021-06-08 09:39:42.483 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [36.248s] 2021-06-08 09:39:58.934 33 INFO rally.task.context [-] Verification ac6ff18b-c93b-415d-a365-7d2df583e2d2 | Context testr@default cleanup() started 2021-06-08 09:39:58.950 33 INFO rally.task.context [-] Verification ac6ff18b-c93b-415d-a365-7d2df583e2d2 | Context testr@default cleanup() finished in 16.04 msec 2021-06-08 09:39:58.951 33 INFO rally.task.context [-] Verification ac6ff18b-c93b-415d-a365-7d2df583e2d2 | Context tempest@default cleanup() started 2021-06-08 09:39:59.130 33 INFO rally.task.context [-] Verification ac6ff18b-c93b-415d-a365-7d2df583e2d2 | Context tempest@default cleanup() finished in 0.18 sec 2021-06-08 09:39:59.170 33 INFO rally.api [-] Verification (UUID=4eef219d-7860-44c0-b7cd-ef7f97f6dbf6) has been successfully finished for deployment 'opnfv-rally' (UUID=4ead9add-0b60-432b-852b-e435bdddc18e)! 2021-06-08 09:40:01.089 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:40:01.089 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:40:01.089 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:40:02.572 149 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:40:02.572 149 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:40:02.572 149 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:40:04.752 149 INFO rally.api [-] Building 'html' report for the following verification(s): '4eef219d-7860-44c0-b7cd-ef7f97f6dbf6' 2021-06-08 09:40:04.784 149 INFO rally.api [-] The report has been successfully built. 2021-06-08 09:40:06.341 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:40:06.342 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:40:06.342 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:40:08.435 151 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4eef219d-7860-44c0-b7cd-ef7f97f6dbf6' 2021-06-08 09:40:08.440 151 INFO rally.api [-] The report has been successfully built.