2021-05-16 12:14:22.132 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:22.133 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:22.133 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:24.588 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:14:24.588 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:14:24.588 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:14:24.588 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:14:24.588 8 ERROR rally.cli.cliutils 2021-05-16 12:14:26.266 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:26.266 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:26.267 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:30.573 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:30.574 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:30.574 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:35.855 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:35.856 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:35.856 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:37.411 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:37.411 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:37.411 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:39.794 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:14:39.794 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:14:39.794 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:14:39.794 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:14:39.794 18 ERROR rally.cli.cliutils 2021-05-16 12:14:41.603 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:41.604 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:41.604 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:44.124 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:14:44.178 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-413e7c5d-dc9e-4793-91d2-a2870aeae71a/repo. 2021-05-16 12:14:44.434 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-413e7c5d-dc9e-4793-91d2-a2870aeae71a/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:14:44.448 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:14:44.455 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:14:44.477 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:14:44.566 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:14:45.445 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=413e7c5d-dc9e-4793-91d2-a2870aeae71a) has been successfully created! 2021-05-16 12:14:47.119 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:47.120 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:47.120 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:51.812 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:51.812 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:51.812 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:54.121 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=413e7c5d-dc9e-4793-91d2-a2870aeae71a) for deployment 'opnfv-rally' (UUID=e26a9f86-faf5-4401-8e4b-fc5a06390ad9). 2021-05-16 12:14:54.662 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=413e7c5d-dc9e-4793-91d2-a2870aeae71a) has been successfully configured for deployment 'opnfv-rally' (UUID=e26a9f86-faf5-4401-8e4b-fc5a06390ad9)! 2021-05-16 12:15:03.612 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:15:03.612 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:15:03.613 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:15:06.185 36 INFO rally.api [-] Starting verification (UUID=a7b3e792-a09b-45e1-ad3a-7e2c2ce8f753) for deployment 'opnfv-rally' (UUID=e26a9f86-faf5-4401-8e4b-fc5a06390ad9) by verifier 'opnfv-tempest' (UUID=413e7c5d-dc9e-4793-91d2-a2870aeae71a). 2021-05-16 12:15:07.173 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:15:07.175 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-413e7c5d-dc9e-4793-91d2-a2870aeae71a/for-deployment-e26a9f86-faf5-4401-8e4b-fc5a06390ad9/tempest.log' to option 'log_file'. 2021-05-16 12:15:07.175 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-413e7c5d-dc9e-4793-91d2-a2870aeae71a/for-deployment-e26a9f86-faf5-4401-8e4b-fc5a06390ad9/tempest.log 2021-05-16 12:15:07.176 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:15:07.176 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-413e7c5d-dc9e-4793-91d2-a2870aeae71a/for-deployment-e26a9f86-faf5-4401-8e4b-fc5a06390ad9/lock_files' to option 'lock_path'. 2021-05-16 12:15:07.177 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-413e7c5d-dc9e-4793-91d2-a2870aeae71a/for-deployment-e26a9f86-faf5-4401-8e4b-fc5a06390ad9/lock_files 2021-05-16 12:15:07.177 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:15:07.177 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:15:07.177 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 93b89c84-180a-4bad-b727-88d2df8c6e09 2021-05-16 12:15:07.177 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 41329de2-3f3d-4504-b516-8fa49ec6e7df 2021-05-16 12:15:07.178 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e19c5f13-6958-43b5-9cdd-8b3addb9dc02 2021-05-16 12:15:07.178 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0f775dec-d689-4031-8a8f-8204fa7919d7 2021-05-16 12:15:07.393 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:15:07.393 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_a8ca6172-c768-4977-a85e-7137302e0611 2021-05-16 12:15:07.394 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:15:07.495 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:15:07.531 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-05-16 12:15:07.531 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_a7b3e792_VgLC4aFf' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-05-16 12:15:07.573 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a7b3e792_VgLC4aFf' (ID = 1347903e-ce16-4fd2-9541-1bbc24d5be4c) has been successfully created! 2021-05-16 12:15:07.574 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1347903e-ce16-4fd2-9541-1bbc24d5be4c' to option 'instance_type'. 2021-05-16 12:15:07.574 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1347903e-ce16-4fd2-9541-1bbc24d5be4c 2021-05-16 12:15:07.576 36 INFO rally.task.context [-] Verification 413e7c5d-dc9e-4793-91d2-a2870aeae71a | Context tempest@default setup() finished in 0.90 sec 2021-05-16 12:15:07.578 36 INFO rally.task.context [-] Verification 413e7c5d-dc9e-4793-91d2-a2870aeae71a | Context testr@default setup() finished in 0.85 msec 2021-05-16 12:15:07.578 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/74277121-a1e2-4682-ac20-524ccbb1f2c9'. 2021-05-16 12:16:02.271 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [44.970s] 2021-05-16 12:16:45.949 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [38.083s] 2021-05-16 12:17:41.205 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [55.236s] 2021-05-16 12:17:44.101 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.314s] 2021-05-16 12:18:55.279 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [67.653s] 2021-05-16 12:19:41.709 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [46.415s] 2021-05-16 12:20:09.738 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [21.082s] 2021-05-16 12:20:46.575 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.270s] 2021-05-16 12:21:04.770 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.001s]: b'Encrypted volume attach is not supported' 2021-05-16 12:21:41.014 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [36.227s] 2021-05-16 12:21:52.546 36 INFO rally.task.context [-] Verification 413e7c5d-dc9e-4793-91d2-a2870aeae71a | Context testr@default cleanup() started 2021-05-16 12:21:52.547 36 INFO rally.task.context [-] Verification 413e7c5d-dc9e-4793-91d2-a2870aeae71a | Context testr@default cleanup() finished in 0.86 msec 2021-05-16 12:21:52.548 36 INFO rally.task.context [-] Verification 413e7c5d-dc9e-4793-91d2-a2870aeae71a | Context tempest@default cleanup() started 2021-05-16 12:21:52.716 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_a7b3e792_VgLC4aFf'. 2021-05-16 12:21:52.878 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a7b3e792_VgLC4aFf' has been deleted. 2021-05-16 12:21:52.879 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '1347903e-ce16-4fd2-9541-1bbc24d5be4c' of option 'instance_type' from Tempest config file. 2021-05-16 12:21:52.880 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '1347903e-ce16-4fd2-9541-1bbc24d5be4c' has been removed. 2021-05-16 12:21:52.890 36 INFO rally.task.context [-] Verification 413e7c5d-dc9e-4793-91d2-a2870aeae71a | Context tempest@default cleanup() finished in 0.34 sec 2021-05-16 12:21:52.921 36 INFO rally.api [-] Verification (UUID=a7b3e792-a09b-45e1-ad3a-7e2c2ce8f753) has been successfully finished for deployment 'opnfv-rally' (UUID=e26a9f86-faf5-4401-8e4b-fc5a06390ad9)! 2021-05-16 12:21:54.845 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:21:54.845 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:21:54.845 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:21:56.395 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:21:56.395 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:21:56.395 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:21:58.776 156 INFO rally.api [-] Building 'html' report for the following verification(s): 'a7b3e792-a09b-45e1-ad3a-7e2c2ce8f753' 2021-05-16 12:21:58.798 156 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:22:00.512 158 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:22:00.513 158 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:22:00.513 158 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:22:02.975 158 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a7b3e792-a09b-45e1-ad3a-7e2c2ce8f753' 2021-05-16 12:22:02.978 158 INFO rally.api [-] The report has been successfully built.