2021-03-06 00:44:05.195 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:44:05.195 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:44:05.195 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:44:07.980 24 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-03-06 00:44:07.980 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-06 00:44:07.980 24 ERROR rally.cli.cliutils 2021-03-06 00:44:09.847 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:44:09.847 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:44:09.848 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:44:15.044 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:44:15.045 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:44:15.045 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:44:21.694 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:44:21.694 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:44:21.694 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:44:23.495 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:44:23.495 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:44:23.496 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:44:26.102 34 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-03-06 00:44:26.102 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-06 00:44:26.102 34 ERROR rally.cli.cliutils 2021-03-06 00:44:28.146 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:44:28.146 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:44:28.146 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:44:30.713 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-06 00:44:30.761 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-eec432a3-235c-406f-b68d-d44be3aba0f6/repo. 2021-03-06 00:44:31.137 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-eec432a3-235c-406f-b68d-d44be3aba0f6/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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-03-06 00:44:31.189 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-06 00:44:31.199 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-06 00:44:31.220 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-06 00:44:31.311 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-06 00:44:32.353 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eec432a3-235c-406f-b68d-d44be3aba0f6) has been successfully created! 2021-03-06 00:44:34.554 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:44:34.554 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:44:34.555 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:44:41.012 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:44:41.013 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:44:41.013 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:44:43.785 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=eec432a3-235c-406f-b68d-d44be3aba0f6) for deployment 'opnfv-rally' (UUID=4ff26a2e-e30b-4863-af16-8d5bfa8f12f2). 2021-03-06 00:44:44.762 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=eec432a3-235c-406f-b68d-d44be3aba0f6) has been successfully configured for deployment 'opnfv-rally' (UUID=4ff26a2e-e30b-4863-af16-8d5bfa8f12f2)! 2021-03-06 00:44:55.379 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:44:55.380 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:44:55.380 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:44:58.003 52 INFO rally.api [-] Starting verification (UUID=cc0da749-ad73-4473-a467-99e55a9e6b3c) for deployment 'opnfv-rally' (UUID=4ff26a2e-e30b-4863-af16-8d5bfa8f12f2) by verifier 'opnfv-tempest' (UUID=eec432a3-235c-406f-b68d-d44be3aba0f6). 2021-03-06 00:44:59.065 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-06 00:44:59.148 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-06 00:44:59.149 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-eec432a3-235c-406f-b68d-d44be3aba0f6/for-deployment-4ff26a2e-e30b-4863-af16-8d5bfa8f12f2/tempest.log' to option 'log_file'. 2021-03-06 00:44:59.149 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-eec432a3-235c-406f-b68d-d44be3aba0f6/for-deployment-4ff26a2e-e30b-4863-af16-8d5bfa8f12f2/tempest.log 2021-03-06 00:44:59.150 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-06 00:44:59.150 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-eec432a3-235c-406f-b68d-d44be3aba0f6/for-deployment-4ff26a2e-e30b-4863-af16-8d5bfa8f12f2/lock_files' to option 'lock_path'. 2021-03-06 00:44:59.150 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-eec432a3-235c-406f-b68d-d44be3aba0f6/for-deployment-4ff26a2e-e30b-4863-af16-8d5bfa8f12f2/lock_files 2021-03-06 00:44:59.151 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-06 00:44:59.151 52 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-03-06 00:44:59.152 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e29ed9c1-f981-454c-a0fc-e294022402c0 2021-03-06 00:44:59.152 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5c184b34-1afd-4a49-bc99-5cd0ffcc0e93 2021-03-06 00:44:59.153 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ea7907b3-ecc4-42a7-aa66-f66093691869 2021-03-06 00:44:59.154 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a38bc775-cba6-47fe-bda0-0028892cda86 2021-03-06 00:44:59.414 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-06 00:44:59.414 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_36504204-ca04-4d90-bcfc-c468a91fd36b 2021-03-06 00:44:59.415 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-06 00:44:59.509 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-06 00:44:59.553 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-06 00:44:59.553 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_cc0da749_MrUarvWs' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-06 00:44:59.600 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cc0da749_MrUarvWs' (ID = ac7a0cc5-3508-49a6-a283-ccd271b36423) has been successfully created! 2021-03-06 00:44:59.600 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ac7a0cc5-3508-49a6-a283-ccd271b36423' to option 'instance_type'. 2021-03-06 00:44:59.601 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ac7a0cc5-3508-49a6-a283-ccd271b36423 2021-03-06 00:44:59.603 52 INFO rally.task.context [-] Verification eec432a3-235c-406f-b68d-d44be3aba0f6 | Context tempest@default setup() finished in 1.06 sec 2021-03-06 00:44:59.604 52 INFO rally.task.context [-] Verification eec432a3-235c-406f-b68d-d44be3aba0f6 | Context testr@default setup() finished in 0.57 msec 2021-03-06 00:44:59.605 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/ea6fd01a-2d8a-4825-b4dc-83ea4bb31987'. 2021-03-06 00:46:15.135 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [60.236s] 2021-03-06 00:47:32.977 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [65.755s] 2021-03-06 00:48:51.144 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [78.128s] 2021-03-06 00:48:53.191 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: b'TestObjectStorageBasicOps skipped as swift is not available' 2021-03-06 00:50:17.790 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... fail [79.470s] 2021-03-06 00:51:27.125 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [69.312s] 2021-03-06 00:52:11.436 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [31.625s] 2021-03-06 00:55:38.988 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [181.042s] 2021-03-06 00:56:14.143 52 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-03-06 00:57:04.822 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [50.655s] 2021-03-06 00:57:22.828 52 INFO rally.task.context [-] Verification eec432a3-235c-406f-b68d-d44be3aba0f6 | Context testr@default cleanup() started 2021-03-06 00:57:22.828 52 INFO rally.task.context [-] Verification eec432a3-235c-406f-b68d-d44be3aba0f6 | Context testr@default cleanup() finished in 0.83 msec 2021-03-06 00:57:22.829 52 INFO rally.task.context [-] Verification eec432a3-235c-406f-b68d-d44be3aba0f6 | Context tempest@default cleanup() started 2021-03-06 00:57:23.402 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-06 00:57:23.531 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-06 00:57:23.562 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_cc0da749_MrUarvWs'. 2021-03-06 00:57:23.827 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_cc0da749_MrUarvWs' has been deleted. 2021-03-06 00:57:23.828 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ac7a0cc5-3508-49a6-a283-ccd271b36423' of option 'instance_type' from Tempest config file. 2021-03-06 00:57:23.829 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ac7a0cc5-3508-49a6-a283-ccd271b36423' has been removed. 2021-03-06 00:57:23.831 52 INFO rally.task.context [-] Verification eec432a3-235c-406f-b68d-d44be3aba0f6 | Context tempest@default cleanup() finished in 1.00 sec 2021-03-06 00:57:23.855 52 INFO rally.api [-] Verification (UUID=cc0da749-ad73-4473-a467-99e55a9e6b3c) has been successfully finished for deployment 'opnfv-rally' (UUID=4ff26a2e-e30b-4863-af16-8d5bfa8f12f2)! 2021-03-06 00:57:26.035 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:57:26.036 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:57:26.036 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:57:27.866 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:57:27.867 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:57:27.867 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:57:30.524 152 INFO rally.api [-] Building 'html' report for the following verification(s): 'cc0da749-ad73-4473-a467-99e55a9e6b3c' 2021-03-06 00:57:30.543 152 INFO rally.api [-] The report has been successfully built. 2021-03-06 00:57:32.538 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:57:32.539 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:57:32.539 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:57:35.393 154 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'cc0da749-ad73-4473-a467-99e55a9e6b3c' 2021-03-06 00:57:35.396 154 INFO rally.api [-] The report has been successfully built.