2020-06-06 10:00:21.169 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:00:21.169 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:00:21.170 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:00:23.585 7 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-06 10:00:23.585 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 10:00:23.585 7 ERROR rally.cli.cliutils 2020-06-06 10:00:25.341 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:00:25.342 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:00:25.342 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:00:29.687 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:00:29.688 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:00:29.688 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:00:34.429 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:00:34.429 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:00:34.429 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:00:36.050 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:00:36.051 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:00:36.051 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:00:38.242 17 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-06 10:00:38.242 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 10:00:38.242 17 ERROR rally.cli.cliutils 2020-06-06 10:00:39.906 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:00:39.906 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:00:39.907 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:00:41.998 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 10:00:42.068 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fbb256e2-5077-41c2-94b3-e383de403ab8/repo. 2020-06-06 10:00:42.299 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fbb256e2-5077-41c2-94b3-e383de403ab8/repo'... done. ' 2020-06-06 10:00:42.312 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 10:00:42.335 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 10:00:42.404 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 10:00:43.209 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fbb256e2-5077-41c2-94b3-e383de403ab8) has been successfully created! 2020-06-06 10:00:45.136 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:00:45.136 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:00:45.136 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:00:49.581 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:00:49.582 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:00:49.582 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:00:51.893 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fbb256e2-5077-41c2-94b3-e383de403ab8) for deployment 'opnfv-rally' (UUID=ed421ce5-3a40-4455-aba8-fa6d6e9071b8). 2020-06-06 10:00:52.414 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fbb256e2-5077-41c2-94b3-e383de403ab8) has been successfully configured for deployment 'opnfv-rally' (UUID=ed421ce5-3a40-4455-aba8-fa6d6e9071b8)! 2020-06-06 10:01:02.095 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:01:02.095 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:01:02.096 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:01:04.532 34 INFO rally.api [-] Starting verification (UUID=131a1bc9-0d75-4f14-8d05-37a3adc1ab5b) for deployment 'opnfv-rally' (UUID=ed421ce5-3a40-4455-aba8-fa6d6e9071b8) by verifier 'opnfv-tempest' (UUID=fbb256e2-5077-41c2-94b3-e383de403ab8). 2020-06-06 10:01:05.234 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 10:01:05.235 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fbb256e2-5077-41c2-94b3-e383de403ab8/for-deployment-ed421ce5-3a40-4455-aba8-fa6d6e9071b8/tempest.log' to option 'log_file'. 2020-06-06 10:01:05.235 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fbb256e2-5077-41c2-94b3-e383de403ab8/for-deployment-ed421ce5-3a40-4455-aba8-fa6d6e9071b8/tempest.log 2020-06-06 10:01:05.235 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 10:01:05.236 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fbb256e2-5077-41c2-94b3-e383de403ab8/for-deployment-ed421ce5-3a40-4455-aba8-fa6d6e9071b8/lock_files' to option 'lock_path'. 2020-06-06 10:01:05.236 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fbb256e2-5077-41c2-94b3-e383de403ab8/for-deployment-ed421ce5-3a40-4455-aba8-fa6d6e9071b8/lock_files 2020-06-06 10:01:05.236 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-06 10:01:05.237 34 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-06 10:01:05.237 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e6c41bc9-c330-459d-86fe-5302ed95c1c9 2020-06-06 10:01:05.238 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 318fa04e-30aa-457e-a845-a46222cbf316 2020-06-06 10:01:05.238 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fac4c87e-8066-416c-81b2-363d8e0bf449 2020-06-06 10:01:05.239 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b7ecea8b-60bd-4a9f-a12d-065a640bd33c 2020-06-06 10:01:05.576 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 10:01:05.576 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_2ccf70e6-fde7-4687-9a2f-794cef3ad7c0 2020-06-06 10:01:05.577 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 10:01:05.684 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 10:01:05.720 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b1767c8d_pgzV4ZLs'. Using flavor 'rally_verify_b1767c8d_pgzV4ZLs' (ID = dd511bff-7df4-4407-8a05-c919b76dd4e8) for the tests. 2020-06-06 10:01:05.720 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dd511bff-7df4-4407-8a05-c919b76dd4e8' to option 'instance_type'. 2020-06-06 10:01:05.721 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dd511bff-7df4-4407-8a05-c919b76dd4e8 2020-06-06 10:01:05.722 34 INFO rally.task.context [-] Verification fbb256e2-5077-41c2-94b3-e383de403ab8 | Context tempest@default setup() finished in 0.94 sec 2020-06-06 10:01:05.723 34 INFO rally.task.context [-] Verification fbb256e2-5077-41c2-94b3-e383de403ab8 | Context testr@default setup() finished in 0.45 msec 2020-06-06 10:01:05.723 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/26802bb4-279b-4156-96a7-5be2ffd27f63'. 2020-06-06 10:02:15.364 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [58.128s] 2020-06-06 10:03:14.998 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [52.737s] 2020-06-06 10:04:29.176 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [74.155s] 2020-06-06 10:04:32.487 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.285s] 2020-06-06 10:06:00.814 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [84.791s] 2020-06-06 10:07:05.780 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [64.952s] 2020-06-06 10:07:47.086 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [29.249s] 2020-06-06 10:08:40.032 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [31.198s] 2020-06-06 10:09:47.879 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [38.877s] 2020-06-06 10:10:01.778 34 INFO rally.task.context [-] Verification fbb256e2-5077-41c2-94b3-e383de403ab8 | Context testr@default cleanup() started 2020-06-06 10:10:01.778 34 INFO rally.task.context [-] Verification fbb256e2-5077-41c2-94b3-e383de403ab8 | Context testr@default cleanup() finished in 0.64 msec 2020-06-06 10:10:01.779 34 INFO rally.task.context [-] Verification fbb256e2-5077-41c2-94b3-e383de403ab8 | Context tempest@default cleanup() started 2020-06-06 10:10:01.936 34 INFO rally.task.context [-] Verification fbb256e2-5077-41c2-94b3-e383de403ab8 | Context tempest@default cleanup() finished in 0.16 sec 2020-06-06 10:10:01.972 34 INFO rally.api [-] Verification (UUID=131a1bc9-0d75-4f14-8d05-37a3adc1ab5b) has been successfully finished for deployment 'opnfv-rally' (UUID=ed421ce5-3a40-4455-aba8-fa6d6e9071b8)! 2020-06-06 10:10:03.693 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:10:03.694 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:10:03.694 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:10:05.390 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:10:05.390 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:10:05.390 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:10:07.581 150 INFO rally.api [-] Building 'html' report for the following verification(s): '131a1bc9-0d75-4f14-8d05-37a3adc1ab5b' 2020-06-06 10:10:07.603 150 INFO rally.api [-] The report has been successfully built. 2020-06-06 10:10:09.347 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 10:10:09.347 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 10:10:09.347 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 10:10:11.624 152 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '131a1bc9-0d75-4f14-8d05-37a3adc1ab5b' 2020-06-06 10:10:11.627 152 INFO rally.api [-] The report has been successfully built.