2020-09-29 10:17:31.657 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:17:31.658 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:17:31.658 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:17:34.381 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-29 10:17:34.381 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 10:17:34.381 6 ERROR rally.cli.cliutils 2020-09-29 10:17:35.966 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:17:35.966 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:17:35.966 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:17:40.183 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:17:40.183 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:17:40.183 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:17:44.934 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:17:44.934 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:17:44.935 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:17:46.393 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:17:46.394 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:17:46.394 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:17:48.622 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-29 10:17:48.622 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils force=force) 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 10:17:48.622 15 ERROR rally.cli.cliutils 2020-09-29 10:17:50.367 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:17:50.368 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:17:50.368 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:17:52.413 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 10:17:52.499 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-11155d77-9f10-449f-ab1a-de60ac3ed2c5/repo. 2020-09-29 10:17:52.936 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-11155d77-9f10-449f-ab1a-de60ac3ed2c5/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-29 10:17:52.947 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gb0d516cd0 ' 2020-09-29 10:17:52.958 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'b0d516cd07ff9bd7c6c1371736de3c30dd647636 ' 2020-09-29 10:17:52.974 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 10:17:53.038 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 10:17:53.761 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=11155d77-9f10-449f-ab1a-de60ac3ed2c5) has been successfully created! 2020-09-29 10:17:55.466 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:17:55.467 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:17:55.467 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:17:59.976 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:17:59.977 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:17:59.977 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:18:02.119 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=11155d77-9f10-449f-ab1a-de60ac3ed2c5) for deployment 'opnfv-rally' (UUID=7d1e803b-003f-434f-a10d-269336795ab9). 2020-09-29 10:18:02.584 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=11155d77-9f10-449f-ab1a-de60ac3ed2c5) has been successfully configured for deployment 'opnfv-rally' (UUID=7d1e803b-003f-434f-a10d-269336795ab9)! 2020-09-29 10:18:11.887 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:18:11.887 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:18:11.887 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:18:14.048 32 INFO rally.api [-] Starting verification (UUID=cc4daae3-d1fc-47c0-b022-fe61dcb69242) for deployment 'opnfv-rally' (UUID=7d1e803b-003f-434f-a10d-269336795ab9) by verifier 'opnfv-tempest' (UUID=11155d77-9f10-449f-ab1a-de60ac3ed2c5). 2020-09-29 10:18:14.819 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 10:18:14.819 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-11155d77-9f10-449f-ab1a-de60ac3ed2c5/for-deployment-7d1e803b-003f-434f-a10d-269336795ab9/tempest.log' to option 'log_file'. 2020-09-29 10:18:14.820 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-11155d77-9f10-449f-ab1a-de60ac3ed2c5/for-deployment-7d1e803b-003f-434f-a10d-269336795ab9/tempest.log 2020-09-29 10:18:14.820 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 10:18:14.820 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-11155d77-9f10-449f-ab1a-de60ac3ed2c5/for-deployment-7d1e803b-003f-434f-a10d-269336795ab9/lock_files' to option 'lock_path'. 2020-09-29 10:18:14.821 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-11155d77-9f10-449f-ab1a-de60ac3ed2c5/for-deployment-7d1e803b-003f-434f-a10d-269336795ab9/lock_files 2020-09-29 10:18:14.821 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-29 10:18:14.822 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-29 10:18:14.822 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 08b0d79f-b9b4-43e3-95fe-1834b1d58116 2020-09-29 10:18:14.822 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3082f432-0c97-4543-b512-07181fd8150d 2020-09-29 10:18:14.823 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ba0456f3-202d-48c8-94fc-11f24f693c1c 2020-09-29 10:18:14.824 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 781a0879-7195-4947-bc55-5fdfc7aedc1f 2020-09-29 10:18:15.111 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 10:18:15.111 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_03d2755b-7196-49d2-8e4f-6e98c771389f 2020-09-29 10:18:15.112 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 10:18:15.195 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 10:18:15.236 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_36fae506_bK5YVHrR'. Using flavor 'rally_verify_36fae506_bK5YVHrR' (ID = 0198a25e-3369-4ca6-8744-29224a90db85) for the tests. 2020-09-29 10:18:15.236 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0198a25e-3369-4ca6-8744-29224a90db85' to option 'instance_type'. 2020-09-29 10:18:15.236 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0198a25e-3369-4ca6-8744-29224a90db85 2020-09-29 10:18:15.237 32 INFO rally.task.context [-] Verification 11155d77-9f10-449f-ab1a-de60ac3ed2c5 | Context tempest@default setup() finished in 0.95 sec 2020-09-29 10:18:15.238 32 INFO rally.task.context [-] Verification 11155d77-9f10-449f-ab1a-de60ac3ed2c5 | Context testr@default setup() finished in 0.35 msec 2020-09-29 10:18:15.238 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/2b8a9f2c-2434-4fc0-b9ea-ec0453fc7fdc'. 2020-09-29 10:19:19.596 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [53.449s] 2020-09-29 10:20:31.683 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [63.449s] 2020-09-29 10:21:57.107 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [85.405s] 2020-09-29 10:22:00.449 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.282s] 2020-09-29 10:23:51.349 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [106.916s] 2020-09-29 10:24:56.636 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [65.268s] 2020-09-29 10:25:44.898 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [35.032s] 2020-09-29 10:26:42.181 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [39.889s] 2020-09-29 10:27:59.839 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [54.424s] 2020-09-29 10:28:12.480 32 INFO rally.task.context [-] Verification 11155d77-9f10-449f-ab1a-de60ac3ed2c5 | Context testr@default cleanup() started 2020-09-29 10:28:12.481 32 INFO rally.task.context [-] Verification 11155d77-9f10-449f-ab1a-de60ac3ed2c5 | Context testr@default cleanup() finished in 0.79 msec 2020-09-29 10:28:12.481 32 INFO rally.task.context [-] Verification 11155d77-9f10-449f-ab1a-de60ac3ed2c5 | Context tempest@default cleanup() started 2020-09-29 10:28:12.686 32 INFO rally.task.context [-] Verification 11155d77-9f10-449f-ab1a-de60ac3ed2c5 | Context tempest@default cleanup() finished in 0.20 sec 2020-09-29 10:28:12.714 32 INFO rally.api [-] Verification (UUID=cc4daae3-d1fc-47c0-b022-fe61dcb69242) has been successfully finished for deployment 'opnfv-rally' (UUID=7d1e803b-003f-434f-a10d-269336795ab9)! 2020-09-29 10:28:14.315 147 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:28:14.315 147 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:28:14.316 147 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:28:15.798 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:28:15.799 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:28:15.799 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:28:17.973 148 INFO rally.api [-] Building 'html' report for the following verification(s): 'cc4daae3-d1fc-47c0-b022-fe61dcb69242' 2020-09-29 10:28:18.000 148 INFO rally.api [-] The report has been successfully built. 2020-09-29 10:28:19.569 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 10:28:19.569 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 10:28:19.570 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 10:28:21.636 150 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'cc4daae3-d1fc-47c0-b022-fe61dcb69242' 2020-09-29 10:28:21.640 150 INFO rally.api [-] The report has been successfully built.