2020-07-02 17:08:43.442 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:08:43.443 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:08:43.443 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:08:45.506 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-07-02 17:08:45.506 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 17:08:45.506 6 ERROR rally.cli.cliutils 2020-07-02 17:08:46.900 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:08:46.900 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:08:46.901 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:08:50.600 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:08:50.601 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:08:50.601 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:08:54.717 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:08:54.718 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:08:54.718 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:08:56.156 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:08:56.156 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:08:56.157 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:08:58.192 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-07-02 17:08:58.192 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils force=force) 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 17:08:58.192 15 ERROR rally.cli.cliutils 2020-07-02 17:08:59.581 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:08:59.581 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:08:59.581 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:09:01.617 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 17:09:01.704 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f03726cb-13a2-43c3-b82c-072b91cd3c5f/repo. 2020-07-02 17:09:02.031 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f03726cb-13a2-43c3-b82c-072b91cd3c5f/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. 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-07-02 17:09:02.047 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 17:09:02.058 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 17:09:02.087 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 17:09:02.148 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 17:09:02.832 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f03726cb-13a2-43c3-b82c-072b91cd3c5f) has been successfully created! 2020-07-02 17:09:04.266 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:09:04.266 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:09:04.266 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:09:08.280 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:09:08.280 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:09:08.280 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:09:10.371 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f03726cb-13a2-43c3-b82c-072b91cd3c5f) for deployment 'opnfv-rally' (UUID=18e91710-c411-4235-8a07-42aeb3ac3633). 2020-07-02 17:09:10.819 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f03726cb-13a2-43c3-b82c-072b91cd3c5f) has been successfully configured for deployment 'opnfv-rally' (UUID=18e91710-c411-4235-8a07-42aeb3ac3633)! 2020-07-02 17:09:18.841 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:09:18.842 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:09:18.842 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:09:20.929 32 INFO rally.api [-] Starting verification (UUID=f2d6ef9a-01cf-4095-8aed-018546dcd42c) for deployment 'opnfv-rally' (UUID=18e91710-c411-4235-8a07-42aeb3ac3633) by verifier 'opnfv-tempest' (UUID=f03726cb-13a2-43c3-b82c-072b91cd3c5f). 2020-07-02 17:09:21.642 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 17:09:21.643 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f03726cb-13a2-43c3-b82c-072b91cd3c5f/for-deployment-18e91710-c411-4235-8a07-42aeb3ac3633/tempest.log' to option 'log_file'. 2020-07-02 17:09:21.643 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f03726cb-13a2-43c3-b82c-072b91cd3c5f/for-deployment-18e91710-c411-4235-8a07-42aeb3ac3633/tempest.log 2020-07-02 17:09:21.643 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 17:09:21.644 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f03726cb-13a2-43c3-b82c-072b91cd3c5f/for-deployment-18e91710-c411-4235-8a07-42aeb3ac3633/lock_files' to option 'lock_path'. 2020-07-02 17:09:21.644 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f03726cb-13a2-43c3-b82c-072b91cd3c5f/for-deployment-18e91710-c411-4235-8a07-42aeb3ac3633/lock_files 2020-07-02 17:09:21.644 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 17:09:21.645 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-07-02 17:09:21.645 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1fbe06c4-3291-4562-a626-233e7ab45f03 2020-07-02 17:09:21.645 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4767f6b4-ffd9-49a5-ab07-8a3945304c5d 2020-07-02 17:09:21.646 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b28c5108-c218-4ba1-b9fc-0bff3fc03848 2020-07-02 17:09:21.647 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4d3b8460-9e93-4b92-8018-f310952deaee 2020-07-02 17:09:21.916 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 17:09:21.917 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_b34f664c-4ab3-4ebd-a583-61d82c8dea2d 2020-07-02 17:09:21.918 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 17:09:22.027 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 17:09:22.069 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_7de7de77_2q2i9GrA'. Using flavor 'rally_verify_7de7de77_2q2i9GrA' (ID = 08ca4328-55e2-4aa7-9666-68eadf99ae48) for the tests. 2020-07-02 17:09:22.069 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '08ca4328-55e2-4aa7-9666-68eadf99ae48' to option 'instance_type'. 2020-07-02 17:09:22.070 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 08ca4328-55e2-4aa7-9666-68eadf99ae48 2020-07-02 17:09:22.072 32 INFO rally.task.context [-] Verification f03726cb-13a2-43c3-b82c-072b91cd3c5f | Context tempest@default setup() finished in 0.97 sec 2020-07-02 17:09:22.073 32 INFO rally.task.context [-] Verification f03726cb-13a2-43c3-b82c-072b91cd3c5f | Context testr@default setup() finished in 0.49 msec 2020-07-02 17:09:22.073 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/6ea246de-4893-44d1-9155-85688426ae9e'. 2020-07-02 17:10:22.858 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [51.504s] 2020-07-02 17:11:15.491 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [45.158s] 2020-07-02 17:12:25.059 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [69.543s] 2020-07-02 17:12:27.912 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.203s] 2020-07-02 17:14:05.786 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [94.548s] 2020-07-02 17:15:01.436 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [55.635s] 2020-07-02 17:15:38.109 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [29.288s] 2020-07-02 17:16:27.795 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [30.163s] 2020-07-02 17:17:00.372 32 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-07-02 17:17:37.590 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [37.202s] 2020-07-02 17:17:53.444 32 INFO rally.task.context [-] Verification f03726cb-13a2-43c3-b82c-072b91cd3c5f | Context testr@default cleanup() started 2020-07-02 17:17:53.445 32 INFO rally.task.context [-] Verification f03726cb-13a2-43c3-b82c-072b91cd3c5f | Context testr@default cleanup() finished in 0.82 msec 2020-07-02 17:17:53.446 32 INFO rally.task.context [-] Verification f03726cb-13a2-43c3-b82c-072b91cd3c5f | Context tempest@default cleanup() started 2020-07-02 17:17:53.637 32 INFO rally.task.context [-] Verification f03726cb-13a2-43c3-b82c-072b91cd3c5f | Context tempest@default cleanup() finished in 0.19 sec 2020-07-02 17:17:53.660 32 INFO rally.api [-] Verification (UUID=f2d6ef9a-01cf-4095-8aed-018546dcd42c) has been successfully finished for deployment 'opnfv-rally' (UUID=18e91710-c411-4235-8a07-42aeb3ac3633)! 2020-07-02 17:17:55.691 147 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:17:55.691 147 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:17:55.691 147 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:17:57.124 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:17:57.124 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:17:57.125 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:17:59.807 148 INFO rally.api [-] Building 'html' report for the following verification(s): 'f2d6ef9a-01cf-4095-8aed-018546dcd42c' 2020-07-02 17:17:59.844 148 INFO rally.api [-] The report has been successfully built. 2020-07-02 17:18:01.385 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:18:01.386 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:18:01.386 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:18:03.417 150 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f2d6ef9a-01cf-4095-8aed-018546dcd42c' 2020-07-02 17:18:03.422 150 INFO rally.api [-] The report has been successfully built.