2021-09-22 17:48:57.910 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:48:57.911 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:48:57.911 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:49:00.975 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-09-22 17:49:00.975 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:49:00.975 8 ERROR rally.cli.cliutils 2021-09-22 17:49:03.114 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:49:03.115 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:49:03.115 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:49:08.603 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:49:08.604 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:49:08.604 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:49:14.022 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:49:14.023 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:49:14.023 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:49:15.777 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:49:15.778 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:49:15.778 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:49:18.664 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-09-22 17:49:18.664 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:49:18.664 18 ERROR rally.cli.cliutils 2021-09-22 17:49:20.857 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:49:20.857 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:49:20.858 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:49:23.730 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:49:23.781 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-03d683e8-f4e5-41d0-b4f1-a308ca279ee8/repo. 2021-09-22 17:49:24.102 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-03d683e8-f4e5-41d0-b4f1-a308ca279ee8/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. 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-09-22 17:49:24.148 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:49:24.158 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:49:24.168 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:49:24.253 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:49:25.171 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=03d683e8-f4e5-41d0-b4f1-a308ca279ee8) has been successfully created! 2021-09-22 17:49:27.115 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:49:27.115 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:49:27.115 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:49:32.620 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:49:32.620 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:49:32.620 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:49:35.436 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=03d683e8-f4e5-41d0-b4f1-a308ca279ee8) for deployment 'opnfv-rally' (UUID=a8004ad2-e05d-4290-a35d-9b706b2eb8c6). 2021-09-22 17:49:37.007 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=03d683e8-f4e5-41d0-b4f1-a308ca279ee8) has been successfully configured for deployment 'opnfv-rally' (UUID=a8004ad2-e05d-4290-a35d-9b706b2eb8c6)! 2021-09-22 17:49:47.598 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:49:47.598 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:49:47.598 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:49:50.548 36 INFO rally.api [-] Starting verification (UUID=bd893435-2a54-465c-9add-72b9411b9bb3) for deployment 'opnfv-rally' (UUID=a8004ad2-e05d-4290-a35d-9b706b2eb8c6) by verifier 'opnfv-tempest' (UUID=03d683e8-f4e5-41d0-b4f1-a308ca279ee8). 2021-09-22 17:49:51.378 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:49:51.379 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-03d683e8-f4e5-41d0-b4f1-a308ca279ee8/for-deployment-a8004ad2-e05d-4290-a35d-9b706b2eb8c6/tempest.log' to option 'log_file'. 2021-09-22 17:49:51.380 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-03d683e8-f4e5-41d0-b4f1-a308ca279ee8/for-deployment-a8004ad2-e05d-4290-a35d-9b706b2eb8c6/tempest.log 2021-09-22 17:49:51.380 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:49:51.381 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-03d683e8-f4e5-41d0-b4f1-a308ca279ee8/for-deployment-a8004ad2-e05d-4290-a35d-9b706b2eb8c6/lock_files' to option 'lock_path'. 2021-09-22 17:49:51.381 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-03d683e8-f4e5-41d0-b4f1-a308ca279ee8/for-deployment-a8004ad2-e05d-4290-a35d-9b706b2eb8c6/lock_files 2021-09-22 17:49:51.381 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:49:51.382 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-09-22 17:49:51.382 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 162c1505-f5e4-4516-81f6-9c3219f38e09 2021-09-22 17:49:51.382 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 65c6ad28-68e2-4bca-9dfb-a0c26e0eda90 2021-09-22 17:49:51.383 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5b269197-bafb-4957-b53e-938421d20478 2021-09-22 17:49:51.383 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 044cec98-afe7-4de8-a22c-30aaa6dc1b6c 2021-09-22 17:49:51.779 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:49:51.780 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_c6022c74-ef56-48dc-8a9e-67bc690c93a1 2021-09-22 17:49:51.781 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:49:51.861 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:49:51.901 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_a5ec9d84_Q9pS0FJt'. Using flavor 'rally_verify_a5ec9d84_Q9pS0FJt' (ID = c816dfc0-9134-405c-9f52-140aa1a1c7d6) for the tests. 2021-09-22 17:49:51.901 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c816dfc0-9134-405c-9f52-140aa1a1c7d6' to option 'instance_type'. 2021-09-22 17:49:51.901 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c816dfc0-9134-405c-9f52-140aa1a1c7d6 2021-09-22 17:49:51.903 36 INFO rally.task.context [-] Verification 03d683e8-f4e5-41d0-b4f1-a308ca279ee8 | Context tempest@default setup() finished in 1.15 sec 2021-09-22 17:49:51.904 36 INFO rally.task.context [-] Verification 03d683e8-f4e5-41d0-b4f1-a308ca279ee8 | Context testr@default setup() finished in 0.42 msec 2021-09-22 17:49:51.904 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/0361576c-b39e-4351-94b3-9477880dd0eb'. 2021-09-22 17:51:20.554 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [76.589s] 2021-09-22 17:52:17.205 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [49.920s] 2021-09-22 17:54:10.352 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [113.117s] 2021-09-22 17:54:12.929 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.284s] 2021-09-22 17:56:57.639 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [161.767s] 2021-09-22 17:58:31.902 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [94.245s] 2021-09-22 17:59:15.331 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [35.778s] 2021-09-22 17:59:57.569 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.443s] 2021-09-22 18:00:20.348 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: b'Encrypted volume attach is not supported' 2021-09-22 18:01:06.088 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [45.722s] 2021-09-22 18:01:17.650 36 INFO rally.task.context [-] Verification 03d683e8-f4e5-41d0-b4f1-a308ca279ee8 | Context testr@default cleanup() started 2021-09-22 18:01:17.651 36 INFO rally.task.context [-] Verification 03d683e8-f4e5-41d0-b4f1-a308ca279ee8 | Context testr@default cleanup() finished in 0.68 msec 2021-09-22 18:01:17.651 36 INFO rally.task.context [-] Verification 03d683e8-f4e5-41d0-b4f1-a308ca279ee8 | Context tempest@default cleanup() started 2021-09-22 18:01:17.812 36 INFO rally.task.context [-] Verification 03d683e8-f4e5-41d0-b4f1-a308ca279ee8 | Context tempest@default cleanup() finished in 0.16 sec 2021-09-22 18:01:17.825 36 INFO rally.api [-] Verification (UUID=bd893435-2a54-465c-9add-72b9411b9bb3) has been successfully finished for deployment 'opnfv-rally' (UUID=a8004ad2-e05d-4290-a35d-9b706b2eb8c6)! 2021-09-22 18:01:20.099 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:01:20.099 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:01:20.099 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:01:22.105 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:01:22.105 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:01:22.106 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:01:25.045 154 INFO rally.api [-] Building 'html' report for the following verification(s): 'bd893435-2a54-465c-9add-72b9411b9bb3' 2021-09-22 18:01:25.071 154 INFO rally.api [-] The report has been successfully built. 2021-09-22 18:01:26.905 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:01:26.906 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:01:26.906 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:01:29.491 156 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bd893435-2a54-465c-9add-72b9411b9bb3' 2021-09-22 18:01:29.494 156 INFO rally.api [-] The report has been successfully built.