2020-06-16 09:09:31.032 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:09:31.033 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:09:31.033 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:09:33.990 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 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 09:09:33.990 8 ERROR rally.cli.cliutils 2020-06-16 09:09:35.955 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:09:35.955 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:09:35.956 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:09:41.183 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:09:41.184 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:09:41.184 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:09:46.610 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:09:46.611 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:09:46.611 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:09:48.193 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:09:48.194 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:09:48.194 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:09:50.814 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 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 09:09:50.814 18 ERROR rally.cli.cliutils 2020-06-16 09:09:52.573 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:09:52.573 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:09:52.573 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:09:55.089 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 09:09:55.167 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-68f44141-ef42-4005-90b4-844db911bc87/repo. 2020-06-16 09:09:55.367 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-68f44141-ef42-4005-90b4-844db911bc87/repo'... done. ' 2020-06-16 09:09:55.381 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 09:09:55.404 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 09:09:55.489 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 09:09:56.410 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=68f44141-ef42-4005-90b4-844db911bc87) has been successfully created! 2020-06-16 09:09:58.492 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:09:58.492 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:09:58.493 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:10:05.008 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:10:05.008 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:10:05.009 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:10:07.696 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=68f44141-ef42-4005-90b4-844db911bc87) for deployment 'opnfv-rally' (UUID=2391c23e-ec8f-4de7-a303-0bb4e13f54ea). 2020-06-16 09:10:08.456 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=68f44141-ef42-4005-90b4-844db911bc87) has been successfully configured for deployment 'opnfv-rally' (UUID=2391c23e-ec8f-4de7-a303-0bb4e13f54ea)! 2020-06-16 09:10:18.786 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:10:18.786 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:10:18.786 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:10:21.391 35 INFO rally.api [-] Starting verification (UUID=1eea6d34-f4fa-403e-bcca-09d981aa57b1) for deployment 'opnfv-rally' (UUID=2391c23e-ec8f-4de7-a303-0bb4e13f54ea) by verifier 'opnfv-tempest' (UUID=68f44141-ef42-4005-90b4-844db911bc87). 2020-06-16 09:10:22.200 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 09:10:22.200 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-68f44141-ef42-4005-90b4-844db911bc87/for-deployment-2391c23e-ec8f-4de7-a303-0bb4e13f54ea/tempest.log' to option 'log_file'. 2020-06-16 09:10:22.201 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-68f44141-ef42-4005-90b4-844db911bc87/for-deployment-2391c23e-ec8f-4de7-a303-0bb4e13f54ea/tempest.log 2020-06-16 09:10:22.201 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 09:10:22.201 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-68f44141-ef42-4005-90b4-844db911bc87/for-deployment-2391c23e-ec8f-4de7-a303-0bb4e13f54ea/lock_files' to option 'lock_path'. 2020-06-16 09:10:22.202 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-68f44141-ef42-4005-90b4-844db911bc87/for-deployment-2391c23e-ec8f-4de7-a303-0bb4e13f54ea/lock_files 2020-06-16 09:10:22.202 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-16 09:10:22.202 35 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-06-16 09:10:22.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 59a9eaec-7925-4c2f-b549-a672c6fdc28f 2020-06-16 09:10:22.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1d3df008-7425-41cb-b54d-8731d8fce79a 2020-06-16 09:10:22.204 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 29efe0fd-1a58-461a-8773-8d5ce1d13a0c 2020-06-16 09:10:22.204 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c0159f48-32c8-4606-b765-a3fe8f348b75 2020-06-16 09:10:25.554 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 09:10:25.554 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_b35093a6-ea26-4424-855e-327f61dd77ff 2020-06-16 09:10:25.555 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 09:10:25.653 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 09:10:25.833 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_76171823_zqGavEot'. Using flavor 'rally_verify_76171823_zqGavEot' (ID = 124143ce-e779-483a-8fbf-c0b103acdf72) for the tests. 2020-06-16 09:10:25.833 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '124143ce-e779-483a-8fbf-c0b103acdf72' to option 'instance_type'. 2020-06-16 09:10:25.833 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 124143ce-e779-483a-8fbf-c0b103acdf72 2020-06-16 09:10:25.834 35 INFO rally.task.context [-] Verification 68f44141-ef42-4005-90b4-844db911bc87 | Context tempest@default setup() finished in 4.18 sec 2020-06-16 09:10:25.834 35 INFO rally.task.context [-] Verification 68f44141-ef42-4005-90b4-844db911bc87 | Context testr@default setup() finished in 0.22 msec 2020-06-16 09:10:25.835 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/16fbd75c-d695-4cdd-936b-62d17b11efb5'. 2020-06-16 09:11:57.139 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [77.852s] 2020-06-16 09:13:29.080 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [78.939s] 2020-06-16 09:15:11.201 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [102.098s] 2020-06-16 09:15:15.483 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.391s] 2020-06-16 09:17:09.451 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [109.999s] 2020-06-16 09:20:17.915 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... fail [188.433s] 2020-06-16 09:21:17.440 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [45.546s] 2020-06-16 09:22:22.806 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [46.933s] 2020-06-16 09:22:52.457 35 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' 2020-06-16 09:23:41.087 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [48.616s] 2020-06-16 09:23:56.703 35 INFO rally.task.context [-] Verification 68f44141-ef42-4005-90b4-844db911bc87 | Context testr@default cleanup() started 2020-06-16 09:23:56.704 35 INFO rally.task.context [-] Verification 68f44141-ef42-4005-90b4-844db911bc87 | Context testr@default cleanup() finished in 0.69 msec 2020-06-16 09:23:56.704 35 INFO rally.task.context [-] Verification 68f44141-ef42-4005-90b4-844db911bc87 | Context tempest@default cleanup() started 2020-06-16 09:23:56.936 35 INFO rally.task.context [-] Verification 68f44141-ef42-4005-90b4-844db911bc87 | Context tempest@default cleanup() finished in 0.23 sec 2020-06-16 09:23:56.956 35 INFO rally.api [-] Verification (UUID=1eea6d34-f4fa-403e-bcca-09d981aa57b1) has been successfully finished for deployment 'opnfv-rally' (UUID=2391c23e-ec8f-4de7-a303-0bb4e13f54ea)! 2020-06-16 09:23:58.900 261 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:23:58.900 261 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:23:58.900 261 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:24:00.490 263 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:24:00.491 263 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:24:00.491 263 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:24:03.264 263 INFO rally.api [-] Building 'html' report for the following verification(s): '1eea6d34-f4fa-403e-bcca-09d981aa57b1' 2020-06-16 09:24:03.286 263 INFO rally.api [-] The report has been successfully built. 2020-06-16 09:24:04.924 265 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:24:04.925 265 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:24:04.925 265 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:24:07.347 265 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1eea6d34-f4fa-403e-bcca-09d981aa57b1' 2020-06-16 09:24:07.349 265 INFO rally.api [-] The report has been successfully built.