2021-08-16 20:09:55.013 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:09:55.013 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:09:55.014 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:09:57.843 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-08-16 20:09:57.843 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 20:09:57.843 8 ERROR rally.cli.cliutils 2021-08-16 20:09:59.814 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:09:59.814 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:09:59.815 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:10:04.672 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:10:04.672 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:10:04.673 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:10:10.314 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:10:10.315 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:10:10.315 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:10:11.949 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:10:11.950 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:10:11.950 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:10:14.449 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-08-16 20:10:14.449 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 20:10:14.449 18 ERROR rally.cli.cliutils 2021-08-16 20:10:16.397 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:10:16.397 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:10:16.398 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:10:19.054 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 20:10:19.102 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e502a9d4-e62c-461f-baf4-23a22d50ed38/repo. 2021-08-16 20:10:19.432 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e502a9d4-e62c-461f-baf4-23a22d50ed38/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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-08-16 20:10:19.449 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 20:10:19.456 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 20:10:19.466 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 20:10:19.535 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 20:10:20.512 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e502a9d4-e62c-461f-baf4-23a22d50ed38) has been successfully created! 2021-08-16 20:10:22.443 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:10:22.444 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:10:22.444 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:10:27.749 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:10:27.750 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:10:27.750 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:10:30.252 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e502a9d4-e62c-461f-baf4-23a22d50ed38) for deployment 'opnfv-rally' (UUID=0188df8f-14e0-439d-b23a-d9e70c8a4264). 2021-08-16 20:10:30.737 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e502a9d4-e62c-461f-baf4-23a22d50ed38) has been successfully configured for deployment 'opnfv-rally' (UUID=0188df8f-14e0-439d-b23a-d9e70c8a4264)! 2021-08-16 20:10:41.150 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:10:41.150 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:10:41.150 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:10:43.783 38 INFO rally.api [-] Starting verification (UUID=6c39c1e0-f2c2-4086-bd68-cea08bec6565) for deployment 'opnfv-rally' (UUID=0188df8f-14e0-439d-b23a-d9e70c8a4264) by verifier 'opnfv-tempest' (UUID=e502a9d4-e62c-461f-baf4-23a22d50ed38). 2021-08-16 20:10:44.469 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 20:10:44.470 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e502a9d4-e62c-461f-baf4-23a22d50ed38/for-deployment-0188df8f-14e0-439d-b23a-d9e70c8a4264/tempest.log' to option 'log_file'. 2021-08-16 20:10:44.470 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e502a9d4-e62c-461f-baf4-23a22d50ed38/for-deployment-0188df8f-14e0-439d-b23a-d9e70c8a4264/tempest.log 2021-08-16 20:10:44.470 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 20:10:44.471 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e502a9d4-e62c-461f-baf4-23a22d50ed38/for-deployment-0188df8f-14e0-439d-b23a-d9e70c8a4264/lock_files' to option 'lock_path'. 2021-08-16 20:10:44.471 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e502a9d4-e62c-461f-baf4-23a22d50ed38/for-deployment-0188df8f-14e0-439d-b23a-d9e70c8a4264/lock_files 2021-08-16 20:10:44.471 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 20:10:44.472 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e502a9d4-e62c-461f-baf4-23a22d50ed38/for-deployment-0188df8f-14e0-439d-b23a-d9e70c8a4264' to option 'img_dir'. 2021-08-16 20:10:44.472 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-e502a9d4-e62c-461f-baf4-23a22d50ed38/for-deployment-0188df8f-14e0-439d-b23a-d9e70c8a4264 2021-08-16 20:10:44.472 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 20:10:44.472 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c25dea4e-83fe-4458-8798-af02b268da27 2021-08-16 20:10:44.473 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 665ea673-4b05-43a8-84bc-14ee8989c8a1 2021-08-16 20:10:44.473 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a671561e-1711-49b1-b965-b9a5596dfbdf 2021-08-16 20:10:44.474 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2f0706a3-49b8-4049-9004-1ab95aa02726 2021-08-16 20:10:44.748 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 20:10:44.748 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_439cb41b-5871-4dce-adb8-fd9e4ed96ce0 2021-08-16 20:10:44.749 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 20:10:44.854 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 20:10:44.906 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-16 20:10:44.907 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_6c39c1e0_CcJAp0H1' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-16 20:10:44.955 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6c39c1e0_CcJAp0H1' (ID = 82ebdafc-2626-4e82-919e-2cb329b7254a) has been successfully created! 2021-08-16 20:10:44.955 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '82ebdafc-2626-4e82-919e-2cb329b7254a' to option 'instance_type'. 2021-08-16 20:10:44.955 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 82ebdafc-2626-4e82-919e-2cb329b7254a 2021-08-16 20:10:44.957 38 INFO rally.task.context [-] Verification e502a9d4-e62c-461f-baf4-23a22d50ed38 | Context tempest@default setup() finished in 0.98 sec 2021-08-16 20:10:44.958 38 INFO rally.task.context [-] Verification e502a9d4-e62c-461f-baf4-23a22d50ed38 | Context testr@default setup() finished in 0.52 msec 2021-08-16 20:10:44.958 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/a1b70c41-9359-4a70-978e-6b880b56de0f'. 2021-08-16 20:10:52.819 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.140s] 2021-08-16 20:11:48.069 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [43.837s] 2021-08-16 20:12:35.512 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [37.367s] 2021-08-16 20:13:30.648 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [55.104s] 2021-08-16 20:13:33.377 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.275s] 2021-08-16 20:15:18.565 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [102.358s] 2021-08-16 20:16:21.143 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [62.565s] 2021-08-16 20:16:54.371 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [21.962s] 2021-08-16 20:17:40.569 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.365s] 2021-08-16 20:18:38.316 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [39.616s] 2021-08-16 20:18:47.094 38 INFO rally.task.context [-] Verification e502a9d4-e62c-461f-baf4-23a22d50ed38 | Context testr@default cleanup() started 2021-08-16 20:18:47.095 38 INFO rally.task.context [-] Verification e502a9d4-e62c-461f-baf4-23a22d50ed38 | Context testr@default cleanup() finished in 0.77 msec 2021-08-16 20:18:47.095 38 INFO rally.task.context [-] Verification e502a9d4-e62c-461f-baf4-23a22d50ed38 | Context tempest@default cleanup() started 2021-08-16 20:18:47.240 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_6c39c1e0_CcJAp0H1'. 2021-08-16 20:18:47.408 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6c39c1e0_CcJAp0H1' has been deleted. 2021-08-16 20:18:47.408 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '82ebdafc-2626-4e82-919e-2cb329b7254a' of option 'instance_type' from Tempest config file. 2021-08-16 20:18:47.409 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '82ebdafc-2626-4e82-919e-2cb329b7254a' has been removed. 2021-08-16 20:18:47.410 38 INFO rally.task.context [-] Verification e502a9d4-e62c-461f-baf4-23a22d50ed38 | Context tempest@default cleanup() finished in 0.31 sec 2021-08-16 20:18:47.424 38 INFO rally.api [-] Verification (UUID=6c39c1e0-f2c2-4086-bd68-cea08bec6565) has been successfully finished for deployment 'opnfv-rally' (UUID=0188df8f-14e0-439d-b23a-d9e70c8a4264)! 2021-08-16 20:18:49.303 155 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:18:49.303 155 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:18:49.303 155 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:18:51.017 157 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:18:51.018 157 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:18:51.018 157 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:18:53.906 157 INFO rally.api [-] Building 'html' report for the following verification(s): '6c39c1e0-f2c2-4086-bd68-cea08bec6565' 2021-08-16 20:18:53.935 157 INFO rally.api [-] The report has been successfully built. 2021-08-16 20:18:55.695 159 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:18:55.696 159 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:18:55.696 159 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:18:58.252 159 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6c39c1e0-f2c2-4086-bd68-cea08bec6565' 2021-08-16 20:18:58.254 159 INFO rally.api [-] The report has been successfully built.